[ 
https://issues.apache.org/jira/browse/WAVE-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204159#comment-13204159
 ] 

Vicente J. Ruiz Jurado commented on WAVE-331:
---------------------------------------------

Works for me in Chromium 16.0.912.15 and FF 10.0 (Ubuntu 11.10) with or without 
SSL. Also tested with non-latin languages as Chinese.

By the way socket.io is only used when websocket is not available (as in FF). 
See in WebClient.java:
private native boolean useSocketIO() /*-{ return !window.WebSocket }-*/;

So, the server.config option "use_socketio" is propagated to the client (var 
__useSocketIO = XXXX;) but not used now in that function as before. Maybe we 
should remove this to avoid confusions.
                
> Non-ascii character encodings are often incorrectly rendered
> ------------------------------------------------------------
>
>                 Key: WAVE-331
>                 URL: https://issues.apache.org/jira/browse/WAVE-331
>             Project: Wave
>          Issue Type: Bug
>          Components: Web Client
>         Environment: All browsers + operating systems (a nice mix of these 
> makes the problem especially obvious)
>            Reporter: Ali Lown
>            Priority: Minor
>              Labels: encoding, utf-8
>
> Characters such as the £ (uk pound sign) or euro sign or reports with (eg. 
> german umlaut) etc. are incorrectly rendered in the wave panel (most of the 
> time).
> Notably though: often when the wave panel incorrectly loads them they load 
> correctly in the search inbox wave snippet text...

--
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


Reply via email to