> I'm not sure if the problem is reading in the CSV file is defaulted to > UTF-8 or if it's a display problem. Is there a way to read a CSV file in > as ISO-8859-15 rather than UTF-8? > > Sorry if these seem like 2 questions, it's really 1. You can specify the encoding by creating your StreamReader with the proper encoding.