diff options
author | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-02-23 16:58:53 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-02-23 16:58:53 +0100 |
commit | f2b6ec3140935d88d065359619c04992939a1ddc (patch) | |
tree | 18bfde25c2eef864258fdaab20ee66a16e278c84 /sys/src/cmd/dict/oed.c | |
parent | e482b39f8d9ed8c27429cd2f510fc7c8a0dba1c1 (diff) |
correcting unicode superscripts for 1 2 and 3
Diffstat (limited to 'sys/src/cmd/dict/oed.c')
-rw-r--r-- | sys/src/cmd/dict/oed.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/src/cmd/dict/oed.c b/sys/src/cmd/dict/oed.c index d6ec0f021..2ae4f3597 100644 --- a/sys/src/cmd/dict/oed.c +++ b/sys/src/cmd/dict/oed.c @@ -204,6 +204,7 @@ static Assoc auxtab[] = { static Assoc spectab[] = { {"3on4", L'¾'}, + {"3on8", L'⅜'}, {"Aacu", L'Á'}, {"Aang", L'Å'}, {"Abarab", L'Ā'}, @@ -237,7 +238,7 @@ static Assoc spectab[] = { {"Lambda", L'Λ'}, {"Lbar", L'Ł'}, {"Mu", L'Μ'}, - {"Naira", L'N'}, /* should have bar through */ + {"Naira", L'₦'}, /* should have bar through */ {"Nplus", L'N'}, /* should have plus above */ {"Ntilde", L'Ñ'}, {"Nu", L'Ν'}, @@ -742,7 +743,7 @@ static Assoc spectab[] = { {"ssTau", L'Τ'}, {"star", L'*'}, {"stlig", MLST}, - {"sup2", L''}, + {"sup2", L'²'}, {"supgt", L'˃'}, {"suplt", L'˂'}, {"sur", L'ʳ'}, @@ -807,7 +808,6 @@ static Assoc spectab[] = { equivalents in Unicode, so aren't in the above table. 22n 2^(2^n) Cf Fermat 2on4 2/4 - 3on8 3/8 Bantuo Bantu O. Cf Otshi-herero Car C with circular arrow on top albrtime cut-time: C with vertical line @@ -974,7 +974,7 @@ static Rune suptab[128] = { NONE, NONE, NONE, NONE, NONE, NONE, NONE, NONE, /*20*/ L' ', L'!', L'"', L'#', L'$', L'%', SPCS, L'\'', L'⁽', L'⁾', L'*', L'⁺', L',', L'⁻', L'.', L'/', -/*30*/ L'⁰', L'ⁱ', L'', L'', L'⁴', L'⁵', L'⁶', L'⁷', +/*30*/ L'⁰', L'¹', L'²', L'³', L'⁴', L'⁵', L'⁶', L'⁷', L'⁸', L'⁹', L':', L';', TAGS, L'⁼', TAGE, L'?', /*40*/ L'@', L'A', L'B', L'C', L'D', L'E', L'F', L'G', L'H', L'I', L'J', L'K', L'L', L'M', L'N', L'O', |