add &planet;
This commit is contained in:
@@ -137,7 +137,7 @@ TitleTo: 桜
|
|||||||
# Handle Door and Doors
|
# Handle Door and Doors
|
||||||
TitleFrom: (Doors? of Magic)|(Mahou no Tobira)
|
TitleFrom: (Doors? of Magic)|(Mahou no Tobira)
|
||||||
TitleTo: 魔法の扉
|
TitleTo: 魔法の扉
|
||||||
SubtitleTo: (スペース☆マコのテーマ)
|
SubtitleTo: (スペース&planet;マコのテーマ)
|
||||||
*
|
*
|
||||||
# No need to write transliterations for these.
|
# No need to write transliterations for these.
|
||||||
TitleFrom: Senorita
|
TitleFrom: Senorita
|
||||||
|
|||||||
@@ -17,14 +17,8 @@ Top=8
|
|||||||
Baseline=23
|
Baseline=23
|
||||||
LineSpacing=24
|
LineSpacing=24
|
||||||
|
|
||||||
map ☆=0
|
line 0=☆★♡♥Ω
|
||||||
map ★=1
|
|
||||||
map ♡=2
|
|
||||||
map ♥=3
|
|
||||||
map Ω=4
|
|
||||||
map doublezeta=5
|
map doublezeta=5
|
||||||
map ←=8
|
map planet=6
|
||||||
map ↑=9
|
|
||||||
map →=10
|
line 1=←↑→↓☺
|
||||||
map ↓=11
|
|
||||||
map ☺=12
|
|
||||||
|
|||||||
@@ -268,6 +268,7 @@ static void InitCharAliases()
|
|||||||
CharAliases["rightarrow"] = 0x2192; /* → */
|
CharAliases["rightarrow"] = 0x2192; /* → */
|
||||||
CharAliases["downarrow"] = 0x2193; /* ↓ */
|
CharAliases["downarrow"] = 0x2193; /* ↓ */
|
||||||
CharAliases["doublezeta"] = 0xE009;
|
CharAliases["doublezeta"] = 0xE009;
|
||||||
|
CharAliases["planet"] = 0xE00A;
|
||||||
|
|
||||||
/* These are internal-use glyphs; they don't have real Unicode codepoints. */
|
/* These are internal-use glyphs; they don't have real Unicode codepoints. */
|
||||||
CharAliases["up"] = 0xE000;
|
CharAliases["up"] = 0xE000;
|
||||||
|
|||||||
Reference in New Issue
Block a user