From 0a36977fef487a8aaee7f8224c4ac42814fbc147 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 19 Jan 2003 23:06:33 +0000 Subject: [PATCH] more data --- stepmania/src/FontCharAliases.cpp | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/stepmania/src/FontCharAliases.cpp b/stepmania/src/FontCharAliases.cpp index a86a80da4f..361107acaa 100644 --- a/stepmania/src/FontCharAliases.cpp +++ b/stepmania/src/FontCharAliases.cpp @@ -11,6 +11,9 @@ typedef map aliasmap; static aliasmap CharAliases; static map CharAliasRepl; +/* Editing this file in VC6 will be rather ugly, since it contains a lot of UTF-8. + * Just don't change anything you can't read. :) */ + /* If we move this to an INI, group these, so we can display them in a help * page off of the TextEntry screen reasonably. Allow putting the actual * character on the same line (as below). Perhaps warn if they don't match. @@ -25,6 +28,36 @@ static map CharAliasRepl; * This will need some mechanism for assigning internal numbers. */ +/* Here's a copy-and-paste for a basic Japanese font page: + + 、。〃〄々〆〇〈〉《》「」『』 +【】〒〓〔〕〖〗〘〙〚〛〜〝〞〟 +〠 +〰〱〲〳〴〵〶〷 + ぁあぃいぅうぇえぉおかがきぎく +ぐけげこごさざしじすずせぜそぞた +だちぢっつづてでとどなにぬねのは +ばぱひびぴふぶぷへべぺほぼぽまみ +むめもゃやゅゆょよらりるれろゎわ +ゐゑをんゔ      ゛゜ゝゞ  + ァアィイゥウェエォオカガキギク +グケゲコゴサザシジスズセゼソゾタ +ダチヂッツヅテデトドナニヌネノハ +バパヒビピフブプヘベペホボポマミ +ムメモャヤュユョヨラリルレロヮワ +ヰヱヲンヴヵヶヷヸヹヺ・ーヽヾ  + +And here's one for a kanji page: + + 一ニ三四五六七八 +九十 +革命祭桜小坂鬼道 +弐神様民謡明日青 +衝動猫毛亜熱帯爆 +弾谷新大見解魔法 +扉夜空才 + + */ static void InitCharAliases() {