Skip to content

Support for unsigned char builds#247

Closed
hirohira9119 wants to merge 1 commit intovincentlaucsb:masterfrom
hirohira9119:fix_unsigned_char
Closed

Support for unsigned char builds#247
hirohira9119 wants to merge 1 commit intovincentlaucsb:masterfrom
hirohira9119:fix_unsigned_char

Conversation

@hirohira9119
Copy link
Copy Markdown
Contributor

The current code assumes char to be signed, which caused issues that incorrect parsing UTF-8 in unsigned char builds. This commit adds support for unsigned char builds by expanding the range of mappings.

Fix: #222

The current code assumes char to be signed. This commit expands the range of mappings to also support builds where char is unsigned.
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.

Problem to get header content!

1 participant