Any way to convert a regular string in ActionScript 3 to ByteArray latin character characters?

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?

+6
erlang actionscript-3 utf-16 iso-8859-1
source share
1 answer
+14
source share

All Articles