From: Ben Harris Date: Sat, 26 Mar 2022 17:52:46 +0000 (+0000) Subject: Fix a couple of glyphs that I screwed up X-Git-Tag: bedstead-002.005~48 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=49b4a3683e865664a11209be350df056e513d965;p=bedstead-debian.git Fix a couple of glyphs that I screwed up Specifically U+01DB LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE and U+01DC LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE now actually have graves. --- diff --git a/bedstead.c b/bedstead.c index 7f7f46f..dfddc2c 100644 --- a/bedstead.c +++ b/bedstead.c @@ -704,8 +704,8 @@ static struct glyph { {{002,004,021,000,021,021,017,000,000}, U(01D8) }, /* udieresisacute */ {{012,004,021,000,021,021,016,000,000}, U(01D9) }, /* Udieresiscaron */ {{012,004,021,000,021,021,017,000,000}, U(01DA) }, /* Udieresiscaron */ - {{012,004,021,000,021,021,016,000,000}, U(01DB) }, /* Udieresisgrave */ - {{012,004,021,000,021,021,017,000,000}, U(01DC) }, /* Udieresisgrave */ + {{010,004,021,000,021,021,016,000,000}, U(01DB) }, /* Udieresisgrave */ + {{010,004,021,000,021,021,017,000,000}, U(01DC) }, /* Udieresisgrave */ {{000,000,016,001,037,021,016,000,000}, U(01DD) }, /* turned e */ {{016,000,017,024,026,034,027,000,000}, U(01E2) }, /* AEmacron */ {{016,000,012,005,017,024,016,000,000}, U(01E3) }, /* aemacron */