Python UTF-16 CSV reader

前端 未结 4 771
温柔的废话
温柔的废话 2020-11-27 21:49

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

4条回答
  •  孤城傲影
    2020-11-27 22:13

    The Python 2.x csv module documentation example shows how to handle other encodings.

提交回复
热议问题