1

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?

fR0DDY
  • 795
  • 1
  • 8
  • 20

2 Answers2

0

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

Imran
  • 2,906
  • 1
  • 19
  • 20
0

See this post for unicode datastore operations with mysql.

Community
  • 1
  • 1
zawhtut
  • 8,335
  • 5
  • 52
  • 76