We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4254c4e commit a390e07Copy full SHA for a390e07
src/main/java/com/mapcode/example/Example.java
@@ -113,7 +113,7 @@ private static void exampleDecode() throws UnknownTerritoryException {
113
* The fifth example tries to decode a valid Mapcode that contains
114
* Unicode characters. This will succeed.
115
*/
116
- final String mapcode5 = "JPN チナ.8チ";
+ final String mapcode5 = "JPN \u30c1\u30ca.8\u30c1";
117
try {
118
final Point p = Mapcode.decode(mapcode5);
119
System.out.println("Mapcode " + mapcode5 + " represents latitude "
0 commit comments