]> granicus.if.org Git - taglib/commit
Replace unicode.h/unicode.cpp by the UTF8-CPP library.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 27 Jan 2017 02:44:56 +0000 (11:44 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 27 Jan 2017 05:47:55 +0000 (14:47 +0900)
commit0c45c63943ec70bcb8734299ca0b86f4f0131c6f
tree0aeac6ccec8690b0c637e8a4e016c59be053f7bf
parent586c9bd962f0c3f9aa520d7f2f9bf0f7447a9cbf
Replace unicode.h/unicode.cpp by the UTF8-CPP library.

unicode.h/unicode.cpp are no longer maintained and incompatible with Debian's guideline.
UTF8-CPP is maintained on GitHub and published under the Boost Software License which is compatible with either LGPL or MPL and should go along with Debian's guideline.
taglib/CMakeLists.txt
taglib/toolkit/tstring.cpp
taglib/toolkit/unicode.cpp [deleted file]
taglib/toolkit/unicode.h [deleted file]
taglib/toolkit/utf8/checked.h [new file with mode: 0644]
taglib/toolkit/utf8/core.h [new file with mode: 0644]
tests/test_string.cpp