I have a little csv which contains foreign characters, like Chinese. How can I display them in Chinese instead of those \xa5\\xa4\ string???
Thanks
I have a little csv which contains foreign characters, like Chinese. How can I display them in Chinese instead of those \xa5\\xa4\ string???
Thanks
Have you read the docs for the csv module? It includes examples of how to wrap csv to handle Unicode data.