9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] /lib/keyboard: fix subscript small letter n (and add super/sub small letter i)
@ 2023-09-13 11:59 rgl
  0 siblings, 0 replies; only message in thread
From: rgl @ 2023-09-13 11:59 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 391 bytes --]

hi!

i noticed we have the latin subscript small letter n wrong
in the keyboard(6) table. it's set to U+208F, which is an
invalid rune. the first patch corrects that.

i also attached a second patch to have the latin
super/sub-script small letter i available, which i think
could be of use to many of us dealing with math notations.


is it ok to push both? just the former?


best,

-rodri

[-- Attachment #2: Type: text/plain, Size: 494 bytes --]

diff 88412aa050adddde5cacf3a45e914bad9a5d3e22 uncommitted
--- a/lib/keyboard
+++ b/lib/keyboard
@@ -429,7 +429,7 @@
 208C  b=          ₌	subscript equals sign
 208D  b(          ₍	subscript opening parenthesis
 208E  b)          ₎	subscript closing parenthesis
-208F  bN          ₏	subscript latin small letter n
+2099  bN          ₙ	subscript latin small letter n
 20AC  e$          €	euro symbol
 2102  CC          ℂ	double-struck capital c
 210A  $g          ℊ	script small g

[-- Attachment #3: Type: text/plain, Size: 1166 bytes --]

diff 88412aa050adddde5cacf3a45e914bad9a5d3e22 uncommitted
--- a/lib/keyboard
+++ b/lib/keyboard
@@ -387,6 +387,7 @@
 044E  @yu         ю	cyrillic small letter iu
 044F  @ya         я	cyrillic small letter ia
 0451  @yo         ё	cyrillic small letter io
+1D62  bi          ᵢ	subscript latin small letter i
 2013  en          –	en dash
 2014  em          —	em dash
 2018  l'          ‘	single turned comma quotation mark
@@ -402,6 +403,7 @@
 2026  3.          …	horizontal ellipsis
 203D  !? ?!       ‽	interrobang
 2070  s0          ⁰	superscript digit zero
+2071  si          ⁱ	superscript latin small letter i
 2074  s4          ⁴	superscript digit four
 2075  s5          ⁵	superscript digit five
 2076  s6          ⁶	superscript digit six
@@ -429,7 +431,7 @@
 208C  b=          ₌	subscript equals sign
 208D  b(          ₍	subscript opening parenthesis
 208E  b)          ₎	subscript closing parenthesis
-208F  bN          ₏	subscript latin small letter n
+2099  bN          ₙ	subscript latin small letter n
 20AC  e$          €	euro symbol
 2102  CC          ℂ	double-struck capital c
 210A  $g          ℊ	script small g

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-13 12:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-13 11:59 [9front] /lib/keyboard: fix subscript small letter n (and add super/sub small letter i) rgl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).