]> git.lyx.org Git - features.git/commitdiff
Amend b5d9bbfe: FindAdv: Added handling of some missing conversions
authorKornel Benko <kornel@lyx.org>
Mon, 21 Feb 2022 13:52:56 +0000 (14:52 +0100)
committerKornel Benko <kornel@lyx.org>
Mon, 21 Feb 2022 13:52:56 +0000 (14:52 +0100)
src/lyxfind.cpp

index 889a8a45845200f597eb414f12c910a362e53324..696a2562f60a2f6063c95a3ee5f4f1f67106e684 100644 (file)
@@ -1513,6 +1513,8 @@ void static fillMissingUnicodesymbols()
   addAccents("\\yen", getutf8(0x00a5));
   addAccents("\\textsection", getutf8(0x00a7));
   addAccents("\\mathsection", getutf8(0x00a7));
+  addAccents("\\textcopyright", getutf8(0x00a9));
+  addAccents("\\copyright", getutf8(0x00a9));
   addAccents("\\textlnot", getutf8(0x00ac));
   addAccents("\\neg", getutf8(0x00ac));
   addAccents("\\textregistered", getutf8(0x00ae));
@@ -1532,8 +1534,6 @@ void static fillMissingUnicodesymbols()
   addAccents("\\o", getutf8(0x00f8));
   addAccents("\\textcrlambda", getutf8(0x019b));
   addAccents("\\j", getutf8(0x0237));
-  addAccents("\\textepsilon", getutf8(0x025b));
-  addAccents("\\varepsilon", getutf8(0x025b));
   addAccents("\\textGamma", getutf8(0x0393));
   addAccents("\\Gamma", getutf8(0x0393));
   addAccents("\\textDelta", getutf8(0x0394));