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?
Unicode characters from Flex to Java
562 Views Asked by fR0DDY At
2
IN FLEX APP SET
for details see blog Flex HTTPService - how to change character set of parameters
Also check character-set on you java side, and set
for detaisl see link Character Sets and Encodings
Hopes that helps