grssam / UIEnhancer

Source code for UI Enhancer addon
https://addons.mozilla.org/en-US/firefox/addon/ui-enhancer/
51 stars 22 forks source link

Can‘t displlay None-Unicode Characters properly #91

Open BlackholeEscaper opened 11 years ago

BlackholeEscaper commented 11 years ago

Example: http://tieba.baidu.com/f?kw=%B0%D9%B6%C8 GB2312 character set

grssam commented 11 years ago

Try this : go to the site and search for anything. Then you will see the characters properly. The issue I think is that it does not know what format to convert the %XY to .

BlackholeEscaper commented 11 years ago

I know, with "ie=utf-8" it use utf-8 instead. But you can't stop None-Unicode characters come up(links inside the site use gb2312). What i want is display “%B0%D9%B6%C8”, turn off the decode on None-Unicode characters.Just like FF dose without the addon.

tophf commented 10 years ago

@scrapmac, is it possible for the addon to use meta charset="........." specified in the active document's html HEAD section?