I have a UTF-16 CSV file which I have to read. Python csv module does not seem to support UTF-16.
I am using python 2.7.2. CSV files I need to parse are huge size ru
The Python 2.x csv module documentation example shows how to handle other encodings.