Hello,
I noticed that when I have a xml source file with the language "German" which has the starting markup in it:
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
in the "English" target file it gets converted to this:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
Can someone explain to me why this is happening and if there is an option to turn this off?
Am I correct however, if I say that the change actually does not cause any problems? Meaning the "x" is equally valid as 'x'?
Thank you for any help! :)
Greetings
Translate