From c12abd663b3b2de90053a4bd1cde3d083db18472 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 20 Jun 2020 00:49:34 +0100 Subject: [PATCH] Add "uni2259" as an alias for "circleplus" "circleplus" is the AGLFN name, but it was called "uni2259" in Bedstead 002.000 and 002.001, so the old name should stay for compatibility, for instance with existing PostScript files. --- bedstead.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.c b/bedstead.c index c37d829..2dcaf52 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1328,6 +1328,7 @@ static struct glyph { {{000,037,021,021,021,021,000,000,000}, U(2293) }, /* square cap */ {{000,021,021,021,021,037,000,000,000}, U(2294) }, /* square cup */ {{000,016,025,037,025,016,000,000,000}, 0x2295, "circleplus" }, + ALIAS("uni2295", "circleplus"), /* for compatibility with 002.001 */ {{000,016,021,037,021,016,000,000,000}, U(2296) }, /* circled minus (ESC) */ {{000,016,021,025,021,016,000,000,000}, U(2299) }, /* circled dot (SI) */ {{000,037,025,037,025,037,000,000,000}, U(229E) }, /* squared plus */ -- 2.30.2