IcyMetadataParser: implement charset conversion

This commit is contained in:
Max Kellermann
2019-08-09 15:03:07 +02:00
parent 7654038d65
commit 4a47bbd816
4 changed files with 62 additions and 5 deletions

View File

@@ -335,6 +335,7 @@ if curl_dep.found()
'../src/LogBackend.cxx',
include_directories: inc,
dependencies: [
icu_dep,
tag_dep,
gtest_dep,
],