Skip to content
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

fix surrogates in RawUnicodeToUtf8 for FPC #90

Merged
merged 1 commit into from
Mar 1, 2018

Conversation

pavelmash
Copy link
Sponsor Collaborator

Test case is string with broken surrogate pair 'ab\ud800cd'
FPC compiler (x64) evaluated condition

cardinal(Source^)-UTF16_LOSURROGATE_MIN>UTF16_LOSURROGATE_MAX-UTF16_LOSURROGATE_MIN

to false, Delphi - to true.
Condition replaced by more compiler (and human) friendly

@pavelmash
Copy link
Sponsor Collaborator Author

Will be good to add a test case to SynSelfTests.pas for this....

@synopse synopse merged commit 462fddd into master Mar 1, 2018
@pavelmash pavelmash deleted the fix/utf8SurrogatesForFPC branch March 1, 2018 09:47
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.

None yet

2 participants