symphony
symphony copied to clipboard
[Bug] Bad convertion CP1251 name
Description
Bad convert CP1251 name.
Like this:
Ideally there should be readable Cyrillic words there.
I assume there should be a check for CP1251 in the code and a proper conversion for it. Right now it looks like CP1251 is being translated to ISO-8859-1. Люди -> Ëþäè and e.t.c.
Steps to Reproduce
Try to add song with CP1251 name.
Device
- Device: Infinix Note 30
- OS: Android 13
- Version: Current from F-Droid
Checklist
- [+] I have read the Contribution Guidelines.
Unfortunately, MediaStore does not parse them correctly. A possible solution would be #417.
Possible fixed as a side-effect of #567.