correcting utf8 chars
authorn.hoffmann <n.hoffmann@localhost>
Mon, 4 Oct 2010 14:19:32 +0000 (14:19 +0000)
committern.hoffmann <n.hoffmann@localhost>
Mon, 4 Oct 2010 14:19:32 +0000 (14:19 +0000)
cdmlib-ext/src/main/java/eu/etaxonomy/cdm/ext/ipni/IpniService.java

index ca73ca7f1c3629b2a2a7cefcc8693f83dc794ece..fbbd960cbf716894ed5061ee9696fe10658a0165 100644 (file)
@@ -483,13 +483,13 @@ public class IpniService  implements IIpniService{
                        String latMinutes = CdmUtils.Nz(valueMap.get(LATITUDE_MINUTES));\r
                        String latSeconds = CdmUtils.Nz(valueMap.get(LATITUDE_SECONDS));\r
                        String direction = CdmUtils.Nz(valueMap.get(NORTH_OR_SOUTH));\r
-                       String latitude = latDegrees + "°" + latMinutes + "'" + latSeconds + "\"" + direction;\r
+                       String latitude = latDegrees + "°" + latMinutes + "'" + latSeconds + "\"" + direction;\r
                        \r
                        String lonDegrees = CdmUtils.Nz(valueMap.get(LATITUDE_DEGREES));\r
                        String lonMinutes = CdmUtils.Nz(valueMap.get(LATITUDE_MINUTES));\r
                        String lonSeconds = CdmUtils.Nz(valueMap.get(LATITUDE_SECONDS));\r
                        direction = CdmUtils.Nz(valueMap.get(EAST_OR_WEST));\r
-                       String longitude = lonDegrees + "°" + lonMinutes + "'" + lonSeconds + "\"" + direction;\r
+                       String longitude = lonDegrees + "°" + lonMinutes + "'" + lonSeconds + "\"" + direction;\r
 \r
                        \r
                        specimen.setExactLocationByParsing(longitude, latitude, null, null);\r