Commit Diff


commit - 3625f268527a3106714e5aa6fd0d6b396854309c
commit + 7abb729a31e1efbc6e5895083e591133dc4717e5
blob - 2af2e719b5ec5d5db67466555a3a74a4683a0ba4
blob + 3834178d8f858f082bda812ed7d81eaf2d62f973
Binary files font/lucm/supsub.9 and font/lucm/supsub.9 differ
blob - a95e084fa378a0a5fcb5884b3cd6af1f3732a431
blob + b124ee9757d5807bc5a29959a234e0be536def7a
Binary files font/misc/supsub.8 and font/misc/supsub.8 differ
blob - a95e084fa378a0a5fcb5884b3cd6af1f3732a431
blob + b124ee9757d5807bc5a29959a234e0be536def7a
Binary files font/pelm/supsub.8 and font/pelm/supsub.8 differ
blob - b09fdaffffd2d3dc6d6b2923b00a49434ee31c88
blob + 394b3339eb3604d62aa7124fb4ab111ed0ef9174
Binary files font/pelm/supsub.9 and font/pelm/supsub.9 differ
blob - 572f7ae581d265350e6ec91c197b37db17de665c
blob + f895c249aa9c1c8196d86e19d6c60ca51fe774f4
--- lib/keyboard
+++ lib/keyboard
@@ -394,9 +394,9 @@
 2022  bu          •	bullet
 203D  !? ?!       ‽	interrobang
 2070  s0          ⁰	superscript digit zero
-2071  s1          ⁱ	superscript digit one
-2072  s2          ⁲	superscript digit two
-2073  s3          ⁳	superscript digit three
+00B9  s1          ⁱ	superscript digit one
+00B2  s2          ⁲	superscript digit two
+00B3  s3          ⁳	superscript digit three
 2074  s4          ⁴	superscript digit four
 2075  s5          ⁵	superscript digit five
 2076  s6          ⁶	superscript digit six
blob - 6d568560a4ca81f7e6731f7a1f3fc61e74228a44
blob + 3472c5f03450197b1f7b1197ec7d714c7d801974
--- lib/unicode
+++ lib/unicode
@@ -3358,6 +3358,7 @@
 206e	national digit shapes
 206f	nominal digit shapes
 2070	superscript zero
+2071	superscript latin small letter i
 2074	superscript four
 2075	superscript five
 2076	superscript six
blob - 82892460d5360b3bd108b0f545d0b6c9c666bc1d
blob + f1ee397b653d16823795cf80d633deab4b689391
--- src/cmd/devdraw/latin1.c
+++ src/cmd/devdraw/latin1.c
@@ -100,7 +100,7 @@ static struct cvlist
 	"o", "AOUaeiu",	{ 0x00c5, 0x229a, 0x016e, 0x00e5, 0x0153, 0x01a3, 0x016f },
 	"p", "Odgrt",	{ 0x2117, 0x2202, 0x00b6, 0x220f, 0x221d },
 	"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 },
 	"u", "-AEGIOUaegiou",	{ 0x0289, 0x0102, 0x0114, 0x011e, 0x012c, 0x014e, 0x016c, 0x2191, 0x0115, 0x011f, 0x012d, 0x014f, 0x016d },
 	"v\"", "Uu",	{ 0x01d9, 0x01da },