Opened 10 years ago
Last modified 4 years ago
#1125 new defect/bug
WinCE: internal GUI omits description when it contains special chars (german umlauts)
Reported by: | mcr42.myopenid.com | Owned by: | mcr42 |
---|---|---|---|
Priority: | major | Milestone: | version 0.6.0 |
Component: | gui/internal | Version: | git master |
Severity: | normal | Keywords: | gui/internal WinCE Umlauts special chars |
Cc: |
Description
when special chars are to be shown in a description (probably other fields too), the whole line is suppressed.
(For Linux, this works in the "show attributes" menu, but in the item menu umlauts are shown with a replacement char.)
To Reproduce: add a POI with 2 descriptions, with the first containing an umlaut:
type=roadwork label="Baustelle" description=" Verkehrseinschränkung" description=" Ampelregelung" 0x13b9c8 0x67f529
POI will be shown, check the attributes. The description is shown, but the first line is empty. Replace the umlaut and the description is shown completely.
Change History (4)
comment:1 Changed 10 years ago by usul
- Milestone changed from want patch / contribution to version 0.5.1
comment:2 Changed 8 years ago by nezmi
- Severity set to normal
comment:3 Changed 5 years ago by http://wiki.navit-project.org/index.php/user:jkoan
- Milestone changed from version 0.5.1 to version 0.5.2
This ticket was pushed back in order to bring 0.5.1 out soon.
comment:4 Changed 4 years ago by http://wiki.navit-project.org/index.php/user:jkoan
- Milestone changed from version 0.5.2 to version 0.6.0
Ticket retargeted after milestone closed
Note: See
TracTickets for help on using
tickets.
older WinCE/PocketPC devices (at least versions <= 4.20.0) do not use Unicode but a country-specific Windows code page (e.g. code page 1250 or CP858 for western language, if I remember correctly from old OpenSynCE activities ...)