csync: Move the locale<->utf8 conversion to a different file
authorOlivier Goffart <ogoffart@woboq.com>
Tue, 4 Jul 2017 09:29:24 +0000 (11:29 +0200)
committerOlivier Goffart <olivier@woboq.com>
Thu, 13 Jul 2017 08:01:17 +0000 (10:01 +0200)
commitd099c2a8db62804acdd33c65cc09474eb240e1ce
treeaa1afbd22369ab55312f6782ec5ea5e7d550c2b4
parent20f1257e883180a89d01412d34460ee0af736a93
csync: Move the locale<->utf8 conversion to a different file

It's a C++ file so we will be able to use Qt from it
csync/src/std/CMakeLists.txt
csync/src/std/c_string.c
csync/src/std/c_utf8.cc [new file with mode: 0644]