[
https://issues.apache.org/jira/browse/WAVE-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13123424#comment-13123424
]
Yuri Zelikov commented on WAVE-187:
-----------------------------------
I have no idea either. I guess the first thing needed to be done is to debug
the code and see what is actually sent to the server. Maybe the solution would
be simple to add some tag to the HTML to force the encoding be UTF-8.
My guess at what happens is that the chars are encoded in some non UTF-8
encoding, sent to the server as bytes, but then server assumes UTF-8 encoding
and incorrectly de-serializes the chars. Or maybe it's something else.
> Encoding problem (cyrillic)
> ---------------------------
>
> Key: WAVE-187
> URL: https://issues.apache.org/jira/browse/WAVE-187
> Project: Wave
> Issue Type: Bug
> Priority: Minor
>
> <b>What steps will reproduce the problem?</b>
> 1. Create new wave
> 2. add message "ÐÑÐ¸Ð²ÐµÑ ÐиÑ"
> 3. log off
> 4. log in
> 5. look at message entered at step 2
> What is the expected output?
> "ÐÑÐ¸Ð²ÐµÑ ÐиÑ"
> What do you see instead?
> "?????? ???"
> <b>What changeset or version are you using? On what operating system?</b>
> <b>Please provide any additional information below.</b>
> looks like problem in metadata of gwt`s html page or something like that
> (user input accepting in wrong encoding on server side.)
> ---
> Issue imported from
> http://code.google.com/p/wave-protocol/issues/detail?id=186
> Label: Type-Defect
> Label: Priority-Medium
> Stars: 4
> State: open
> Status: New
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira