From 6ff89c4b9556badcb495cc8f8138bc05618703e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Milde?= Date: Mon, 17 Oct 2016 09:04:56 +0200 Subject: [PATCH] Do not convert \\\\textbackslash to 0x29f5. Do not use REVERSE SOLIDUS OPERATOR for backwards conversion of \\\\textbackslash in LyX and tex2lyx. Both, \\\\ (005C REVERSE SOLIDUS = backslash) and 0x29f5 map to \\\\textbackslash but 005c is the preferred back-transformation. Otherwise, using \\\\ in "mathematical text" leads to literal 0x29f5 in the LyX source which leads to "missing character" errors with non-TeX fonts. --- lib/unicodesymbols | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unicodesymbols b/lib/unicodesymbols index a0d1d73043..ff35c84b8b 100644 --- a/lib/unicodesymbols +++ b/lib/unicodesymbols @@ -3514,7 +3514,7 @@ #0x29f2 "" "" "" "" "" # ERROR-BARRED WHITE CIRCLE #0x29f3 "" "" "" "" "" # ERROR-BARRED BLACK CIRCLE #0x29f4 "" "" "" "" "" # RULE-DELAYED -0x29f5 "\\textbackslash" "" "force=utf8" "" "" # REVERSE SOLIDUS OPERATOR +0x29f5 "\\textbackslash" "" "force=utf8,deprecated" "" "" # REVERSE SOLIDUS OPERATOR #0x29f6 "" "" "" "" "" # SOLIDUS WITH OVERBAR #0x29f7 "" "" "" "" "" # REVERSE SOLIDUS WITH HORIZONTAL STROKE #0x29f8 "" "" "" "" "" # BIG SOLIDUS