Issue 13 in java-twitter: posting Unicode characters in update status

6 views
Skip to first unread message

codesite...@google.com

unread,
Nov 3, 2009, 5:37:19 AM11/3/09
to java-t...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 13 by ramandv: posting Unicode characters in update status
http://code.google.com/p/java-twitter/issues/detail?id=13

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

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

codesite...@google.com

unread,
Nov 30, 2009, 11:04:55 PM11/30/09
to java-t...@googlegroups.com

Comment #1 on issue 13 by liushuang630: posting Unicode characters in
update status
http://code.google.com/p/java-twitter/issues/detail?id=13

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

codesite...@google.com

unread,
Jul 31, 2010, 6:45:41 AM7/31/10
to java-t...@googlegroups.com

Comment #2 on issue 13 by julien.smadja: posting Unicode characters in
update status
http://code.google.com/p/java-twitter/issues/detail?id=13

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



Reply all
Reply to author
Forward
0 new messages