简体   繁体   中英

Unicode characters from Flex to Java

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?

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

有关mysql的unicode数据存储操作,请参阅此文章

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM