[squeak-dev] how to create an UTF-8 character

stephane ducasse stephane.ducasse at free.fr
Tue Sep 23 08:46:43 UTC 2008


Hi all

I would like to know how I can create an UTF-* character composed for  
example of two bytes

16rC3 and 16rBC

I tried

	WideString fromByteArray: { 16rC3 . 16rBC }

Stef



More information about the Squeak-dev mailing list