José Matos <[EMAIL PROTECTED]> writes:

| On Thursday 14 September 2006 09:54, Lars Gullik Bjønnes wrote:
| > Good. I saw you mention 2.2 here the other day and assumed (I know...)
| > that to be the requirement.
| 
|   Use the source Luke. (I always wanted to say that. ;-) )
| 
| > One pity with python of corse is that is is 16-bit unicode only.
| 
|   It is not as simple, really. :-)
| 
|   You and me are using UCS-4 and not UCS-2.
| You can see that in 
| 
http://downloads.egenix.com/python/Unicode-EPC2002-Talk.pdf#search=%22python%20unicode%2016-bits%22
| 
|   You can see there that for 2.2+ UCS-4 is a configuration option.
| 
|   AFAIR in Fedora and other linux distributions we are using UCS-4.
| http://www.python.org/download/linux/

Yeah. But python module unicode data is using Unicode-3.2. The latest
Unicode standard is now at 5.0.

But it is better than expected then.

-- 
        Lgb

Reply via email to