From 9087eacd374c7f1f651af9e1d87e216c3159634a Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Wed, 20 Oct 2004 23:15:08 +0000 Subject: [PATCH] Add some more docs on how to use the ID3v1::StringHandler in the ID3v1::Tag 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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mpeg/id3v1/id3v1tag.h b/mpeg/id3v1/id3v1tag.h index 99c06c1d..37b7c5a0 100644 --- a/mpeg/id3v1/id3v1tag.h +++ b/mpeg/id3v1/id3v1tag.h @@ -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. */