From: Ben Harris Date: Sat, 4 May 2024 22:23:10 +0000 (+0100) Subject: Fix character code for U+2969 X-Git-Tag: bedstead-002.005~18 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=6737442dd5f28e5f653748d166f15612e5c08141;p=bedstead.git Fix character code for U+2969 --- diff --git a/bedstead.c b/bedstead.c index f39aeb5..c56fed8 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1816,7 +1816,7 @@ static struct glyph { {{004,010,037,000,004,002,037,000,000}, U(2966) }, {{037,010,004,000,037,002,004,000,000}, U(2967) }, {{004,002,037,000,004,010,037,000,000}, U(2968) }, - {{037,002,004,000,037,010,004,000,000}, U(296A) }, + {{037,002,004,000,037,010,004,000,000}, U(2969) }, {{004,010,037,000,037,000,000,000,000}, U(296A) }, {{000,000,037,000,037,010,004,000,000}, U(296B) }, {{004,002,037,000,037,000,000,000,000}, U(296C) },