Skip to content

unicode does indeed use unsigned ints#28

Open
UKayeF wants to merge 1 commit intoiarna:masterfrom
UKayeF:patch-1
Open

unicode does indeed use unsigned ints#28
UKayeF wants to merge 1 commit intoiarna:masterfrom
UKayeF:patch-1

Conversation

@UKayeF
Copy link

@UKayeF UKayeF commented Jun 29, 2020

I had issues with characters like \u61607 causing value overflow errors. This led me to the assumption that unicode does indeed use unsigned ints. If you found examples telling the opposite I would like you to show them to me :)

@aredridel
Copy link

Oh this might be relevant to what I found in #31

@capc0
Copy link

capc0 commented Jul 27, 2022

During our tests this fix seems to break things resulting in out of range errors (trying to write negative values). The fix in #31 seems more appropiate.

@UKayeF
Copy link
Author

UKayeF commented Jul 27, 2022

Unfortunately I am no longer working on the project where the RTF-files caused problem with the then recent implementation so I cannot test the fix #31. But if your tests are successful with the fix and failing without it I assume this PR can be closed

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.

3 participants