diff options
author | Fredrik Noring <noring@nocrew.org> | 2019-08-04 08:07:42 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-08-10 10:45:02 +0200 |
commit | 7723c481db66f089f5ccde941a0a952cb1b16e2e (patch) | |
tree | 7bd82a7c5c32c931d31a656f9e648a0b242e46ec /NEWS | |
parent | 0ed10542cc0ef7c590e3b8b9717ae26309dd494a (diff) |
decoder/sidplay: Fix windows-1252 to utf-8 string conversion
High Voltage SID Collection (HVSC) metadata fields are encoded in
windows-1252, as described in DOCUMENTS/SID_file_format.txt:
https://www.hvsc.c64.org/download/C64Music/DOCUMENTS/SID_file_format.txt
If utf-8 transcoding fails, or the ICU library is unavailable, fall
back to plain ASCII and replace other characters with '?'.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ ver 0.21.14 (not yet released) * decoder - sidplay: show track durations in database + - sidplay: convert tag values from Windows-1252 charset ver 0.21.13 (2019/08/06) * input |