From: Lady Date: Wed, 27 Mar 2024 04:09:27 +0000 (-0400) Subject: “Support” X·M·L 1.1 X-Git-Tag: 0.6.1^0 X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/a20bc3a339082679916c73528eae0a27d58d5067?hp=a20bc3a339082679916c73528eae0a27d58d5067 “Support” X·M·L 1.1 The X·M·L 1.1 “support” amounts to deleting the declaration and replacing any character escapes for C·0 controls with `U+0091 PRIVATE USE ONE`, which is a valid character in X·M·L 1.0. This is done entirely in `sed`, so it’s not perfect, but it should be “good enough”. ---