[
Lists Home |
Date Index |
Thread Index
]
Simon St.Laurent wrote:
> Just in curiosity, what languages support 32-bit characters? (I tend to
> live in Java and various scripting languages.)
In theory, Haskell uses 30- or 31-bit characters, which is
sufficient for Unicode. In practice, the major
implementations still either use 8 bits internally
or are restricted to 8 bits for file I/O, but that
will hopefully change soon.
--Joe English
jenglish@flightlab.com
|