Re: [xml-dev] ANN: Gorille 0.3

From
Fred L. Drake, Jr. <>
To
"Simon St.Laurent" <>
Date
2002-01-10T19:32:42Z
ID
<>
Thread
Re: [xml-dev] ANN: Gorille 0.3
Simon St.Laurent writes:
 > Just in curiosity, what languages support 32-bit characters?  (I tend to
 > live in Java and various scripting languages.)

  Python 2.2 can be configured (at compile time) to use a 32-bit
character for Unicode strings.  It uses 16 bits by default (regardless
of platform).
  I think Jython just uses the native support for Unicode from Java,
so you're still stuck there.


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation