views:

76

answers:

0

I have a flex client and I am submitting a form with GB18030 CJK Unified Ideographs Extension B characters (Unicode value > FFFF). The form hangs and I see the following error in the log file

[BlazeDS]Channel endpoint my-amf received request. [BlazeDS]IOException reading message - client closed socket before sending the message? [BlazeDS]Deserializing AMF/HTTP request

When I send in GB18030 CJK Unified Ideographs Extension A characters (Unicode value < FFFF) - it works fine.

Any ideas? Does BlazeDS not support these characters?