From: Ben Harris Date: Tue, 11 Jul 2017 10:55:42 +0000 (+0100) Subject: Choose a canonical capital esszett (U+1E9E). X-Git-Tag: bedstead-001.003~9 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=c87f2301bc57ebea7504e971e92065f1cbefa074;p=bedstead-debian.git Choose a canonical capital esszett (U+1E9E). Everyone seems to prefer the Zehlendorfer version, so that's the one I've chosen. Also add a small-cap version because I can (though the shortage of mappings for accented characters means that 'smcp' doesn't really work in German yet). --- diff --git a/bedstead.c b/bedstead.c index 1afb91e..e628345 100644 --- a/bedstead.c +++ b/bedstead.c @@ -316,7 +316,7 @@ struct glyph { {{012,000,016,001,017,021,017,000,000}, 0x00e4, "adieresis" }, {{000,012,000,016,021,021,016,000,000}, 0x00f6, "odieresis" }, {{000,012,000,021,021,021,017,000,000}, 0x00fc, "udieresis" }, - {{014,022,022,026,021,021,026,020,020}, 0x00df, "germandbls" }, + {{014,022,022,026,021,021,026,020,020}, 0x00df, "germandbls", SC }, /* Extra characters found in the Swedish (SAA5052) character set */ {{000,000,021,016,012,016,021,000,000}, 0x00a4, "currency" }, @@ -843,10 +843,7 @@ struct glyph { {{010,024,034,024,010,000,000,000,000}, 0x1dbf }, /* Superscript theta */ /* Latin Extended Additional */ - {{017,021,022,026,021,021,026,000,000}, -1, "uni1E9E.dresden" }, - {{037,021,022,026,021,021,026,000,000}, -1, "uni1E9E.angular" }, - {{016,021,023,024,022,021,026,000,000}, -1, "uni1E9E.leipzig" }, - {{016,021,022,022,021,021,026,000,000}, -1, "uni1E9E.zehlendorf" }, + {{016,021,022,022,021,021,026,000,000}, 0x1e9e }, /* Germandbls */ /* General punctuation */ {{000,000,000,036,000,000,000,000,000}, 0x2013, "endash" }, @@ -1214,6 +1211,7 @@ struct glyph { {{000,000,021,012,004,012,021,000,000}, -1, "x.sc" }, {{000,000,021,012,004,004,004,000,000}, -1, "y.sc" }, {{000,000,037,001,016,020,037,000,000}, -1, "z.sc" }, + {{000,000,016,021,022,021,026,000,000}, -1, "germandbls.sc" }, }; static void dolookups(struct glyph const *);