Hi
In MP3Tag my songs are showing with good Polish tag data.
When I go to export them, I find some characters are ?
I have used Microsoft Applocale to ensure I have the polish codepage active and it makes no difference.
Curious.
Chuckie
Hi
In MP3Tag my songs are showing with good Polish tag data.
When I go to export them, I find some characters are ?
I have used Microsoft Applocale to ensure I have the polish codepage active and it makes no difference.
Curious.
Chuckie
What export file are you using?
Hi
This is the content of my MTE file:
$loop(%artist%)
$loop(%album%)
$loop(%track%) %title%
$loopend()
$loopend()
$loopend()
Chuckie
If you add
$filename(Export.txt,utf-16)
at the beginning of your export file you can create an unicode file that should support all characters (you can also use utf-8)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.