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

Try not to error out on invisible zero-width characters #64

Open
lucivpav opened this issue May 15, 2021 · 0 comments
Open

Try not to error out on invisible zero-width characters #64

lucivpav opened this issue May 15, 2021 · 0 comments

Comments

@lucivpav
Copy link
Owner

lucivpav commented May 15, 2021

Example input: "你好<U+200B>汽車" // renders as "你好汽車"
Current result: "Could not find data for character <U+200B>" // renders as "Could not find data for character "
Expected result: "<U+200B>" is ignored and the sheet is generated normally

https://www.ptiglobal.com/2018/04/26/the-beauty-of-unicode-zero-width-characters/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant