]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetNomencl.cpp
comment
[features.git] / src / insets / InsetNomencl.cpp
index 25df98842ce363a6ba0759aabc2fdf0c0861bc96..8db4d2d6a41497ad8f98cd0427a47c388ae23ed6 100644 (file)
@@ -271,7 +271,8 @@ docstring nomenclWidest(Buffer const & buffer, OutputParams const & runparams)
        // return the widest (or an empty) string
        if (symb.empty())
                return symb;
-       
+
+       // we have to encode the string properly
        docstring latex_symb;
        for (size_t n = 0; n < symb.size(); ++n) {
                try {