uniDecode/uniEncode UTF8 conversion? [Android]
Posted: Tue Mar 05, 2013 6:08 am
Since I am just learning LiveCode, I am posting this here instead of the Android subforum. If this should be over there let me know.
I'm puzzled by an anomaly with extracting web text using the revXML routines, converting from UTF-8 and displaying it on screen. On the desktop (Mac OS X) the following works fine, and was taken from a hint in these forums:
put uniDecode( uniEncode( myXMLExtractedText, "UTF8" ) ) into myTitle
Yet even though both functions above are shown as supported on Android it does not work to convert the special characters. I also tried supplying the language "English" to the uniDecode function and it didn't change anything.
Can anyone help point out what I am doing wrong?
I'm puzzled by an anomaly with extracting web text using the revXML routines, converting from UTF-8 and displaying it on screen. On the desktop (Mac OS X) the following works fine, and was taken from a hint in these forums:
put uniDecode( uniEncode( myXMLExtractedText, "UTF8" ) ) into myTitle
Yet even though both functions above are shown as supported on Android it does not work to convert the special characters. I also tried supplying the language "English" to the uniDecode function and it didn't change anything.
Can anyone help point out what I am doing wrong?