I mentioned it in a separate parent, but null purge is - for the stuff I work with - completely non-negotiable. Nulls seem to break virtually everything, just by existing. Furthermore, old-timey PDFs are chock full of the things, for God knows what reason, and a huge amount of data I work with are old-timey PDF.
toast0|1 year ago
Probably UCS-2/UTF-16 encoding with ascii data.
MilStdJunkie|1 year ago
I'm reminded of how you have to use `{empty}` character refs in lightweight markup like Asciidoc to "hold your place" in a list, in case you need the first element in the list to be an admonition or block. Like so:
And the equivalent XML which would be something like This is one of those rare cases where the XML is more elegant than the lightweight markup. That hack with `{empty}` bugs me.Anyways, I'm spitballing that these old-timey nulls I'm seeing are being employed in an equivalent way, some sort of internal bespoke workaround to a format restriction.