From 7fa3fda6b8011c7c9594ef66f0d0be5e76dd8bdd Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 23 Nov 2015 00:57:46 +0000 Subject: [PATCH] Fix weirdly broken Dcaron. --- bedstead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedstead.c b/bedstead.c index 82e0911..b7d0a82 100644 --- a/bedstead.c +++ b/bedstead.c @@ -590,7 +590,7 @@ struct glyph { {{004,000,017,020,020,020,017,000,000}, 0x010b, "cdotaccent" }, {{012,004,016,021,020,021,016,000,000}, 0x010c, "Ccaron" }, {{012,004,017,020,020,020,017,000,000}, 0x010d, "ccaron" }, - {{012,006,036,021,021,021,016,000,000}, 0x010e, "Dcaron" }, + {{012,004,036,021,021,021,036,000,000}, 0x010e, "Dcaron" }, {{005,005,014,024,024,024,014,000,000}, 0x010f, "dcaron" }, {{016,011,011,035,011,011,016,000,000}, 0x0110, "Dcroat" }, {{002,007,002,016,022,022,016,000,000}, 0x0111, "dcroat" }, -- 2.30.2