Opened 14 years ago
Closed 13 years ago
#328 closed defect/bug (fixed)
German "umlauts" dont work in gui=internal
Reported by: | t-steinruecken.myopenid.com | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: | Odlg |
Description
When selecting a city (f.e. Düsseldorf), the citylist is empty after typing the first umlaut. This works with gui=gtk...
Attachments (1)
Change History (3)
comment:1 Changed 14 years ago by Odlg
- Cc Odlg added
comment:2 Changed 13 years ago by singesang
- Resolution set to fixed
- Status changed from new to closed
Patch applied in r2312. Thanks for this patch
Note: See
TracTickets for help on using
tickets.
I see the same problem with danish characters.
The problem seems to be related to strcasecmp does not work for non ascii7 characters with the forced locale settings.
A quick partial workaround could be to make the keyboard lowercase after the first character, then it would work for more cases than now.