From 87a044e871bc0a937e675a91b6ef1e10cbc57d0a Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 18 Jan 2025 21:35:58 +0000 Subject: [PATCH] Add U+23E8 DECIMAL EXPONENT SYMBOL That seemed to be the only character needed by ALGOL 60 that I was lacking. --- bedstead.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.c b/bedstead.c index 06c493b..3b602ab 100644 --- a/bedstead.c +++ b/bedstead.c @@ -2010,6 +2010,7 @@ static struct glyph { {"\00\00\00\00\00\00\37\00\00", U(23BC), JOIN_L }, /* horizontal scan 7 */ {"\00\00\00\00\00\00\00\00\37", U(23BD), JOIN_L }, /* horizontal scan 9 */ {"\04\04\37\00\16\00\04\00\00", U(23DA) }, /* earth */ + {"\00\00\00\00\22\25\25\25\22", U(23E8) }, /* decimal exponent symbol */ /* Control pictures */ {"\32\26\22\22\00\11\11\11\06", U(2400) }, /* NUL */ -- 2.30.2