christhopherguerra / java-twitter

Automatically exported from code.google.com/p/java-twitter
Apache License 2.0
0 stars 0 forks source link

posting Unicode characters in update status #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. call updatestatus with unicode string

What is the expected output? What do you see instead?
1. Instead of proper unicode string, seeing junk character

What version of the product are you using? On what operating system?
0.9-SNAPSHOT

Original issue reported on code.google.com by rama...@gmail.com on 3 Nov 2009 at 10:36

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/java-twitter/issues/detail?id=10&can=1

Original comment by liushuan...@gmail.com on 1 Dec 2009 at 4:04

GoogleCodeExporter commented 8 years ago
Hi,

I've problem with updating status. You could try this to reproduce my problem :

String title = "Les numériques joue avec le portable GT660 signé MSI";
api.updateStatus(title).build().post();

The result is "Les numéques joue avec le portable GT660 signéSI"

As you can see, after characters like "é" some characters are missing.

numériques => numéques
signé MSI => signéSI

Original comment by julien.s...@gmail.com on 31 Jul 2010 at 10:45