CuteMusic
CuteMusic copied to clipboard
UTF-8 Characters Break CuteMusic
Describe the bug
I have mp3 songs by 𝔐oon 𝔇eity. The 𝔐 and 𝔇 is shown as ????
in the app. Trying to play them freezes CuteMusic.
$ python3
>>> import mutagen
>>> f = mutagen.File('myfile.mp3')
>>> f.get('TPE1')
TPE1(encoding=<Encoding.UTF8: 3>, text=['𝔐oon 𝔇eity'])
To Reproduce Obtain an mp3 with non-ASCII UTF-8 encoded metadata and try to use it in CuteMusic.
Expected behavior Proper Unicode handling.
Screenshots
Smartphone (please complete the following information):
- Device: SHIFT6m
- OS: Android 8.1
- Version: 1.4.2
Additional context