1. NielsHenrik
  2. General
  3. Wednesday, March 01 2017, 12:07 PM
I have imported several hundred users with the import script, and I have found out, that there is no support for national characters.
If a name field contains a national character (in danish æ, ø or å) that user is not imported. National characters in other fields are converted to ?.
I am in the process of creating the rejected users manually and editing out the ?.
admin Accepted Answer
Admin
Hi,
this is due to charset of Exported CSV.

For example if your CSV come from Excel probably it have Windows-1252 or ISO-8859-1 charset, but Mysql server probably use UTF-16.

Works with charset is not simple, we recommend to make some test with some tools like notepad++ (windows). this is a text editor that allow you to change charset encoding.
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.