This is most likely the result of changes to properly support unicode characters. This may be a tough one to resolve because I'm using a function to unescape each line which should replace unicode statements like \u2013 with the actual unicode character, but that same function is stripping the slashes. I'll see what I can do.
Mike
UPDATE:
I've updated the code to correctly handle this so I can support backslashes in chords, line endings as well as unicode escape sequences.
Mike
UPDATE:
I've updated the code to correctly handle this so I can support backslashes in chords, line endings as well as unicode escape sequences.