Unicode File I/O Grief

Erno Kuusela erno-news at erno.iki.fi
Thu May 16 19:31:47 EDT 2002


In article <qv68eug3vnm7r0plf76aatqsl4lja6io0r at 4ax.com>, Dale
Strickland-Clark <dale at riverhall.NOTHANKS.co.uk> writes:

| I don't want it translated I want to see EXACTLY what's in there as it
| stands.

the way unicode strings are represented in the memory of your computer
depends on whether you have configured python with 16- or 32-bit
unicode character size, and on the byte order of your computer. if you
know those, you can use the appropriate UCS2/UCS4 encodings, i think.

  -- erno



More information about the Python-list mailing list