chiark / gitweb /
Add U+23E8 DECIMAL EXPONENT SYMBOL
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 18 Jan 2025 21:35:58 +0000 (21:35 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 19 Jan 2025 00:49:30 +0000 (00:49 +0000)
That seemed to be the only character needed by ALGOL 60 that I was
lacking.

bedstead.c

index 06c493bf4301b5bff7465f0919341e1706778c18..3b602ab103a3a8f74c933533102f89add798bf03 100644 (file)
@@ -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 */