-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
UTF-8 (and '...') handling #603
Comments
Hey, Thanks for reporting. Hmm, I thought it was already fixed 🤔. I will check that, thanks |
Thanks a lot. I forgot: I use |
Thanks |
If you need, I can transfer you some faulty Music files, but this would not be possible here, due to © issues... |
You can send me by email if you prefer at pirlot.antoine@outlook.com |
Issue duplicated for ellipsis except for いぶき. I also noticed it happens not everytime. I set the album name: "Ainsi Soit Je..." with the elipsis char will show wrong chars instead of "..." It's due to formatted chars in files informations by the OS or program with the one you edit names or by Jetpack Compose. Also, I'll check to make app accepting different formats to avoid this issue, later. |
I don't have enough knowledge about that at this time |
Usually, to fix UTF-related issues, one can first dump the data and understand what characters are exactly. For the "Ainsi Soit Je…" case, I just double-checked, and dumped the data (filenames and Mp3 tags) from the sample I shared with you. My mistake, some of the ellipsis for this case are not ASCII, but the
This Album MP3 tag should be decoded (maybe unnecessary) and displayed as standard UTF-8. How do you proceed in this case to get a wrong display ? Note: U+2026 is hex: EDIT: It may be more complicated than I thought: A 2015 discussion about mp3tag community seems to indicate some choices have to be made, which may not work everywhere. |
Yeah, I spent a lot of time to get a solution that doesn't make Satunes loads longer. I checked about id3v2 but I didn't find a way to manage the encoding type with no huge performance impact. Also, I'm beginning a master degree in computer science, I hope I will find a solution with more knowledge 🤭. I'm still checking for a solution. Thanks for the link |
After starting Satunes, having a look in
Albums
tab, the following get displayed :The left faulty album name should show
Ainsi Soit Je...
(with 3 trailing dots, therefore only ASCII here).The right faulty one should show
いぶき
(UTF-8).The text was updated successfully, but these errors were encountered: