encoding - User import from CSV German -


using moodle user import csv, have problem, german names letters Ö,ä,ü imported "falsely". presume, problem in encoding, here 2 possibilities, tested:

  1. ansi-encoding: german letters disappear, example michael dürr appears michael drr in listed users import.
  2. utf-8-encoding: letters appear michael drürr

does has solution problem, or has fixed 1 one in user's list?

i'm guessing original file using different encoding. try convert csv file utf8 import.

how correct character encoding of file?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -