]> git.lyx.org Git - lyx.git/blobdiff - src/client/client.C
hopefully fix tex2lyx linking.
[lyx.git] / src / client / client.C
index 1d3ee28deccaa33948cf387aa2e52f79d436834c..424f78623480d7588b0e1811514e441207b5e575 100644 (file)
@@ -13,6 +13,7 @@
 #include <config.h>
 
 #include "debug.h"
+#include "support/unicode.h"
 #include "support/lstrings.h"
 
 #include <boost/filesystem/operations.hpp>
@@ -69,6 +70,13 @@ using std::cin;
 using std::endl;
 
 
+IconvProcessor & utf8ToUcs4()
+{
+       static IconvProcessor iconv(ucs4_codeset, "UTF-8");
+       return iconv;
+}
+
+
 namespace support {
 
 string itoa(unsigned int i)
@@ -498,8 +506,6 @@ int p(vector<char *> const & arg)
 
 } // namespace cmdline
 
-
-
 } // namespace lyx