joeyaurel / python-gedcom

Python module for parsing, analyzing, and manipulating GEDCOM files
https://gedcom.joeyaurel.dev
GNU General Public License v2.0
154 stars 39 forks source link

Reading non UTF-8 files #30

Open Thimxx opened 5 years ago

Thimxx commented 5 years ago

Just noticed that the parser only accepts files which are UTF-8. Will be interesting to have a pre-checking of the file and self-conversion to UTF-8

joeyaurel commented 4 years ago

Thank you for waiting and contributing! Seems like a good idea. Will look into that.