On 15/05/2008, Paul Moore <[EMAIL PROTECTED]> wrote: > My apologies if I misunderstood your proposal - I have almost no > Unicode experience, and that probably shows :-)
One point I forgot to clarify is that I'm fully aware that print(arbitrary_string) may display garbage, if the string contains Unicode that my display can't handle. The key point for me is that print(repr(arbitrary_string)) is *guaranteed* to display correctly, even on my limited-capability terminal, precisely because it only uses ASCII and no matter how dumb, all terminals I know of display ASCII. Paul. _______________________________________________ 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