From 7de0d19e5b6cb3ec2a6d2f02fb347006c191316c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 7 Sep 2025 11:19:40 +0100 Subject: [PATCH] U+0197 LATIN CAPITAL LETTER I WITH STROKE With a small-cap glyph and appropriate mappings. Hyperglot says that adds nine more languages. --- bedstead.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bedstead.c b/bedstead.c index 10abd5e..048c6a5 100644 --- a/bedstead.c +++ b/bedstead.c @@ -923,6 +923,8 @@ static struct glyph { {"\02\04\04\16\04\04\04\04\10", 0x0192, "florin" }, {"\16\04\04\04\04\04\02\00\00", U(0196) }, /* Latin Iota */ {"\00\00\16\04\04\04\02\00\00", -1, "uni0196.c2sc" }, + {"\16\04\04\16\04\04\16\00\00", U(0197) }, /* I with stroke */ + {"\00\00\16\04\16\04\16\00\00", -1, "uni0197.c2sc" }, {"\06\10\11\12\14\12\11\00\00", U(0199) }, /* Hooktop K */ {"\30\04\16\04\12\12\21\00\00", U(019B) }, /* Barred lambda */ {"\00\00\36\21\21\21\21\01\01", U(019E) }, /* N, right leg */ @@ -1038,6 +1040,7 @@ static struct glyph { ALIAS("uni0266.sc", "uniA7AA.c2sc"), {"\14\20\36\21\21\21\21\01\06", U(0267) }, /* Hooktop heng */ {"\04\00\14\04\16\04\16\00\00", U(0268) }, /* Barred i */ + ALIAS("uni0268.sc", "uni0197.c2sc"), {"\00\00\14\04\04\04\02\00\00", U(0269) }, /* iota */ ALIAS("uni0269.sc", "uni0196.c2sc"), {"\00\00\16\04\04\04\16\00\00", U(026A) }, /* Small capital I */ -- 2.30.2