|
Bugzilla – Full Text Bug Listing |
| Summary: | yast2-gtk: searching for umlauts doesn't work | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Andreas Hanke <andreas.hanke> |
| Component: | YaST2 | Assignee: | 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
Created attachment 120435 [details]
Searching for "verwenden" works (no umlauts)
Created attachment 120436 [details]
Searching for "müssen" (with umlauts) doesn't work
Created attachment 120437 [details]
/var/log/YaST2/y2log
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. |