Add UTF16LE support. Patch mostly by Umesh Shankar.

BUG:106815


git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@437399 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler
2005-07-21 18:45:12 +00:00
parent 366a4bfe3f
commit 016a2c7b03
2 changed files with 26 additions and 4 deletions

View File

@ -90,7 +90,11 @@ namespace TagLib {
/*!
* UTF8 encoding. Characters are usually 8 bits but can be up to 32.
*/
UTF8 = 3
UTF8 = 3,
/*!
* UTF16 <i>little endian</i>. 16 bit characters.
*/
UTF16LE = 4
};
/*!