Closed lebedev closed 8 years ago
Hi there! I've managed to fix encoding issues. My steps of this issue investigation:
frame
ISO-8859-1
UTF-8
frameReceived
frameSend
JSON.parse
Look at the results (using your WebSockets test page): With turkish symbols:
With cyrillic symbols:
This should close issues #39, #43.
Thanks!
Honza
Hi there! I've managed to fix encoding issues. My steps of this issue investigation:
frame
's payload was inISO-8859-1
encoding.ISO-8859-1
toUTF-8
in here on StackOverflow, using "the other way round".frameReceived
andframeSend
, the only 2 places where aframe
getsJSON.parse
d.Look at the results (using your WebSockets test page): With turkish symbols:
With cyrillic symbols:
This should close issues #39, #43.