Develop
Ticket #1886 (closed defect: fixed)
Cyrillic not displaying on maps - android version
| Reported by: | sel | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | XCSoar 6.2 |
| Component: | Other | Version: | 6.2.3 |
| Keywords: | unicode cyrillic | Cc: |
Description
Generated a map for Bulgaria:
LONMIN=22.2
LONMAX=28.8
LATMIN=41.2
LATMAX=44.2
On windows, everything is great.
On android, instead of cyrillic city/village names, I get "0" (zero).
Change History
Note: See
TracTickets for help on using
tickets.

Bug is caused by a broken ispunct() implementation by Android/Bionic?. The affected code is in Topography/XShape.cpp.