Ignore:
Timestamp:
2009-07-15T15:31:06+02:00 (15 years ago)
Author:
stoecker
Message:

fixed charset issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/coor/LatLon.java

    r1733 r1789  
    144144        NumberFormat nf = NumberFormat.getInstance();
    145145        nf.setMaximumFractionDigits(5);
    146         return "lat=" + nf.format(lat()) + "°, lon=" + nf.format(lon()) + "°";
     146        return "lat=" + nf.format(lat()) + "\u00B0, lon=" + nf.format(lon()) + "\u00B0";
    147147    }
    148148
Note: See TracChangeset for help on using the changeset viewer.