tagparser/id3
Martchus e925e15533 Improve handling of Unicode and BOM in ID3v2
* Convert UTF-8 text fields automatically to UTF-16
  when version is ID3v2.3 or below
  -> so conversion from ID3v2.4 to ID3v2.3 or below
     doesn't require manual conversion of possibly
     UTF-8 encoded fields
* Don't use magic numbers for ID3v2 encoding byte
* Don't warn about UTF-16 Big Endian with BOM
2017-05-20 23:34:45 +02:00
..
id3genres.cpp Improve API doc 2016-06-10 23:08:01 +02:00
id3genres.h Fix decoration for static builds 2016-08-29 15:43:05 +02:00
id3v1tag.cpp Don't allow using UTF-8 in ID3v1 2016-12-21 00:41:53 +01:00
id3v1tag.h Ease dealing with native field IDs 2017-01-23 00:25:53 +01:00
id3v2frame.cpp Improve handling of Unicode and BOM in ID3v2 2017-05-20 23:34:45 +02:00
id3v2frame.h Improve handling of Unicode and BOM in ID3v2 2017-05-20 23:34:45 +02:00
id3v2frameids.cpp Don't treat TXXX ID3v2 frames as text frames 2017-05-18 02:27:08 +02:00
id3v2frameids.h Don't treat TXXX ID3v2 frames as text frames 2017-05-18 02:27:08 +02:00
id3v2tag.cpp Make context static const where possible 2017-02-06 18:53:09 +01:00
id3v2tag.h Ease dealing with native field IDs 2017-01-23 00:25:53 +01:00