Bug 247682

Summary: yast2-gtk: searching for umlauts doesn't work
Product: [openSUSE] openSUSE 10.3 Reporter: Andreas Hanke <andreas.hanke>
Component: YaST2Assignee: Michael Meeks <mmeeks>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: forgotten_h13THG8RK1
Version: Alpha 1   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: Searching for "verwenden" works (no umlauts)
Searching for "müssen" (with umlauts) doesn't work
/var/log/YaST2/y2log

Description Andreas Hanke 2007-02-22 01:29:50 UTC
The "Find" tool doesn't work properly in yast2-gtk if the search term contains umlauts.
Comment 1 Andreas Hanke 2007-02-22 01:33:39 UTC
Created attachment 120435 [details]
Searching for "verwenden" works (no umlauts)
Comment 2 Andreas Hanke 2007-02-22 01:34:15 UTC
Created attachment 120436 [details]
Searching for "müssen" (with umlauts) doesn't work
Comment 3 Andreas Hanke 2007-02-22 01:35:01 UTC
Created attachment 120437 [details]
/var/log/YaST2/y2log
Comment 4 Forgotten User h13THG8RK1 2007-03-15 17:48:02 UTC
GTK+ uses UTF-8 for strings, but Unicode for single characters (because you can only store ut8 in arrays since non-ascii chars take more than one byte). That hasn't been spotted. Fixed on SVN. Case insensitive should work for these characters too.