summaryrefslogtreecommitdiff
path: root/sys/src/cmd/dict
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@rei2.9hal>2012-02-23 16:58:53 +0100
committercinap_lenrek <cinap_lenrek@rei2.9hal>2012-02-23 16:58:53 +0100
commitf2b6ec3140935d88d065359619c04992939a1ddc (patch)
tree18bfde25c2eef864258fdaab20ee66a16e278c84 /sys/src/cmd/dict
parente482b39f8d9ed8c27429cd2f510fc7c8a0dba1c1 (diff)
correcting unicode superscripts for 1 2 and 3
Diffstat (limited to 'sys/src/cmd/dict')
-rw-r--r--sys/src/cmd/dict/oed.c8
-rw-r--r--sys/src/cmd/dict/pgw.c4
-rw-r--r--sys/src/cmd/dict/robert.c2
3 files changed, 7 insertions, 7 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',
diff --git a/sys/src/cmd/dict/pgw.c b/sys/src/cmd/dict/pgw.c
index c9d442e89..8ddebd5ea 100644
--- a/sys/src/cmd/dict/pgw.c
+++ b/sys/src/cmd/dict/pgw.c
@@ -599,7 +599,7 @@ static Assoc spectab[] = {
{"ssTau", L'Τ'},
{"star", L'*'},
{"stlig", MLST},
- {"sup2", L'⁲'},
+ {"sup2", L'²'},
{"supgt", L'˃'},
{"suplt", L'˂'},
{"sur", L'ʳ'},
@@ -831,7 +831,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',
diff --git a/sys/src/cmd/dict/robert.c b/sys/src/cmd/dict/robert.c
index 56dbd5ec5..91d2adafc 100644
--- a/sys/src/cmd/dict/robert.c
+++ b/sys/src/cmd/dict/robert.c
@@ -59,7 +59,7 @@ static Rune intab[256] = {
};
static Rune suptab[] = {
- ['0'] L'⁰', ['1'] L'ⁱ', ['2'] L'⁲', ['3'] L'⁳',
+ ['0'] L'⁰', ['1'] L'¹', ['2'] L'²', ['3'] L'³',
['4'] L'⁴', ['5'] L'⁵', ['6'] L'⁶', ['7'] L'⁷',
['8'] L'⁸', ['9'] L'⁹', ['+'] L'⁺', ['-'] L'⁻',
['='] L'⁼', ['('] L'⁽', [')'] L'⁾', ['a'] L'ª',