On Mon, Nov 07, 2016 at 01:31:31PM +0000, Guenter Milde wrote: > > As the meaning of LINE SEPARATOR and PARAGRAPH SEPARATOR is clear from > http://unicode.org/versions/Unicode5.2.0/ch05.pdf > we can transform them to the corresponding LaTeX representation: > > 0x2028 "\\\\" "" "" "" "" # LINE SEPARATOR > 0x2029 "\\par" "" "" "" "" # PARAGRAPH SEPARATOR
We have insets for both: \begin_inset Newline newline \end_inset \begin_inset Separator latexpar \end_inset -- Enrico