]> git.lyx.org Git - lyx.git/blobdiff - src/tex-accent.C
explain why ownsClipbiard() does not work on Windows and OS X
[lyx.git] / src / tex-accent.C
index 1ddc4b741c47f79878ebbf03d9b704d38bd0f595..adb9b1b365e4949282b9715fc7a4ccfc08c2e041 100644 (file)
@@ -103,8 +103,7 @@ docstring const DoAccent(docstring const & s, tex_accent accent)
                               << lyx_accent_table[accent].name << '.' << std::endl;
                os << s.substr(1);
        }
-       // FIXME: We should normalize the result to precomposed form
-       return os.str();
+       return normalize_kc(os.str());
 }