[python-win32] Python/ASP Request data with non ascii characters

Mark Hammond mhammond at skippinet.com.au
Tue Jul 4 05:07:33 CEST 2006


> Hi Mark, thanks for the reply. The attribute you where
> thinking off is `Item`.
> What I'll need to work out now is which code page has been used to
> encode that Unicode string.

I'm not sure that is relevant.  If I understand correctly, the code-page is
only used when converting from a string of 8-bit characters into Unicode.
Once the string is represented as unicode characters, the code page isn't
relevant.

Cheers,

Mark



More information about the Python-win32 mailing list