steingod / mdharvest

Metadata harvesting
GNU General Public License v2.0
2 stars 3 forks source link

Resolve character encoding issues #2

Closed steingod closed 4 years ago

steingod commented 5 years ago

When harvesting from data centres, what according to the harvest stream should be UTF-8 is really ISO 8859-1. This cause downstream hickups. Robust handling of character encoding issues in harvest_metadata.py is required.

steingod commented 5 years ago

First attempt is commited and this solved some issues previously detected.

steingod commented 4 years ago

This is resolved and implemented.