Question

In my iPhone app, I am importing CSV file into SQlite database using CHCSV parser.

My CSV file contains data in European Languages containing special characters like umlaut, etc.

Which encoding should I use?

Should it be UTF8StringEncoding or some other encoding scheme?

Was it helpful?

Solution

What encoding is the original file in? Because that's the encoding you should use. CSV doesn't define any specific encoding, so it really depends on how the file was created.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top