Unicode 4.0 support

A

Adam Twardoch

As far as I know, currently, Python only supports Unicode 3.0. That is, for
example, the unicodedata module only holds the data from the Unicode
Standard version 3.0. Since Unicode 4.0 is now released, shouldn't it be
included at least in Python 2.4?

Best,
 
M

Martin v. =?iso-8859-15?q?L=F6wis?=

Adam Twardoch said:
As far as I know, currently, Python only supports Unicode 3.0.

Well, no. What do you mean with "supports"?
That is, for example, the unicodedata module only holds the data
from the Unicode Standard version 3.0.

It's actually version 3.2. OTOH, even Python 2.2 can represent all
characters from Unicode 4.0 just fine.
Since Unicode 4.0 is now released, shouldn't it be included at least
in Python 2.4?

Perhaps. OTOH, at the time Python 2.4 is released, we might have
Unicode 4.1, or 5.0.

Apart from that, any patch to update the data base must be careful not
to break the stringprep module, which works correctly only if the
database is Unicode 3.2.

Regards,
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top