-
Notifications
You must be signed in to change notification settings - Fork 6
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
Character encoding strikes back #186
Comments
I looked into this a bit and the issue seems to be related to the fact that we are getting raw bytes that may NOT be UTF-8 encoding and always dump them out as UTF-8 encoded using TextEncoder. This is for sure not the fully correct way to handle this; however, Firefox doesn't support other character sets on the TextEncoder. (See Line 641 in 03523f1
#187 |
All tests passed after some tweaks - keeping an eye on this for regressions |
Don't want to bother you. If you seeking for yet more optimization for special characters fixing, here is another site which seems to have problems (german website): https://uniconverter.wondershare.de/ogg/aac-vs-ogg.html There you can find the "�" character again instead of "ä", "ö", "ü", "ß" |
User Drago got me some great feedback about the ongoing battle to make the character detection work flawlessly. See #70 for past history.
Having an actual site to check against helps so much! I can reproduce the issue.
The text was updated successfully, but these errors were encountered: