From: Ben Harris Date: Thu, 2 May 2024 21:11:27 +0000 (+0100) Subject: An attempt at U+223E INVERTED LAZY S X-Git-Tag: bedstead-002.005~22 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=5c78953e155c970d71cc0147334c53f1bd4645f0;p=bedstead.git An attempt at U+223E INVERTED LAZY S I've deliberately made it have obvious hooks to distinguish it from U+223D SINE WAVE. --- 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 */