Unicode superscript update

font/*/supsub.*: change superscript 1 into i; delete 2, 3
lib/keyboard: fix s1, s2, s3; add si
lib/unicode: add 2071
src/cmd/devdraw: update from lib/keyboard
This commit is contained in:
Russ Cox 2009-05-14 15:54:26 -07:00
parent 3625f26852
commit 7abb729a31
7 changed files with 5 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -394,9 +394,9 @@
2022 bu • bullet 2022 bu • bullet
203D !? ?! ‽ interrobang 203D !? ?! ‽ interrobang
2070 s0 ⁰ superscript digit zero 2070 s0 ⁰ superscript digit zero
2071 s1 ⁱ superscript digit one 00B9 s1 ⁱ superscript digit one
2072 s2 ⁲ superscript digit two 00B2 s2 ⁲ superscript digit two
2073 s3 ⁳ superscript digit three 00B3 s3 ⁳ superscript digit three
2074 s4 ⁴ superscript digit four 2074 s4 ⁴ superscript digit four
2075 s5 ⁵ superscript digit five 2075 s5 ⁵ superscript digit five
2076 s6 ⁶ superscript digit six 2076 s6 ⁶ superscript digit six

View file

@ -3358,6 +3358,7 @@
206e national digit shapes 206e national digit shapes
206f nominal digit shapes 206f nominal digit shapes
2070 superscript zero 2070 superscript zero
2071 superscript latin small letter i
2074 superscript four 2074 superscript four
2075 superscript five 2075 superscript five
2076 superscript six 2076 superscript six

View file

@ -100,7 +100,7 @@ static struct cvlist
"o", "AOUaeiu", { 0x00c5, 0x229a, 0x016e, 0x00e5, 0x0153, 0x01a3, 0x016f }, "o", "AOUaeiu", { 0x00c5, 0x229a, 0x016e, 0x00e5, 0x0153, 0x01a3, 0x016f },
"p", "Odgrt", { 0x2117, 0x2202, 0x00b6, 0x220f, 0x221d }, "p", "Odgrt", { 0x2117, 0x2202, 0x00b6, 0x220f, 0x221d },
"r", "\"\'O", { 0x201d, 0x2019, 0x00ae }, "r", "\"\'O", { 0x201d, 0x2019, 0x00ae },
"s", "()+-0123456789=abnoprstu", { 0x207d, 0x207e, 0x207a, 0x207b, 0x2070, 0x2071, 0x2072, 0x2073, 0x2074, 0x2075, 0x2076, 0x2077, 0x2078, 0x2079, 0x207c, 0x00aa, 0x2282, 0x207f, 0x00ba, 0x2283, 0x221a, 0x00df, 0x220d, 0x2211 }, "s", "()+-0123456789=abinoprstu", { 0x207d, 0x207e, 0x207a, 0x207b, 0x2070, 0x00b9, 0x00b2, 0x00b3, 0x2074, 0x2075, 0x2076, 0x2077, 0x2078, 0x2079, 0x207c, 0x00aa, 0x2282, 0x2071, 0x207f, 0x00ba, 0x2283, 0x221a, 0x00df, 0x220d, 0x2211 },
"t", "-efmsu", { 0x0167, 0x2203, 0x2234, 0x2122, 0x03c2, 0x22a2 }, "t", "-efmsu", { 0x0167, 0x2203, 0x2234, 0x2122, 0x03c2, 0x22a2 },
"u", "-AEGIOUaegiou", { 0x0289, 0x0102, 0x0114, 0x011e, 0x012c, 0x014e, 0x016c, 0x2191, 0x0115, 0x011f, 0x012d, 0x014f, 0x016d }, "u", "-AEGIOUaegiou", { 0x0289, 0x0102, 0x0114, 0x011e, 0x012c, 0x014e, 0x016c, 0x2191, 0x0115, 0x011f, 0x012d, 0x014f, 0x016d },
"v\"", "Uu", { 0x01d9, 0x01da }, "v\"", "Uu", { 0x01d9, 0x01da },