dcorking / google-wave-resources

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

Encode problem with non-ascii problems at blip.getContent() #703

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is a problem when using the function blip.getContent(). The non-ascii 
characters such as áéíàç, when put the content returned by that function 
in a 
new blip, appear as question marks in a diamond black background (��). A 
double question mark per non-ascii character.

Example: newBlip.append(oldBlip.getContent())

Original issue reported on code.google.com by marco.pi...@gmail.com on 24 Mar 2010 at 6:34

GoogleCodeExporter commented 9 years ago
Note: In the example, I get oldBlip through ActiveAPI function: fetchWavelet

Original comment by marco.pi...@gmail.com on 24 Mar 2010 at 6:37

GoogleCodeExporter commented 9 years ago

Original comment by pamela.fox on 25 Mar 2010 at 2:27

GoogleCodeExporter commented 9 years ago
I see in AppEngine logs ("com.google.wave.api.AbstractRobot makeRpc: Response 
returned:" ......) the diamond black background when use fetchWavelet.

So I guess the problem is within fetchWavelet response function on server side.

Original comment by marco.pi...@gmail.com on 27 Mar 2010 at 2:53

GoogleCodeExporter commented 9 years ago

Original comment by austin.c...@gmail.com on 31 Mar 2010 at 11:11

GoogleCodeExporter commented 9 years ago

Original comment by austin.c...@gmail.com on 31 Mar 2010 at 11:20

GoogleCodeExporter commented 9 years ago
This is fixed in the latest Java client library. Please download it and use it 
in your 
project.
http://code.google.com/p/wave-robot-java-client/downloads/list

Original comment by pamela.fox on 1 Apr 2010 at 8:11

GoogleCodeExporter commented 9 years ago
Hello, I have the same problem. I created a simple project that retrieves the 
contents 
of a previous blip getContent, and when I print it in a reply, the symbols 
(��) still 
appear.

I used the libraries of April 8, that you have mentioned, but does not work.
http://code.google.com/p/wave-robot-java-client/downloads/list

Thank you very much.

Original comment by kmar...@gmail.com on 23 Apr 2010 at 3:19