Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

On Fri, Apr 15, 2011 at 1:23 PM, Marc-Andre Lemburg
<rep...@bugs.python.org> wrote:
>..
> Why not wrap the calls with a repr() ?
>

Won't help:

"'Ӝ'"

I think you meant ascii(), but that's ugly IMO:

"'\\u04dc'"

Maybe

'\u04dc'

but that's too much of scaffolding.

..
> I think it's more useful to show examples that more or less always
> work, than ones which display all available goodies.

I disagree.  Users that are advanced enough to be interested in
reading unicodedata reference documentation should be capable of
either fixing their environment or understanding its limitations.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10665>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to