APE item keys should be ASCII between 0x20 and 0x7E, not UTF-8.

This commit is contained in:
Tsuda Kageyu
2016-02-01 22:19:43 +09:00
parent 8afbf6c92a
commit 92a1a00624
3 changed files with 29 additions and 9 deletions

3
NEWS
View File

@ -2,7 +2,8 @@ TagLib 1.11 (Jan 30, 2016)
==========================
* Better handling of PCM WAV files with a 'fact' chunk.
* Better handling of corrupted APE tags.
1.11 BETA:
* New API for creating FileRef from IOStream.