I have no problem converting a string to byteArray encoded UTF-16 characters, but the application I'm trying to contact (written in Erlang) only understands Latin-1 encoding. Is there a way to create an Array byte with latin characters of the 1st character from a string in ActionScript 3?
erlang actionscript-3 utf-16 iso-8859-1
Mike keen
source share