You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
jp char ァ
This commit is contained in:
@@ -270,6 +270,7 @@ jap_chars.update({
|
|||||||
0xE1: "ゅ",
|
0xE1: "ゅ",
|
||||||
0xE2: "ょ",
|
0xE2: "ょ",
|
||||||
0xE3: "ー",
|
0xE3: "ー",
|
||||||
|
0xE9: "ァ",
|
||||||
})
|
})
|
||||||
|
|
||||||
#some of the japanese characters can probably fit into the english table
|
#some of the japanese characters can probably fit into the english table
|
||||||
|
@@ -192,6 +192,7 @@ chars = {
|
|||||||
"ゅ": 0xE1,
|
"ゅ": 0xE1,
|
||||||
"ょ": 0xE2,
|
"ょ": 0xE2,
|
||||||
"ー": 0xE3,
|
"ー": 0xE3,
|
||||||
|
"ァ": 0xE9,
|
||||||
|
|
||||||
"@": 0x50,
|
"@": 0x50,
|
||||||
"#": 0x54,
|
"#": 0x54,
|
||||||
|
Reference in New Issue
Block a user