mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
unicodesymbols: force cp858 for DOUBLE LOW LINE
This fixes compilation of inputenc-cp858.lyx (assuming the system iconv has corresponding support). Thanks to Günter Milde.
This commit is contained in:
parent
d933d72fa9
commit
57fbd57ee0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user