delight-im / delight-im/Localize

Escaping "Grater than" and "Less than" symbols

Open
#7 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.