M4rtinK / tsubame

A flexible Twitter client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Japanese hashtags are not detected

M4rtinK opened this issue · comments

Turns out the QML side hashtag detection Javascript regexp can't really handle non latin languages (such as Japanese) out of the box. The python-twitter library provides a list of hashtags per tweet, so we can likely use that to robustly linkify all hashtags without having to care about writing a more robust hastag detecting regexp.