I have a scenario where I have to read/write data from/into csv files. I understand that a csv can be read/written into just like a text file.
What I want to know is, how do I handle the charset? For eg if a piece of text has to be read from a chinese language csv file, then how do I read it?
Try following: