-
Sub-task
-
Resolution: Unresolved
-
Minor
-
None
-
1.9
-
None
-
MOODLE_19_STABLE
When importing courses from WebCT to Moodle 1.9, strings are not converted to UTF-8. The resulting strings in Moodle are either completely absent or incomplete. I've noticed this behavior when importing questions but I'm not sure if it affects other aspects of imported courses.
I've written a simple patch that detects the encoding of the questionsDB.xml file and converts it to UTF-8 before processing the contents.