1mp3unicode
2
3I. Introduction
4
5MP3Unicode is a command line utility to convert ID3 tags in mp3 files between
6different encodings. For example,
7
8mp3unicode --source-encoding CP1255 --id3v1-encoding none --id3v2-encoding unicode file.mp3
9
10will read id3v2 tag (or id3v1 tag if there is no id3v2) from the file, convert
11the text fields in the tag from  to Unicode and will write id3v2 tag back,
12stripping away id3v1 tag.
13
14II. Installation
15
16See INSTALL
17
18III. Usage
19
20See mp3unicode.1