You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Open up irssi
2. Go to a channel with special characters in the topic
3. Underlining hyperlinks will not work properly
What is the expected output? What do you see instead?
I have a channel that has a topic like this: "JEE LAN MODE CONFIRMED!!! |
( `ー´) ♥". That causes the all the links to be one character off
to the left so the last letter is not parsed with URL. Irssi is also using
UTF-8.
What version of the product are you using? On what operating system?
FuTTY: 2011-07-13:r47
irssi: irssi 0.8.15 (20100403 1617)
OS (server): Linux lakka 3.1.10-grbfs-kapsi
OS (desktop): Windows 7 64-bit
Please provide any additional information below.
Original issue reported on code.google.com by rik...@gmail.com on 24 Feb 2012 at 11:35
I think URL detection will probably work in PuTTYCh if you want to use it
instead..
It has its own Hyperlink implementation...
PuTTY Chinese Version - http://code.google.com/p/puttychs/
(delete putty.lng to make it display in English)
And as a note to coders, their Hyperlink implementation can be found in this
diff..
https://raw.github.com/emonkak/putty/4880c62e3cde6931dc6cb6e663176dca0a2adae3/pa
tch/gdi-20120211.diff
It contains a crapload of other things too though..plus it's for the 0.62
release of PuTTY, not the development (SVN) branch..which FuTTY is based on.
I'm not interested in trying to rip out the Hyperlink code from it myself, but
if somebody else wants to I'll accept a patch.
Original comment by FireEgl on 11 Jun 2012 at 2:39
Original issue reported on code.google.com by
rik...@gmail.com
on 24 Feb 2012 at 11:35Attachments:
The text was updated successfully, but these errors were encountered: