mirror of
https://github.com/taglib/taglib.git
synced 2025-10-02 17:45:17 -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).