Hello!
I have many mp3 files with id3tags contains non-ascii characters
(polish). How to remove these characters with id3 program
http://idea.lly.org/~rcw/id3/ ? There is output of this program:
[$>>> id3 -l 01.mp3
01.mp3:
Title : Oni Chc=B9 Ciebie Artist:
Kult
Album : Kaseta Year: 1988, Genre: Rock (17)
Comment:
[$>>>
I want "Title : Oni Chca Ciebie" instead "Title : Oni Chc=B9
Ciebie"
Regards
PS. Sorry for my poor english.
|
|
0
|
|
|
|
Reply
|
bniedzwiecka (3)
|
12/17/2010 7:44:28 PM |
|
On 2010-12-17, bn <bniedzwiecka@gmail.com> wrote:
> Hello!
>
> I have many mp3 files with id3tags contains non-ascii characters
> (polish). How to remove these characters with id3 program
> http://idea.lly.org/~rcw/id3/ ? There is output of this program:
>
> [$>>> id3 -l 01.mp3
> 01.mp3:
> Title : Oni Chc¹ Ciebie Artist:
> Kult
> Album : Kaseta Year: 1988, Genre: Rock (17)
> Comment:
> [$>>>
>
> I want "Title : Oni Chca Ciebie" instead "Title : Oni Chc¹
> Ciebie"
>
> Regards
> PS. Sorry for my poor english.
Pipe the output through recode latin1..ascii or latin2..ascii.
--
A bureaucracy's success is determined by its rebels.
|
|
0
|
|
|
|
Reply
|
Bill
|
12/18/2010 11:58:43 PM
|
|