Fallback definitions for unicode paragraph/line break.

Convert characters 0x2028  LINE SEPARATOR and
0x2029 PARAGRAPH SEPARATOR to LaTeX equivalent.
(Just in case they slipped somehow into the source.)
This commit is contained in:
Günter Milde 2016-11-10 12:45:27 +01:00
parent 6dfbab3124
commit 1805b41564

View File

@ -1759,8 +1759,8 @@
0x2025 ".\\,." "" "notermination=text,force=utf8" "" "" # TWO DOT LEADER
0x2026 "\\dots" "" "" "\\ldots" "" # HORIZONTAL ELLIPSIS
#0x2027 "" "" "notermination=text" "" "" # HYPHENATION POINT (visible symbol used to indicate correct positions for word breaking, looks like but is not 0x00b7 middle dot)
#0x2028 "" "" "" "" "" # LINE SEPARATOR
#0x2029 "" "" "" "" "" # PARAGRAPH SEPARATOR
0x2028 "\\\\" "" "" "" "" # LINE SEPARATOR
0x2029 "\\par" "" "" "" "" # PARAGRAPH SEPARATOR
#0x202a "" "" "" "" "" # LEFT-TO-RIGHT EMBEDDING
#0x202b "" "" "" "" "" # RIGHT-TO-LEFT EMBEDDING
#0x202c "" "" "" "" "" # POP DIRECTIONAL FORMATTING