This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Rhamphoryncus
Recipients
Date 2006-10-20.10:13:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Python's definition of a character does not match that
of Unicode.  Python's documentation should, at a
minimum, explain how python definition compares to
Unicode's definition of a code unit, code point, glyph,
grapheme cluster, or character.

Unicode's definition of a character can be found here:
http://unicode.org/reports/tr17/

Python seems to use the Code Units option given here:
http://www.unicode.org/faq/char_combmark.html#7
History
Date User Action Args
2008-01-20 09:59:04adminlinkissue1581182 messages
2008-01-20 09:59:04admincreate