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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -