tags:

views:

30

answers:

1

I want to import some data to a .CSV file. Some of the field contents are uni-code formated. But when I save .CSV file, it doesn't put them in orginal format. it keeps them using some special character.

For what when I import the same .CSV file to database it can't read the uni-code formated data. Anyone can help me, if have a right ans.

Regards

Faysal

A: 

You have to respect character sets which are used to interpret binary data as characters. How do you save the file and how do you import it to the database? And which database is it?

prick