Skip to content
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

Songs with ä ö ü are missing in the 2023 version #669

Closed
LoZe opened this issue Mar 17, 2023 · 8 comments
Closed

Songs with ä ö ü are missing in the 2023 version #669

LoZe opened this issue Mar 17, 2023 · 8 comments

Comments

@LoZe
Copy link

LoZe commented Mar 17, 2023

Songs with German umlauts (ä,ü,ö) are no longer displayed in the 2023 version.
it was shown to me in the 2020 version.

Raspberry Pi OS with desktop
System: 64-bit
Kernel version: 5.15

@LoZe
Copy link
Author

LoZe commented Nov 2, 2024

I had thought that the problem was due to my error port compiling, but I also have it with the Windows.exe in the 2024.10 Version.
What I have discovered so far, that the letters are converted incorrectly in the error log "Can't find audio file in song: ...".

it is
ä = "61 CC 88"
instead of
ä = "C3 A4"

@bohning
Copy link
Collaborator

bohning commented Nov 2, 2024

Seems to be a Unicode normalization issue, see e.g. https://minaret.info/test/normalize.msp

@s09bQ5
Copy link
Collaborator

s09bQ5 commented Nov 3, 2024

@LoZe, can you check with a hex editor which bytes are used in the .txt file of that song to represent the ä?

@barbeque-squared
Copy link
Member

It's probably something similar to #904, although that did fix special characters in at least the txt filename for me.

Just to make sure: this is with a special character in the #MP3 tag inside the txt? We can probably use the weird Č again because if this has the same cause as the other issue, that one appears to trigger it on most locales.

@s09bQ5
Copy link
Collaborator

s09bQ5 commented Nov 4, 2024

As far as I understood @LoZe has this problem both on Linux and on Windows. So it is unlikely that it is an issue with the locale.

@LoZe
Copy link
Author

LoZe commented Nov 4, 2024

I think the problem occurred while moving the folders.
I have now found out that the wrong character was contained in the file name and folder, the contents of the text file were correct.
I wrote a small program that renames all files with these chars to normal chars.
I can't test it at the moment but I'll let you know as soon as I can start Ultrastar.

@bohning
Copy link
Collaborator

bohning commented Nov 4, 2024

I wrote a small program that renames all files with these chars to normal chars.

But why would you want to do that?

@LoZe
Copy link
Author

LoZe commented Nov 4, 2024

because when I look for a band like "Die Ärzte", The Ä key on the keyboard should be the Ä in the name.

@LoZe LoZe closed this as completed Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants