Unicode characters from Flex to Java

564 Views Asked by At

I am using MATE Framework. I am using HTTPService to send data. While sending unicode characters from Flex to Java, I recieve garbage values in Java form. Can something be done about it?

2

There are 2 best solutions below

0
On

IN FLEX APP SET

System.useCodepage = true

for details see blog Flex HTTPService - how to change character set of parameters

Also check character-set on you java side, and set

charset=UTF-8

for detaisl see link Character Sets and Encodings

Hopes that helps

0
On

See this post for unicode datastore operations with mysql.