Characterset UTF8
Posted by: Nico van de Kamp
Date: July 24, 2010 02:11PM

Hello,

I have a csv file which I import by a query. This works fine so far, but I'm lossing special charaters and I don't know why.

For example:
In my csv file I have the name:
René
or
Antoniëlla
or
Schülski

But in the database the value is:
Ren
or
Antoni?lla
or
Sch?lski

The field is defined as:
char(15)
collatie: latin1_swedish_ci
MIME: empty

Database: MySQL Karakterset: UTF-8 Unicode (utf8)

Can anybody tell me what I have to change so that at an import of an csv file, I'm not losting the special chars.


Thanks in advance.
Nico

Options: ReplyQuote


Subject
Views
Written By
Posted
Characterset UTF8
4048
July 24, 2010 02:11PM
1652
July 28, 2010 11:55PM
1715
July 29, 2010 03:40AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.