UTF16 conversion

Yoshiki Ohshima yoshiki at squeakland.org
Sat Jan 14 18:03:24 UTC 2006


  Martin,

> My first idea to use
> 
> 	byteArray asString convertToWithConverter: UTF16TextConverter
> 	new

  How about:

	byteArray asString convertFromWithConverter: UTF16TextConverter new

?

  To and from means that convert 'to' the outside world, and convert
'from' the outside world.  Isn't it obvious?^^;

-- Yoshiki



More information about the Squeak-dev mailing list