Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIKMIDIMetaLyricEvent with Accents or "ñ" in the String value become Null #287

Open
inertlab opened this issue Jan 28, 2020 · 0 comments
Open

Comments

@inertlab
Copy link

inertlab commented Jan 28, 2020

This may be happening with other special characters but so far I've noticed events with accents nullified. Events with é í á ó ñ anywhere in the the string have a String value of Null

example:
this is what i get
<MIKMIDIMetaLyricEvent: 0x6000002ea260> Timestamp: 24.833333 Type: 21, Metadata Type: 0x05, String: (null)
this is what it should have been
<MIKMIDIMetaLyricEvent: 0x6000002ea260> Timestamp: 24.833333 Type: 21, Metadata Type: 0x05, String: acabó

if I edit the ó in the midi file, then the full string shows up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant