dcorking / wave-robot-java-client

Automatically exported from code.google.com/p/wave-robot-java-client
0 stars 0 forks source link

Robot unable to write UTF-8 characters #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have a robot write a UTF-8 String with non-ASCII characters (for
instance, "Oásis")
2.
3.

What is the expected output? What do you see instead?
Instead of the expected characters, squares with question marks appear.
For instance, instead of "Oásis" the robot writes "O��sis".

What version of the product are you using? On what operating system?
Firefox 3.5.1 on Windows XP

Please provide any additional information below.
A robot seems to be able to read UTF-8 characters successfully, but trying
to write a UTF-8 string (created using, for instance, new String(text,
"UTF-8")) results in the above bug.

Original issue reported on code.google.com by sevenjp on 16 Aug 2009 at 1:31

GoogleCodeExporter commented 9 years ago
This seems to be fixed now. Thanks!

Original comment by sevenjp on 23 Aug 2009 at 11:50

GoogleCodeExporter commented 9 years ago

Original comment by pamela.fox on 1 Oct 2009 at 4:49