Acknowledged

Degrees symbol in GEO_DMS string shows up as a strange character

When formatting a position in DMS format on the Instinct Crossover and Venu Square 2 like this:

var dms=posn.toGeoString(Position.GEO_DMS) as String;
The degrees symbol in the string shows up as Unicode 57520, hex 0xE0B0 instead of decimal 176.
This happens in the simulator in SDK 7.4.3.
I didn't test every device but others I tried do not have this problem.
Parents
  • Interestingly, I tried this on several simulated devices:

    - fr965 (displays fine)

    - fr955 (displays fine)

    - fr935 (displays fine)

    - edge1050 (displays fine)

    - venusq2 (degrees character not displayed properly)

Comment
  • Interestingly, I tried this on several simulated devices:

    - fr965 (displays fine)

    - fr955 (displays fine)

    - fr935 (displays fine)

    - edge1050 (displays fine)

    - venusq2 (degrees character not displayed properly)

Children
No Data