Mantis - Resin
Viewing Issue Advanced Details
4873 block always 11-24-11 05:45 11-28-11 12:01
ihristov  
ferg  
normal  
closed 4.0.24  
no change required  
none    
none 4.0.25  
0004873: WebSocketReader is using ISO-8859-1 instead of UTF-8 via the ReadStream
As discussed in the 0004818 issue, the data transfer over WebSocket is done using UTF-8, and currently the _readEncodingName="ISO-8859-1" in the ReadStream.
Most of the information is already provided in the 0004818 issue. For more information don't hesitate to ask.

Notes
(0005633)
ferg   
11-28-11 12:01   
The encoding in the ReadStream is irrelevant, because only the binary (8-bit byte) data is read from it.

For a bug report like this, it's more helpful to give the actual error that's occurring. Internal values aren't themselves bugs. If they're mentioned at all, it should be in a note to the actual bug report not the bug itself.