asuiu / pyxtension

Pure Python extensions library that includes Scala-like streams, Json with attribute access syntax, and other common use stuff
MIT License
43 stars 1 forks source link

Add UnicodeReader and UTF8Recoder to read unicode CSV files #10

Closed asuiu closed 4 years ago

asuiu commented 6 years ago

csv module in Py2x standard library dails reading unicode csv files. Adding UnicodeReader and UTF8Recorder according to stdlib documentation solves the problem, but inconvenient to replicate in every project/module.

asuiu commented 4 years ago

Obsolete, as the Py2 support is dropped in Pyxtension.