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 loewis
Recipients Arfrever, barry, belopolsky, ezio.melotti, jhalcrow, lemburg, loewis, pitrou, valhallasw, vstinner
Date 2010-12-17.19:08:06
SpamBayes Score 0.00034492594
Marked as misclassified No
Message-id <4D0BB515.6090602@v.loewis.de>
In-reply-to <AANLkTinxRV3mS04pvW6qqi0=2Sho6miTzu9-ibtYNt4E@mail.gmail.com>
Content
> The C forms (NFC and NFKC) do canonical composition and U+FDFA is a
> compatibility composite. (BTW, makeunicodedata.py checks that maximum
> decomposed length of a character is < 19, but it would be better if it
> would compute and define a named constant, say MAXDLENGTH, to be used
> instead of literal 20.)  As far as I (and a two-line script) can tell
> the maximum length of a canonical decomposition of a character is 4.

Even better - so allowing for 20 characters should be safe.
History
Date User Action Args
2010-12-17 19:08:11loewissetrecipients: + loewis, lemburg, barry, belopolsky, pitrou, vstinner, ezio.melotti, Arfrever, jhalcrow, valhallasw
2010-12-17 19:08:06loewislinkissue10254 messages
2010-12-17 19:08:06loewiscreate