> 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