Skip to content

Fix malformed comment in format_latin.h#90

Draft
Copilot wants to merge 2 commits intodevelopfrom
copilot/sub-pr-89
Draft

Fix malformed comment in format_latin.h#90
Copilot wants to merge 2 commits intodevelopfrom
copilot/sub-pr-89

Conversation

Copy link
Contributor

Copilot AI commented Jan 11, 2026

Address review feedback on comment formatting in the ASCII character handling logic.

Changes

  • Updated comment on line 142 in include/format_latin.h to properly separate the two conditional cases with correct punctuation
// Before
// ASCII character, copy as-is else // Invalid UTF-8, replace with ?

// After  
// ASCII character: copy as-is. Non-ASCII (invalid UTF-8 here), replace with '?'

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: rzeldent <7620231+rzeldent@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on ASCII character handling in develop PR Fix malformed comment in format_latin.h Jan 11, 2026
Copilot AI requested a review from rzeldent January 11, 2026 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants