]> git.lyx.org Git - lyx.git/blobdiff - src/support/unicode.h
hopefully fix tex2lyx linking.
[lyx.git] / src / support / unicode.h
index 0dd8ab0f91dc0670d4c018d7b16602317885558f..e04f3b6ebb29e1b6af947945f6578f442bccd18f 100644 (file)
@@ -56,7 +56,9 @@ private:
        boost::scoped_ptr<Private> pimpl_;
 };
 
-// utf8_to_ucs4
+/// This is implemented in lyx_main.C for the LyX program 
+/// and in client.C for the LyX client program.
+extern IconvProcessor & utf8ToUcs4();
 
 // A single codepoint conversion for utf8_to_ucs4 does not make
 // sense, so that function is left out.