-
-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[gwt] unicode character transfer not possible #476
Comments
Hi I have not yet tested proper UTF-8 encoding, so I cant say much about this |
The outputstream is however set to UTF-8 encoding |
how? no way i tried on server side sun-web.xml web.xml
page.html but i still get ?? when i post ü single char.Every single char gives double question mark. I'm using gwt atmosphereclient api |
i post message like this:
|
i ve found temporary solution its not good solution maybe but it works. String recvData = htmlToString(realData); This sends data on html encoded unicode values , so on server the data doesn't broke up.
|
You are using the outputstream. This is outside of the intended use case On 7-7-2012 14:50, jduke32 wrote:
|
but broadcast is broadcasting to all clients , i will just send single client. |
then you should do cometResource.post |
Hello when i tried to send data from
it the string contains any unicode utf-8 characters , they got broken.
I tried to send turkish charset but the object i got back seems broken
The text was updated successfully, but these errors were encountered: