Pharo image: Pharo
Pharo core version: Pharo-1.1-11367-Beta
Virtual machine used: Squeak 4.2.4beta1U (Mac OS X)
The following code has the String 'test' as its result in Pharo 1.0:
| converter test |
converter := UTF16TextConverter new.
converter useLittleEndian: SmalltalkImage current isLittleEndian.
test := ('test' convertToWithConverter: converter).
test convertFromWithConverter: converter
In 1.1, the result is a String with the Characters 29696, 25856, 29440,
29696, which is wrong.
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project