Add some more docs on how to use the ID3v1::StringHandler in the ID3v1::Tag
authorScott Wheeler <wheeler@kde.org>
Wed, 20 Oct 2004 23:15:08 +0000 (23:15 +0000)
committerScott Wheeler <wheeler@kde.org>
Wed, 20 Oct 2004 23:15:08 +0000 (23:15 +0000)
documentation.

BUG:90634

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@356354 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

mpeg/id3v1/id3v1tag.h

index 99c06c1d096d47ddadd2eca5e5c5d959f345ea94..37b7c5a09e7a93dbf91dc1969d42d64fe58e8fd5 100644 (file)
@@ -81,6 +81,13 @@ namespace TagLib {
      * fields that it provides, the generic TagLib::Tag API is a mirror of what is
      * provided by ID3v1.
      *
+     * ID3v1 tags should generally only contain Latin1 information.  However because
+     * many applications do not follow this rule there is now support for overriding
+     * the ID3v1 string handling using the ID3v1::StringHandler class.  Please see
+     * the documentation for that class for more information.
+     *
+     * \see StringHandler
+     *
      * \note Most fields are truncated to a maximum of 28-30 bytes.  The
      * truncation happens automatically when the tag is rendered.
      */