Very well; I was wondering then if someone could please point out the error in the Unicode encoding; I'm not afraid to hand-edit the field with my hex editor, if I knew very specifically how to correct the encoding.
Here is the title of one selection in plain text:
Má Vlast for orchestra, No. 1, Vyšehrad
Here is the corresponding hexadecimal code, as lifted from the display of my hex editor as I used it to examine the MP3 file's ID3 record. (In order to be as complete as possible, this selection includes the prefix FF FE codes which seem to mark the beginning of the field, and the suffix "TRCK" characters which seem to indicate the beginning of the following track-number field.) Again, Windows Explorer and MP3tag seem to read, understand, and display this title just fine.
Code: Select all
FF FE 4D 00 E1 00 20 00 56 00 6C 00 61 00 73 00
74 00 20 00 66 00 6F 00 72 00 20 00 6F 00 72 00
63 00 68 00 65 00 73 00 74 00 72 00 61 00 2C 00
20 00 4E 00 6F 00 2E 00 20 00 31 00 2C 00 20 00
56 00 79 00 61 01 65 00 68 00 72 00 61 00 64 00
54 52 43 4B
The hex sequence "61 01" in the left half of the second-to-last line of the above extract is being used (rightly or wrongly) to represent the s-with-caron character "š" (U+0161) which I suspect is causing the trouble in VLAN.
Thank you for any insights you may be able to provide as to the nature of any Unicode encoding error that may be present.