Skip to content

Encoder double escapes values #75

Closed
@wendelin

Description

@wendelin

In the function "EDI/Encoder->escapeValue" the replace order leads to data separators being replaced before any escape characters.

UNA:+.?*'
"my+value" encodes to "my??+value"

Could someone please change that so escape characters are escaped first before the other characters?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions