commit 1805b41564aa93dcac0e8b123b2948a31aa12272
Author: Günter Milde <[email protected]>
Date:   Thu Nov 10 12:45:27 2016 +0100

    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.)
---
 lib/unicodesymbols |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/unicodesymbols b/lib/unicodesymbols
index f13b10e..c2caf48 100644
--- a/lib/unicodesymbols
+++ b/lib/unicodesymbols
@@ -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

Reply via email to