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]"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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