-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
None
-
Affects Version/s: 3.7.0
-
Component/s: Repository - File Browsing
We are use utf-8 encoding in our xml:
<?xml version="1.0" encoding="utf-8"?>
But am seeing 2 problems with viewing the xml files in Stash:
1. When we have Arabic characters and the code for an ellipsis '…' at the end of our string, the Stash source view of the xml places '8230#&' at the beginning of the string but the semicolon is still at the end of the string and the arabic characters also seem to be swapped or reversed around. Please open the attached example_arabic.xml in an editor and then in Stash to see what I'm describing.
2. When I have English characters instead, the ellipsis code '…' and we open the file in Stash, the '…' can be seen where it should be (the string is intact), but it's not being decoded to an ellipsis. Also attached this xml in example_english.xml