-
Notifications
You must be signed in to change notification settings - Fork 37
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
Unpopular encoding #268
Comments
Yes, good idea. We should look at HTTP headers for encoding. It is also important for Japanese users where UTF-8 is not very popular for historical reasons. Maybe we can add some autodetect, but I am not sure that autodetect code is worst of it since most of Internet right now on UTF-8. |
Thx for quick response. I'm not sure what do you mean under "autodetect", but for now, i don't know better solution than use |
Browsers has algorithm to detect charset by heuristics even without BTW, are we sure, that |
Can you give a link for the testing? |
Example |
I prepare a fix and I'm trying to fix unit test now. And looks like i can't push to repo. Maybe i do something wrong. i will check Guidelines again |
You need to push to your fork and the crate pull request |
I don't think this is critical, I just wanted to notify about it. At the moment, slowreader might incorrectly display data received from websites that use less common encodings, such as Windows-1251 or ISO-8859-1. The percentage of such websites is very small, so feel free to close the issue if it's not relevant.
The text was updated successfully, but these errors were encountered: