Hewbrew+unicode=hell
This commit is contained in:
parent
76f3da5da7
commit
ca1fe9d9d0
27 changed files with 460 additions and 115 deletions
|
|
@ -55,6 +55,25 @@ public enum Gê̄ldGetậlÅtHebrewVowel {
|
|||
}
|
||||
|
||||
public static Gê̄ldGetậlÅtHebrewVowel valueOfCharacter(char codePoint) {
|
||||
// TODO add & move complete alias map
|
||||
if (codePoint == 0x591 || codePoint == 0x596 || codePoint == 0x597 || codePoint == 0x59a || codePoint == 0x59c) {
|
||||
return VOWEL_1;
|
||||
}
|
||||
if (codePoint == 0x5a5 || codePoint == 0x5a8 || codePoint == 0x5ab || codePoint == 0x5ac) {
|
||||
return VOWEL_1;
|
||||
}
|
||||
if (codePoint == 0x5ba || codePoint == 0x5bc || codePoint == 0x5bd) {
|
||||
return VOWEL_1;
|
||||
}
|
||||
if (codePoint == 0x5c1 || codePoint == 0x5c2) {
|
||||
return VOWEL_1;
|
||||
}
|
||||
if (codePoint == 0x5b0) {
|
||||
return VOWEL_2;
|
||||
}
|
||||
if (codePoint == 0x592 || codePoint == 0x5bb) {
|
||||
return VOWEL_3;
|
||||
}
|
||||
return CHAR_MAP.getOrDefault(codePoint, Gê̄ldGetậlÅtHebrewVowel.NONE);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue