From cc6bbbd87cfac08ebaf839288bd269fae473e843 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 26 Nov 2024 21:06:51 +0000 Subject: [PATCH] Correct compatibility mapping of Wdieresis.sc It will be generated if 'smcp' is applied to Wdieresis, and the correct result of that is no change, since 'smcp' doesn't affect capitals. --- bedstead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedstead.c b/bedstead.c index a869991..ebb5e98 100644 --- a/bedstead.c +++ b/bedstead.c @@ -2625,7 +2625,7 @@ static struct glyph { COMPAT_ALIAS("block.sep6", "u1CE8F"), /* Compatibility alias added in 3.246. */ - COMPAT_ALIAS("Wdieresis.sc", "wdieresis"), + COMPAT_ALIAS("Wdieresis.sc", "Wdieresis"), /* Compatibility aliases for 4-cell separated graphics. */ #define M(x, n) \ -- 2.30.2