On Thursday 14 September 2006 09:54, Lars Gullik Bjønnes wrote:
> One pity with python of corse is that is is 16-bit unicode only.

  OK. Just to be sure one test is:

$ python -c "import sys; print (sys.maxunicode < 66000) and 'UCS2' or 'UCS4'"

  As expected I get
UCS4

> --
>         Lgb

-- 
José Abílio

Reply via email to