Michael Urman wrote:
> As for whether cp932 is the same as Shift JIS, David and I seem to
> disagree. While I lack hard data, the string '\\' round trips through
> either on my box.

I missed this part. On any single implementation, '\\' will usually round-trip
from Unicode -> Shift-JIS -> Unicode; the issue is whether it is encoded as
0x5C, or something else like 0x815F. It may very well not round-trip if you
use different implementations for encoding and decoding.

-- 
David Hopwood <[EMAIL PROTECTED]>


_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to