I have never encountered this before now but the letter-case of the text encoding declarations in XML files from the e-Learning online platform Moodle must stay the same or it will fail when you attempt to restore the course.
When XML files are pulled from Moodle, the declarations look like this:
<?xml version="1.0" encoding="UTF-8"?>
Studio changes to this:
<?xml version="1.0" encoding="utf-8"?>
If we don't keep the letter-case identical, then we can't upload the translated package. Is there any way around this? Has this been encountered before and is there talk of a fix for this 'bug'?
Translate