Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix Unicode support #9

Open
sammdot opened this issue Apr 27, 2021 · 0 comments
Open

Fix Unicode support #9

sammdot opened this issue Apr 27, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@sammdot
Copy link
Owner

sammdot commented Apr 27, 2021

– All characters represented with Unicode escapes should also use placeholder characters for non-supporting RTF readers: e.g. my Luminex II translates "San José" San Jos\u233 as "San Jos", ignoring the e entirely
– Unicode characters from U+8000 to U+FFFF should use negative numbers
– Unicode characters above U+FFFF should be represented in UTF-16 encoding

Reference: https://www.zopatista.com/python/2012/06/06/rtf-and-unicode/

@sammdot sammdot added the bug Something isn't working label Apr 27, 2021
@sammdot sammdot self-assigned this Apr 27, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant