Set matching XML file character encoding.
Default FG text file encoding is UTF-8. Files encoded in others character sets must explicitly set the encoding - otherwise text decoding (and XML parsing) may fail.
This commit is contained in:
parent
05dc6fd814
commit
234f741f98
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<PropertyList>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue