John Machin wrote:
> |>>> '\x80'.decode('cp936')
> Traceback (most recent call last):
> File "", line 1, in
> UnicodeDecodeError: 'gbk' codec can't decode byte 0x80
> in position 0: incomplete multibyte sequence
[...]
> So Microsoft appears to think that
> cp936 includes the euro,
> and the ICU
|>>> '\x80'.decode('cp936')
Traceback (most recent call last):
File "", line 1, in
UnicodeDecodeError: 'gbk' codec can't decode byte 0x80
in position 0: incomplete multibyte sequence
However:
Retrieved 2010-10-10 from
http://www.unicode.org/Public
/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP936.TXT