QuinterApp / Quinter

The accessible Quinter Twitter client
11 stars 9 forks source link

Incorrect count of characters when composing a tweet #2

Closed riku22 closed 3 years ago

riku22 commented 3 years ago

Hello.

If you enter characters that include multi-byte characters such as Japanese when composing a tweet, the characters that should be counted as 2 characters are counted as 1 character. Is it possible to calculate the correct number of characters with "twitter-text-parser" etc.?

TheQuinbox commented 3 years ago

I think this is the fault of the wx.TextCtrl object. Not sure of much we can do about it. If you have information I don't though, feel free to share/open a PR. :)

TheQuinbox commented 3 years ago

Closing, because #4 fixed it.