Ronny
Visitor
|
.... - 2006/12/19 22:52
I don't speak French, only some poor English ;)... whatever... Flash w. XML has problems with content that isn't utf8.
A possible "fix"... "escape" the text (string or what) before send with escape(String); and then use unescape(String); to unescape the string after message received (XML.onData) . I've got problems with ä, ö, ü, ß too. And that method works fine here.
Greetings, Ronny
|