chiark / gitweb /
Fix a couple of glyphs that I screwed up
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 26 Mar 2022 17:52:46 +0000 (17:52 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 26 Mar 2022 17:52:46 +0000 (17:52 +0000)
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.

bedstead.c

index 7f7f46f5a58fe2673251d4b6548089e5077dce8f..dfddc2cab625520c7a11d283783ea2435a967d49 100644 (file)
@@ -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 */