diff --git a/taglib/ape/apetag.h b/taglib/ape/apetag.h index 0c24155d..a38ff79d 100644 --- a/taglib/ape/apetag.h +++ b/taglib/ape/apetag.h @@ -114,6 +114,9 @@ namespace TagLib { * * This is the most powerfull structure for accessing the items of the tag. * + * APE tags are case-insensitive, all keys in this map have been converted + * to upper case. + * * \warning You should not modify this data structure directly, instead * use setItem() and removeItem(). */