-
Notifications
You must be signed in to change notification settings - Fork 116
Minor tweaks to the codebase #780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
eb5b67b
96d93d9
01f6cfc
a655750
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -193,7 +193,7 @@ static const char* cp437_to_utf8[256] = { | |
| "\xc3\xb9", | ||
| "\xc3\xbf", | ||
| "\xc3\x96", | ||
| "\xc3\x9c ", | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This surprised me. It is a tab but without visible whitespace characters, it looks like a space. Found it only while looking for
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This looks like it's in a conversion table between two binary text formats, so it's probably supposed to be there, and definitely shouldn't be changed without understanding the data thoroughly.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Changing it to explicit
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah, that's totally reasonable, then. I'd apparently misunderstood the diff. |
||
| "\xc3\x9c\t", | ||
| "\xc2\xa2", | ||
| "\xc2\xa3", | ||
| "\xc2\xa5", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can make this just be 170 ig