Godley / MuseParse

Repository for a python music parser. This works with MusicXML as the input format which forms a tree of objects in memory representing the piece. This can be optionally outputted to lilypond which produces a PDF, or perused for your own uses.
MIT License
7 stars 2 forks source link

Error when trying to load utf-8 .xml file #40

Open kobygold opened 2 years ago

kobygold commented 2 years ago

Hi, I'm having problem parsing music xml file which is at utf-8 encoding. I have some non-latin lyrics in the xml, and the parser fails to read them. How can I tell the parser to use utf-8 encoding? I couldn't find an option to specify the encoding of the input xml file. Can you add such an option?

Thanks, Koby