Utf8 encoding/decoding

John Duncan jddst19+ at pitt.edu
Sat Dec 18 05:51:57 UTC 1999


Encoding and decoding into what?  UTF-8 is 7-bit ascii if you delete
the high bit.  If you need another encoding, we're working on that.
Currently, Unicode is Greek to Squeak, so it won't do you much good to
decode UTF-8 into UCS-2 or UCS-4.  You'll just be stuck with lots of
numbers.

When proper multilingual support is finished, then UTF-8 transfer will
be a no-brainer, along with conversion from a variety of encodings to
a variety of others.

-John

-----Original Message-----
From: steve at reessl1.demon.co.uk [mailto:steve at reessl1.demon.co.uk]
Sent: Friday, December 17, 1999 6:18 PM
To: Squeak List
Subject: Utf8 encoding/decoding


Probably an optimistic request, but has anyone got a stream or filter
for encoding/decoding UTF8 encoded streams?

Steve





More information about the Squeak-dev mailing list