mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 13:04:18 -04:00
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:
@ -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
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user