csync: Remove iconv depedency
authorOlivier Goffart <ogoffart@woboq.com>
Mon, 3 Jul 2017 14:15:42 +0000 (16:15 +0200)
committerOlivier Goffart <olivier@woboq.com>
Thu, 13 Jul 2017 08:01:17 +0000 (10:01 +0200)
commit20f1257e883180a89d01412d34460ee0af736a93
treeb7943a54f17c11c8a3439fb3bdc562108254a745
parentfe0de111fdd4eef1c803cc3aca13d4f70c12b7ce
csync: Remove iconv depedency

We use iconv to normalize the string on mac. But the iconv version
on mac does not support full unicode.
So we will use Qt to normalize the string
12 files changed:
cmake/modules/FindIconv.cmake [deleted file]
csync/CMakeLists.txt
csync/DefineOptions.cmake
csync/config_csync.h.cmake
csync/src/CMakeLists.txt
csync/src/csync.c
csync/src/csync.h
csync/src/csync_private.h
csync/src/std/CMakeLists.txt
csync/src/std/c_private.h
csync/src/std/c_string.c
csync/src/std/c_string.h