Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
lino.utils.ucsv¶
Classes
|
Iterator that reads an encoded stream and reencodes the input to UTF-8 |
|
A CSV reader which will iterate over lines in the CSV file "f", which is encoded in the given encoding. |
|
A CSV writer which will write rows to CSV file "f", which is encoded in the given encoding. |
- class lino.utils.ucsv.UTF8Recoder(f, encoding)¶
Bases:
object
Iterator that reads an encoded stream and reencodes the input to UTF-8