-
Notifications
You must be signed in to change notification settings - Fork 22
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
encoding issues #17
Comments
Indeed inside the data it's already badly encoded, so it's an issue in the current indexer |
A description that has html escape codes like |
I think this is necessary, npm is not doing it but I don't think that's right: |
Yep saw that npm is quite wrong on that, but wouldn't a better solution be one that showed it as <img>? |
I don't know if those two things have the same root cause, I would say it's different, one is bad encoding the other is "bad" escaping (dumb one) |
Issue is happening because backend strings are being ported to UCS-2, but then when highlighted being parsed into utf8 again, which causes problem with multi-byte characters (like emoji) cc @redox |
close in favour of internal issue |
At some point the description is parsed as something else than utf-8.
this will make emoji show up as something other than their actual code.
example of that error happening at floating.js
The text was updated successfully, but these errors were encountered: