How can I get Unicode Endian information for a text field?
Brought to you by:
t1mpy
How can I get Unicode Endian information for a text field?
ID3_Field::GetEncoding() only gives me it is unicode or
not. ID3_Field::Get() gives me the unicode string
without BOM. Is there any way that I'm able to know
the endian information? or is it possible to convert little
endian unicode to big endian unicode when the string is
returned from Get() function according to Unicode
Standard?
Thanks.
Logged In: NO
According to 'io::readUnicodeString' and
'io::readUnicodeString' source code in io_helpers.cpp at
id3lib-3.8.3 ID3_Field::Get() allways returns the unicode
data in big endian byte order.
Logged In: YES
user_id=800933
According to 'io::readUnicodeString' and
'io::readUnicodeString' source code in io_helpers.cpp at
id3lib-3.8.3 ID3_Field::Get() allways returns the unicode
data in big endian byte order.
Logged In: YES
user_id=800933
Oh, instead of my flooding I also have forgotten to change
the copyed text. I have wanted to say:
'io::readUnicodeString' and 'io::readUnicodeText'.