mirror of
https://github.com/taglib/taglib.git
synced 2025-09-25 06:07:13 -04:00
The C bindings would convert a char* to String using the default constructor, which uses the Latin1 encoding, breaking when a key contains a Unicode character (e.g. an ID3v2 comment description).