[haXe] Exchanging Unicode strings via remoting

Nicolas Cannasse ncannasse at motion-twin.com
Wed Aug 9 18:03:13 CEST 2006


> NC> Flash strings are UTF-8.
> 
> But what about flash strings generated from user input? Will they be
> utf8? I thought flash works with Unicode (utf16) internally..

The encoding of the "String" class is always UTF-8.
There is no way for example to use ISO/UTF-16 encodings instead.

Nicolas



More information about the Haxe mailing list