tagparser/id3
Martchus 2fda0a505d Prevent showing warning about encoding wrongly when making ID3v1 fields
Due to the fallthrough the warning would be printed in any case when using
UTF-8 and not only if the BOM is actually written (as there are non-ASCII
characters). This problem became apparent when using the tageditor's CLI
with `--id3-init-on-create` to create an ID3v1 tag from ID3v2. Of course it
doesn't help if there are actually non-ASCII characters present.
2021-08-08 01:20:39 +02:00
..
id3genres.cpp Fix spelling and typos 2021-07-02 11:12:39 +02:00
id3genres.h Fix spelling and typos 2021-07-02 11:12:39 +02:00
id3v1tag.cpp Prevent showing warning about encoding wrongly when making ID3v1 fields 2021-08-08 01:20:39 +02:00
id3v1tag.h Fix warnings 2021-03-20 21:26:25 +01:00
id3v2frame.cpp Fix spelling and typos 2021-07-02 11:12:39 +02:00
id3v2frame.h Fix spelling and typos 2021-07-02 11:12:39 +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 Get rid of deprecated fields 2021-02-01 17:11:08 +01:00
id3v2tag.cpp Fix spelling and typos 2021-07-02 11:12:39 +02:00
id3v2tag.h Allow one to disable the automatic handling of ID3v2 record fields 2021-05-13 16:07:06 +02:00