Index: /applications/editors/josm/plugins/smed2/src/seamap/Rules.java
===================================================================
--- /applications/editors/josm/plugins/smed2/src/seamap/Rules.java	(revision 29789)
+++ /applications/editors/josm/plugins/smed2/src/seamap/Rules.java	(revision 29790)
@@ -927,5 +927,5 @@
 			if (name != null) str += (String)name.val + " ";
 			Double ort = (Double) Renderer.getAttVal(feature, feature.type, 0, Att.ORIENT);
-			if (ort != null) str += ort.toString() + "¼";
+			if (ort != null) str += ort.toString() + "\u0152";
 			if (!str.isEmpty()) Renderer.lineText(feature, str, new Font("Arial", Font.PLAIN, 80), Color.black, 0.5, -20);
 	  }
