12 case TagTextEncoding::Unspecified:
13 return os <<
"unspecified";
14 case TagTextEncoding::Latin1:
15 return os <<
"Latin-1";
18 case TagTextEncoding::Utf16LittleEndian:
19 return os <<
"UTF-16 LE";
20 case TagTextEncoding::Utf16BigEndian:
21 return os <<
"UTF-16 BE";
std::ostream & operator<<(std::ostream &os, const TagParser::TagTextEncoding &encoding)
Prints a TagTextEncoding to enable CPPUNIT_ASSERT_EQUAL for tag values.
TagTextEncoding
Specifies the text encoding.
Contains all classes and functions of the TagInfo library.