The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 2375982f7e7fa291ae5ce3adfa9271cba0d31809 Author: Richard Heck <[email protected]> Date: Sat Aug 4 17:32:55 2012 -0400 Fix bug #8278, as suggested there by Ronen. diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index 71f6891..f70a0a9 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -2854,7 +2854,7 @@ docstring Paragraph::simpleLyXHTMLOnePar(Buffer const & buf, retval += inset->xhtml(xs, np); } } else { - char_type c = d->text_[i]; + char_type c = d->text_[getUChar(buf.params(), i)]; if (style.pass_thru) xs << c; ----------------------------------------------------------------------- Summary of changes: src/Paragraph.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
