Hello,

I have a problem about 1 day ago.
I'm using API and executing a basic query to view result tweets.

The problem is:
I put those tweets in an ArrayList and execute an FOR on JSP to render
every tweet, but the page does not render totally and stop by half.
I realized this is a charset issue, then I tried to change charset of
tweet.text() and JSP from UTF-8 to ISO-8859-1  (new
String(tweet.text().getBytes("ISO-8859-1")) ) and I've got a nice
result, but eventually some results cause the problem to occur again.

Anyone have this problem too?

Thanks!

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to