LibreCat / Catmandu-RDF

Catmandu modules for working with RDF data
https://metacpan.org/release/Catmandu-RDF
Other
5 stars 6 forks source link

Encoding of import from URL seems to be broken #9

Closed nichtich closed 9 years ago

nichtich commented 9 years ago

Compare the Unicode characters:

curl http://ld.zdb-services.de/data/organisations/DE-Bre14.rdf | catmandu convert RDF to YAML
curl http://ld.zdb-services.de/data/organisations/DE-Bre14.rdf > tmp.rdf && \
    catmandu convert RDF --file tmp.rdf to YAML

catmandu convert RDF --url http://ld.zdb-services.de/data/organisations/DE-Bre14.rdf to YAML
nichtich commented 9 years ago

Fixed in 0.22