Hi guys,
do you know about some issues some devices have (or had) with displaying degree ([SUP]o[/SUP]) characters?
- I am using Gfx.FONT_LARGE to display latitude and longitude.
- To get coordinates, I call Location.toGeoString(format), and split it in half (maybe it is not the best idea, but it worked well during testing)
So basically I should have latitude and longitude as strings ready to be drawn. But:
- in simulator, FR920XT does not render the text at all; if I change the text from lat/long to "A"/"B" it gets rendered
- in simulator, all other devices render lat/long perfectly
- on real Fenix3, everything is rendered perfectly
- some users of vivoactive, FR920XT and Epix report that it works well
- one user of vivoactive reports that lat/long is not rendered, and sent me screenshots to prove that
So it seems that some version or configuration of vivoactive, and simulator of 920xt have problem with rendering degree character. The issue of this particular user may be caused by his firmware version, or the fact he seems to be in China, so either the watch uses different codepages internally, or the coordinates are somehow different from my tested scenarios. If the issue occurs, it does not render any replacement character like <?>, but does not render the whole text at all...
Do someone have some info about this?
Thanks,
David