]> git.lyx.org Git - lyx.git/blobdiff - src/support/unicode.cpp
Remove ugly multiple definition hack
[lyx.git] / src / support / unicode.cpp
index b48f10609f7fe9315e257575aec432b9d8fcb1dc..95415a5538e45ad11a4ed4695c5b277ae79024c3 100644 (file)
@@ -21,9 +21,9 @@
 #include <boost/cstdint.hpp>
 
 #include <cerrno>
-#include <iomanip>
 #include <map>
 #include <ostream>
+//Needed in MSVC
 #include <string>
 
 
@@ -377,7 +377,6 @@ int max_encoded_bytes(std::string const & encoding)
        // The CJK encodings use (different) multibyte representation as well.
        // All other encodings encode one UCS4 code point in one byte
        // (and can therefore only encode a subset of UCS4)
-       // Note that BIG5 and SJIS do not work with LaTeX (see lib/encodings).
        // Furthermore, all encodings that use shifting (like SJIS) do not work with
        // iconv_codecvt_facet.
        if (encoding == "UTF-8" ||