From: Ben Harris Date: Mon, 8 Sep 2025 22:16:01 +0000 (+0100) Subject: U+01B7 LATIN CAPITAL LETTER EZH X-Git-Tag: bedstead-3.261~90 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=efee6ae9d54bba7edf0d683d329ad0709b28f53d;p=bedstead.git U+01B7 LATIN CAPITAL LETTER EZH It's just the lower-case moved up the baseline, but the small-cap is new. --- diff --git a/bedstead.c b/bedstead.c index e710baf..817768b 100644 --- a/bedstead.c +++ b/bedstead.c @@ -959,6 +959,8 @@ static struct glyph { ALIAS("uni01B1.c2sc", "uni028A"), {"\22\21\21\21\21\22\14\00\00", U(01B2) }, /* V with hook */ ALIAS("uni01B2.c2sc", "uni028B"), + {"\37\02\04\16\01\21\16\00\00", U(01B7) }, /* Ezh */ + {"\00\00\37\01\06\21\16\00\00", -1, "uni01B7.c2sc" }, {"\16\21\05\02\15\20\37\00\00", U(01BB) }, /* Barred two */ {"\04\04\04\04\04\04\04\04\04", U(01C0) }, /* Pipe */ {"\12\12\12\12\12\12\12\12\12", U(01C1) }, /* Double pipe */ @@ -1109,6 +1111,7 @@ static struct glyph { {"\00\00\36\04\10\20\36\02\01", U(0290) }, /* Right-tail z */ {"\00\00\37\02\04\10\36\05\02", U(0291) }, /* Curly-tail z */ {"\00\00\37\02\04\16\01\21\16", U(0292) }, /* ezh; Tailed z */ + ALIAS( "uni0292.sc", "uni01B7.c2sc"), {"\00\00\37\02\04\02\11\25\16", U(0293) }, /* Curly-tail ezh */ {"\16\21\01\06\04\04\04\00\00", U(0294) }, /* Glottal stop */ {"\16\21\20\14\04\04\04\00\00", U(0295) }, /* Reversed glottal stop */