Skip to content

Encoding not handling Square Brackets "[ ]" #7

Description

@timrsfo

I am able to decode a numerically encoded string containing square brackets but decode does
not catch the sq brackets.
e.g.
// numerical type encoder
encoder = new Encoder('numerical');
// not encoded ....
console.log(encoder.htmlEncode('Views [Clean]'))
output > "Views [Clean]"

// This works
console.log(encoder.htmlDecode('Views [Clean]'))
output > "Views [Clean]"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions