add &planet;

This commit is contained in:
Glenn Maynard
2003-04-19 23:16:08 +00:00
parent 097ac92c9e
commit 031c636304
3 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -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
+4 -10
View File
@@ -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
+1
View File
@@ -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;