wuy icon indicating copy to clipboard operation
wuy copied to clipboard

HandleProxy decode as utf-8

Open icarito opened this issue 6 years ago • 1 comments

This fixes some latin characters for me , hope it's correct!

icarito avatar Jan 24 '19 04:01 icarito

Can't be accepted ...

The content encoding must reflect the encoding defined in the headers (if headers is utf8, the content should be utf8 ...if headers is cp1252, the content should be CP1252 ...)

Perhaps you reach a website where the content is bad encoded ... no ?

manatlan avatar Jan 31 '19 17:01 manatlan