An interesting problem that no doubt someone here has come across before.
I'm reading a CSV file that contains some values wrapped in quotes, I came across a problem today were my app couldn't read the file as the value was wrapped in cury quotation marks and not square quotation marks. Is this an encoding problem? I simply replaced the quotes replacing curly quote with ".
Can someone explain why this happens and what I can do about it? I'm using C#