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 serhiy.storchaka
Recipients Guillaume Sanchez, Socob, benjamin.peterson, ezio.melotti, lemburg, loewis, mrabarnett, r.david.murray, scoder, serhiy.storchaka, steven.daprano, terry.reedy, vstinner
Date 2017-08-04.06:46:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501829198.48.0.382825121448.issue30717@psf.upfronthosting.co.za>
In-reply-to
Content
The well known library for Unicode support in C++ and Java is ICU (International Components for Unicode). There is a Python wrapper [1].

This is a large complex library that covers many aspects of Unicode support. It's interface looks rather Javaic than Pythonic. Some parts of it already are covered by other parts of the stdlib (the str class, the codecs and locale modules).

[1] https://pypi.python.org/pypi/PyICU/
History
Date User Action Args
2017-08-04 06:46:38serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, terry.reedy, scoder, vstinner, benjamin.peterson, ezio.melotti, mrabarnett, steven.daprano, r.david.murray, Socob, Guillaume Sanchez
2017-08-04 06:46:38serhiy.storchakasetmessageid: <1501829198.48.0.382825121448.issue30717@psf.upfronthosting.co.za>
2017-08-04 06:46:38serhiy.storchakalinkissue30717 messages
2017-08-04 06:46:38serhiy.storchakacreate