Skip to content

Special characters should be transform in htmlentities #26

@phil64

Description

@phil64

If you write a special character in a string, and it is saved "as is", the xlf file is saved with an incorrect XML format.
Which causes the typo3 XML parser to return an error.

Each special character must be transformed into html entities when saving:
& => &

=> >
< => <
And so on.

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