I'm going to use pretty_midi to make a midi file with lyrics(Chinese). But it hints:
UnicodeEncodeError: 'latin-1' codec can't encode character '\u6211' in position 0: ordinal not in range(256)
How can I solve this problem? Can I change the encoding to utf-8?