hoshi67 <kunih...@koutake.com> wrote:
> I have a problem
> it is about twitter API
> ex.http://stream.twitter.com/1/statuses/filter.json?track=*****
> ***** is English word   OK
> but ***** is Japanese KANJI  HIRAGANA KATAKANA  don't work :(
> so what can I do for this problem.......
> @hoshi67

Hi,

Did you encoded the UTF-8 Kanji charactors for URI like "%xx%xx"?

As far as I know, the streaming filter API doesn't support the
languages which do not separate words by white space charactors like
Japanese. But you can pick up tweets if the track word is separated by
white space charactors even if the Kanji or something.

Unfortunately we can not pick up Kanji-track word in entence. For
example, trach word is SAKURA in kanji and * is white space, you can
pick up "*SAKURA*KIREI" works fine, but "SAKURAgaKirei" does not.

-- 
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