mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 21:14:23 -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).