obophenotype / human-phenotype-ontology

Ontology for the description of human clinical features
http://obophenotype.github.io/human-phenotype-ontology/
Other
284 stars 51 forks source link

Add encoding test #605

Closed drseb closed 8 years ago

drseb commented 8 years ago

Add travis test to check if we stay in unicode-space.

drseb commented 8 years ago

E.g.

iconv -f UTF-8 -t ISO-8859-15 hp.obo > out.txt

should run without error message.

cmungall commented 8 years ago

All this time I've been using ad-hoc perl. This is much better, I will implement this for multiple ontologies, thanls @drseb!

drseb commented 8 years ago

See our makefile (https://github.com/obophenotype/human-phenotype-ontology/blob/master/src/format/Makefile) and our travis.yml (https://github.com/obophenotype/human-phenotype-ontology/blob/master/.travis.yml) for more details