Encodes a string body for .dxn text output — the reverse of decodeString. Escapes only what round-tripping requires (", ``, and the C0 control-character range), leaving every other codepoint, including non-ASCII text, untouched.
.dxn
decodeString
"
Encodes a string body for
.dxntext output — the reverse ofdecodeString. Escapes only what round-tripping requires (", ``, and the C0 control-character range), leaving every other codepoint, including non-ASCII text, untouched.