delight-im / delight-im/Localize
Escaping "Grater than" and "Less than" symbols
Open
bug
- Dominant language
- PHP
- Stars
- 46
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
"Grater than" (>) and "Less than" (<) symbols should be converted as Entity Reference when exported as a XML file. If these symbols are used directly, incorrect XML file will be generated.
---
##### Example of the issue
- String
> <ABC>
- Exported XML
> <string name="foo"><ABC></string>
- NOTE: <ABC> will be treated as a TAG!!!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.