From: Ben Harris Date: Sat, 3 Oct 2009 13:22:02 +0000 (+0100) Subject: Fixes to "G" and "sterling" from the SAA5050 datasheet. All characters now X-Git-Tag: bedstead-000.900~40 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=0e985e885f3352a529acc4648486c5c0007f981c;p=bedstead.git Fixes to "G" and "sterling" from the SAA5050 datasheet. All characters now checked against that and, where it disagrees with the Beeb UG, against a real SAA5050. In all cases, the datasheet was correct. --- diff --git a/ttxt.c b/ttxt.c index 8e6b72f..5da42b1 100644 --- a/ttxt.c +++ b/ttxt.c @@ -65,7 +65,7 @@ struct glyph { {{036,021,021,021,021,021,036,000,000,000}, 0x0044, "D" }, {{037,020,020,036,020,020,037,000,000,000}, 0x0045, "E" }, {{037,020,020,036,020,020,020,000,000,000}, 0x0046, "F" }, - {{016,021,020,020,023,021,016,000,000,000}, 0x0047, "G" }, + {{016,021,020,020,023,021,017,000,000,000}, 0x0047, "G" }, {{021,021,021,037,021,021,021,000,000,000}, 0x0048, "H" }, {{016,004,004,004,004,004,016,000,000,000}, 0x0049, "I" }, {{001,001,001,001,001,021,016,000,000,000}, 0x004a, "J" }, @@ -124,7 +124,7 @@ struct glyph { {{037,037,037,037,037,037,037,000,000,000}, 0x2588, "block" }, /* Extra characters found in the English character set */ - {{006,011,010,010,034,010,010,037,000,000}, 0x00a3, "sterling" }, + {{006,011,010,034,010,010,037,000,000,000}, 0x00a3, "sterling" }, {{004,004,004,000,000,000,000,000,000,000}, 0x0027, "quotesingle" }, {{000,004,010,037,010,004,000,000,000,000}, 0x2190, "arrowleft" }, {{020,020,020,020,026,001,002,004,007,000}, 0x00bd, "onehalf" },