]> git.lyx.org Git - features.git/commitdiff
forgot this
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 16 Feb 2007 07:50:15 +0000 (07:50 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 16 Feb 2007 07:50:15 +0000 (07:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17214 a592a061-630c-0410-9148-cb99ea01b6c8

src/encoding.C

index 9c7b07d8184dc512e13990d559d54767caa9dbfc..985f5bb98a7fa4bb2e57fbbe58ca45b67e02ee56 100644 (file)
@@ -211,7 +211,7 @@ CharInfoMap unicodesymbols;
 Encoding::Encoding(string const & n, string const & l, string const & i)
        : Name_(n), LatexName_(l), iconvName_(i)
 {
-       if (n == "utf8")
+       if (n == "utf8" || n == "utf8x")
                // UTF8 can encode all 1<<20 + 1<<16 UCS4 code points
                start_encodable_ = 0x110000;
        else {