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