tagparser/id3
Martchus 6b469f1c26 Add Locale class to deal with differently specified languages/countries
Different media/tag formats specify languages and countries
differently. This change introduces a Locale class to keep track
of the format being used. So far there are no automatic conversions
implemented so it is entirely up to the user to pass valid values using
a format which matches the one required by the media/tag format.

This change also adds support for Matroska's IETF elements so at least the
raw value can be read, written and is preserved.
2020-12-16 17:48:08 +01:00
..
id3genres.cpp Fix const-corretness in Id3Genres::genreNames() 2019-06-16 17:42:14 +02:00
id3genres.h Fix const-corretness in Id3Genres::genreNames() 2019-06-16 17:42:14 +02:00
id3v1tag.cpp Make many constructors explicit to avoid unintended implicit conversions 2020-12-05 20:48:57 +01:00
id3v1tag.h Use std::size_t consistently 2020-11-25 17:54:30 +01:00
id3v2frame.cpp Add Locale class to deal with differently specified languages/countries 2020-12-16 17:48:08 +01:00
id3v2frame.h Remove deprecated functions of Id3v2Frame 2019-06-16 17:43:58 +02:00
id3v2frameids.cpp Deprecate 'Year' in favor of 'RecordDate' and 'ReleaseDate', fix handling in ID3v2 2020-04-24 23:15:13 +02:00
id3v2frameids.h Deprecate 'Year' in favor of 'RecordDate' and 'ReleaseDate', fix handling in ID3v2 2020-04-24 23:15:13 +02:00
id3v2tag.cpp Make many constructors explicit to avoid unintended implicit conversions 2020-12-05 20:48:57 +01:00
id3v2tag.h Deprecate 'Year' in favor of 'RecordDate' and 'ReleaseDate', fix handling in ID3v2 2020-04-24 23:15:13 +02:00