weso / CWR-DataApi

CWR-DataApi
MIT License
34 stars 29 forks source link

The parser is unable to use the correct encoding on Python 3 #89

Closed Bernardo-MG closed 9 years ago

Bernardo-MG commented 9 years ago

The reader being used by the CWR file parser does not work on Python 3. Remove it, instead the parser should receive an already processed text.

Bernardo-MG commented 9 years ago

Removed the encoding check. Now the file parser will skip all the characters until it finds the first 'H'. Not the best solution, but works.