ostium.proto.unescape

ostium.proto

unescape(s) -> decoded, err

Decode a percent-encoded field back to its raw bytes

Rejects a % that is not followed by two hex digits; every other byte passes through untouched.