Using the Moodle user import from CSV, we have the problem, that some German names with letters like Ö
,ä
,ü
are imported "falsely". I presume, that the problem is in the encoding
, here are the two possibilities, which I tested:
ANSI
-encoding: The German letters disappear, for exampleMichael Dürr
appears likeMichael Drr
in the listed users to import.UTF-8
-encoding: The letters appear asMichael Drürr
Does anyone has solution for the problem, or it has to be fixed one by one in the user's list?