meebey / smuxi

Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+
https://smuxi.im/
GNU General Public License v2.0
172 stars 46 forks source link

Link highlighting stops at upper-case I letter (with the Turkish locale) #183

Closed huseyint closed 1 year ago

huseyint commented 10 years ago

Hi. This is probably due to my Windows with Turkish regional settings. When a link with upper case I letter is rendered, the underline stops at that position, see the following image:

See the following posts about the Turkish lower/upper case ı/İ issue:

http://blog.codinghorror.com/whats-wrong-with-turkey/ http://www.moserware.com/2008/02/does-your-code-pass-turkey-test.html

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

meebey commented 10 years ago

Smuxi does currently not match non-latin characters in URLs, they are supposed to the escaped (%xxx ) I think.... Smuxi should tolerate this though as you are not the first one who reported such issue.

huseyint commented 10 years ago

Well actually that's the regular upper case I in latin. Also please note that, there were no issues with version 0.9 before updating to 0.11

dbech commented 8 years ago

I tried this out with the same link using english us and it appears to work

meebey commented 8 years ago

Smuxi uses a character class [a-z] with case insensitive modifier as regex to match the URL. I am not sure if the issue still applies since I don't have a sample of the verbatim text, but a screenshot I can't copy/paste to test it myself...

meebey commented 1 year ago

Closing because the issue is not reproducible and inactivity of the issue report. Please re-open this issue if you can still observe the problem.