2008/4/15, Greg Ewing <[EMAIL PROTECTED]>:
> Guido van Rossum wrote:
>
>  > A complaint about this would carry more weight when it came from
>  > someone who actually has to deal with the issue
>
>
> It's not a complaint, just something I thought of. If
>  Japanese programmers aren't actually bothered by this,
>  then I'm not either.
>

  I'm a Japanese, and I'm bothered for years! I maintained a patch to print
Japanese strings collect for a long time.

In Japan(and China, Korea and other lot of countries), most text data
are built with non-Latin characters. For example, my name 'Atsuo
Ishimoto' is written in four Kanji characters("\u77f3\u672c\u6566\u592b"),
and my address 'Koshigaya city, Saitama' is also written in some
kanji characters.
Custom for-loop for debug works, but I definitely prefer Unicode-friendly
repr().
_______________________________________________
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