I have a field in my csv file which contains the text: Frozen at 20°C
but when i import into my database it appears as: Frozen at 20�C
anyone know how i can keep the correct degree symbol?
my import code looks like this
string fieldValue = csv[i].Trim();