Serhiy Storchaka added the comment:

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/

----------

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

Reply via email to