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

[Bug]: Updating UTF-8 Metadata #40

Open
kihanb opened this issue Feb 11, 2025 · 0 comments
Open

[Bug]: Updating UTF-8 Metadata #40

kihanb opened this issue Feb 11, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@kihanb
Copy link

kihanb commented Feb 11, 2025

What happened?

I tried to update audio files metadata (for example with Наверно, ты меня не помнишь as song title) but It ended up as ÐавеÑно, ÑÑ Ð¼ÐµÐ½Ñ Ð½Ðµ помниÑÑ or ذ‌ذ°ذ²ذµر€ذ½ذ¾, ر‚ر‹ ذ¼ذµذ½رڈ ذ½ذµ ذ؟ذ¾ذ¼ذ½ذ¸رˆرŒ.

How to reproduce the bug

$audio = Audio::read($file);
$audio->write()->title("Наверно, ты меня не помнишь")->albumArtist("Наверно, ты меня не помнишь")->album("Не ищите во мне жанры")->save();

Package Version

4.0

PHP Version

8.2.24

Which operating systems does with happen with?

Linux

Notes

No response

@kihanb kihanb added the bug Something isn't working label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant