Bug 173588

Summary: Wide characters in links are not underlined properly
Product: [Applications] konsole Reporter: Miikka Salminen <miikka.salminen>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal CC: andresbajotierra, zealot.hoi
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Miikka Salminen 2008-10-26 13:01:28 UTC
Version:            (using KDE 4.1.2)
OS:                Linux
Installed from:    Ubuntu Packages

Only about half of wide characters in links in Konsole are underlined. Try reproducing by pasting e.g. some Japanese Wikipedia links in Konsole.
Comment 1 Dario Andres 2008-10-26 15:46:00 UTC
Here:
Konsole
Version 2.1
Using KDE 4.1.2 (KDE 4.1.2) (KDEmod) in ArchLinux i686:

I can reproduce this behaviour . May be this is related to bug 154689 ? 
Comment 2 Dario Andres 2008-12-26 15:12:16 UTC
I can still reproduce it using:

Qt: 4.4.3
KDE: 4.1.86 (KDE 4.1.86 (KDE 4.2 >= 20081221))
kdelibs svn rev. 901624 / kdebase svn rev. 901624
on ArchLinux x86_64 - Kernel 2.6.27.10
Comment 3 Wang Hoi 2009-01-06 11:56:37 UTC
it's fixed by using string_width(...) to calculate the length of the url which contains wide charaters correctly.