From: Ben Harris Date: Sat, 18 Jan 2025 21:35:58 +0000 (+0000) Subject: Add U+23E8 DECIMAL EXPONENT SYMBOL X-Git-Tag: bedstead-3.251~17 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=87a044e871bc0a937e675a91b6ef1e10cbc57d0a;p=bedstead.git Add U+23E8 DECIMAL EXPONENT SYMBOL That seemed to be the only character needed by ALGOL 60 that I was lacking. --- 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 */