zyrouge / symphony

🎵 Lightweight, elegant music player for Android 9+.
https://zyrouge.github.io/symphony/
GNU Affero General Public License v3.0
1.17k stars 77 forks source link

[Bug] Bad convertion CP1251 name #513

Open Doumor opened 4 months ago

Doumor commented 4 months ago

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

Checklist

zyrouge commented 4 months ago

Unfortunately, MediaStore does not parse them correctly. A possible solution would be #417.