Hi,
In our plugin Japanese characters are not passing from Flex-Client to Java Service layer.
Where as with same code, English characters are passed properly to java service layer.
I have checked all the BlazeDs and spring settings files with SDK example everything is same.
Encoding is UTF-8 in all settings and Flex-MXML codes.
Can anyone help me what need to be check to resolve the issue.
Thanks,
Hi,
You are most probably hitting an issue with how BlazeDS deserializes UTF8 surrogate pairs, needed for Asian characters. It's an known issue that different teams (including the vSphere Client) had to workaround. Take a look at Please support Surrogate Pair String data receive. |Adobe Community for an example fix.
We'll try to prepare a more end-to-end example that also shows how you integrate the fix mentioned above into your plugin. Currently, the SDK does not provide a standard solution to this problem.
Tony
Hi Tony thanks for response.,
Please share the end-to-end example you have .
