From 57fbd57ee0768f6450527fabdb92e7b7f0bb955e Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Thu, 16 May 2019 13:43:34 -0400 Subject: [PATCH] unicodesymbols: force cp858 for DOUBLE LOW LINE MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This fixes compilation of inputenc-cp858.lyx (assuming the system iconv has corresponding support). Thanks to Günter Milde. --- lib/unicodesymbols | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unicodesymbols b/lib/unicodesymbols index af0de5be40..440b9d7f06 100644 --- a/lib/unicodesymbols +++ b/lib/unicodesymbols @@ -1903,7 +1903,7 @@ # use the following macro for the character HORIZONTAL BAR # inputenc uses \textemdash 0x2015 "\\LyXbar" "\\newcommand*\\LyXbar{\\rule[0.585ex]{1.2em}{0.25pt}}" "force" 0x2016 "\\textbardbl" "textcomp" "force=utf8x;euc-cn;euc-jp;euc-tw;gbk;jis,notermination=math,tipashortcut=\\textdoublevertline{}" "\\|" "" # DOUBLE VERTICAL LINE -0x2017 "\\subdoublebar{ }" "extraipa" "force=cp850;iso8859-8;utf8;utf8-cjk;utf8x" "" "" # DOUBLE LOW LINE +0x2017 "\\subdoublebar{ }" "extraipa" "force=cp850;cp858;iso8859-8;utf8;utf8-cjk;utf8x" "" "" # DOUBLE LOW LINE 0x2018 "\\textquoteleft" "" "force=cp1256;iso8859-7;euc-cn;euc-jp;euc-kr;euc-tw;gbk;jis" # LEFT SINGLE QUOTATION MARK 0x2019 "\\textquoteright" "" "force=cp1256;iso8859-7;euc-cn;euc-jp;euc-kr;euc-tw;gbk;jis" # RIGHT SINGLE QUOTATION MARK 0x201a "\\quotesinglbase" "" "force=cp1256" # SINGLE LOW-9 QUOTATION MARK -- 2.39.2