node-dextrin - v0.1.0
    Preparing search index...

    Function encodeString

    • 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.

      Parameters

      • s: string

      Returns string