From 5c78953e155c970d71cc0147334c53f1bd4645f0 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 2 May 2024 22:11:27 +0100 Subject: [PATCH] An attempt at U+223E INVERTED LAZY S I've deliberately made it have obvious hooks to distinguish it from U+223D SINE WAVE. --- bedstead.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.c b/bedstead.c index 8f8b98a..43f77cc 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1380,6 +1380,7 @@ static struct glyph { {{000,021,000,037,000,021,000,000,000}, U(223A) }, /* geometric proportion */ {{000,000,010,025,002,000,000,000,000}, 0x223c, "similar" }, {{000,000,002,025,010,000,000,000,000}, U(223D) }, /* reversed tilde */ + {{000,002,011,025,022,010,000,000,000}, U(223E) }, /* inverted lazy S */ {{000,010,024,025,005,002,000,000,000}, U(223F) }, /* sinewave */ {{000,037,000,010,025,002,000,000,000}, U(2242) }, /* minus tilde */ {{000,010,025,002,000,037,000,000,000}, U(2243) }, /* asymptotically equal */ -- 2.30.2