summaryrefslogtreecommitdiff
path: root/src/encoding.rs
Commit message (Collapse)AuthorAge
* Fix decoding UTF-16 text with BOMTom Smeding2020-03-24
| | | | | Previously, the first byte pair was skipped because the BOM was, in effect, stripped off twice.
* Partial support for ID3v2.4Tom Smeding2020-01-17
|
* Correctly write tagstomsmeding2020-01-12
| | | | It's now able to fix fake-utf8 v2.3 tags generated with the id3v2 tool!
* Correctly interpret and change values; does not write yettomsmeding2020-01-12
|
* Even more stufftomsmeding2020-01-09
|
* Initialtomsmeding2020-01-05