Skip to content

Commit 3020c72

Browse files
committed
Added additional script support
1 parent e0ef9e7 commit 3020c72

File tree

6 files changed

+505
-434
lines changed

6 files changed

+505
-434
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>mapcode</artifactId>
99

1010
<packaging>jar</packaging>
11-
<version>2.4.0</version>
11+
<version>2.4.1</version>
1212

1313
<name>Mapcode Java Library</name>
1414
<description>

src/main/java/com/mapcode/Alphabet.java

100644100755
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public enum Alphabet {
3636
GREEK(1), // of the mapcode library. Do not change them.
3737
CYRILLIC(2),
3838
HEBREW(3),
39-
HINDI(4),
39+
DEVANAGARI(4),
4040
MALAYALAM(5),
4141
GEORGIAN(6),
4242
KATAKANA(7),
@@ -52,7 +52,14 @@ public enum Alphabet {
5252
KHMER(17),
5353
SINHALESE(18),
5454
THAANA(19),
55-
CHINESE(20);
55+
CHINESE(20),
56+
TIFINAGH(21),
57+
TAMIL(22),
58+
AMHARIC(23),
59+
TELUGU(24),
60+
ODIA(25),
61+
KANNADA(26),
62+
GUJARATI(27);
5663

5764
/**
5865
* The numeric code is synonym for the alphanumeric code. Used in the decoder.

0 commit comments

Comments
 (0)