From: Ben Harris Date: Sat, 28 Mar 2020 10:17:31 +0000 (+0000) Subject: Remove the SC flag from D.saa5052 and L.saa5052 X-Git-Tag: bedstead-002.001~19 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=0a21eeaeff18e023eeb5704d0937525f9df0c92f;p=bedstead-debian.git Remove the SC flag from D.saa5052 and L.saa5052 It didn't work properly anyway. --- diff --git a/bedstead.c b/bedstead.c index 1df776f..fe70cbf 100644 --- a/bedstead.c +++ b/bedstead.c @@ -363,8 +363,8 @@ static struct glyph { /* Extra characters found in the Swedish (SAA5052) character set */ {{000,000,021,016,012,016,021,000,000}, 0x00a4, "currency" }, {{002,004,037,020,036,020,037,000,000}, 0x00c9, "Eacute" }, - {{016,011,011,011,011,011,016,000,000}, -1, "D.saa5052", SC }, - {{010,010,010,010,010,010,017,000,000}, -1, "L.saa5052", SC }, + {{016,011,011,011,011,011,016,000,000}, -1, "D.saa5052" }, + {{010,010,010,010,010,010,017,000,000}, -1, "L.saa5052" }, {{004,000,016,021,037,021,021,000,000}, 0x00c5, "Aring" }, {{002,004,016,021,037,020,016,000,000}, 0x00e9, "eacute" }, {{004,000,016,001,017,021,017,000,000}, 0x00e5, "aring" },