-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Currently, genie will READ UTF-8 xml for maps, but will not write it out when saving from the UI. We need to convert it prior to commit to git, or git complains the file format.
I'm pretty sure this is the line that needs changing:
Line 919 in f41a5a8
| var xw = new XmlTextWriter(sPath, System.Text.Encoding.Unicode); |
and we just need to tell instead of System.Text.Encoding.Unicode to use System.Text.Encoding.UTF8 or null
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels