> On another note, I have no idea how Martin's name (in the Cc line) ended > up as: > > """ > L$(D+S(Bwis" > """ > > If I knew, it *might* have a bearing on what sorts of > canonicalizations should be performed, and what sorts of warnings the > parser ought to emit for likely corrupted text.
That results from a faulty iso-2022-jp-1 conversion. ESC $ ( D switches to JIS X 0212-1990 (which apparently includes ö at code position 0x25B3); ESC ( B switches back to ASCII. I don't think this has anything to do with normalization. Regards, Martin _______________________________________________ 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