[docs] [issue10665] Expand unicodedata module documentation

Alexander Belopolsky report at bugs.python.org
Fri Apr 15 19:25:01 CEST 2011


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

On Fri, Apr 15, 2011 at 1:10 PM, Marc-Andre Lemburg
<report at bugs.python.org> wrote:
>..
> Why don't you use the standard literal escapes for the examples
> and annotate the code points with the code point names ?

A am neutral on how to enter unicode characters in source reST.   In
the previous discussions most people seemed to prefer WISIWYG.  If
literal escapes solved the PDF issue, I would use it even at the
expense of loosing testability of the output displays.

Code point names as usually very long for exotic characters that
illustrate UCD features.  I like presenting them, but in tables I'd
rather present more examples and still keep column width reasonable.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10665>
_______________________________________


More information about the docs mailing list