-
Notifications
You must be signed in to change notification settings - Fork 243
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
proper UTF-8 handling #125
base: master
Are you sure you want to change the base?
Conversation
This code properly handles UTF-8 server responses and prevents double encoding.
I still prefer to check and only use utf8 if the server explicitly supports it. A slightly better way to handle the encoding might be to just do |
I agree with you (@mscdex) and @AyrA. But for now, nothing happens ... It would be really nice if it could be done quickly because for myself, I have to manually edit the package ... Thank you. |
Hi, I'm really interested in proper UTF-8 support for this great node module. Any news wether this PR (#123 as well?) is going to be merged into master? |
I've decided to go about this slightly differently in ebb0fab, which should be more efficient. Can you please test the master branch and let me know if that works for you all? |
I've tested current master (ebb0fab) and it works fine for me. |
@AyrA |
Hi everyone. how are thing going now ? |
it work for me ,resolve my problem,can you merge it to master? |
Yeah, It work with me to, but no one merge to master |
This code properly handles UTF-8 server responses and prevents double encoding.