hsolbrig / hbreader

Promiscuous file and URL reader
Creative Commons Zero v1.0 Universal
5 stars 0 forks source link

`next()` function doesn't decode bytes #8

Open hsolbrig opened 3 years ago

hsolbrig commented 3 years ago

Right now, the only function that does a decode is read() -- we need to to at least decode the readline() as well and, perhaps, investigate how to override the whole batch