tools:::latexToUtf8() doesn't convert the LaTeX accented character
"\\'i" to í (see Bug #18208
https://bugs.r-project.org/show_bug.cgi?id=18208, reported by Manuel
López-Ibáñez for details and justification). For example:
> tools:::latexToUtf8(tools::parseLatex("\\'i"))
\'i
It does the conve
Resending this as the original message went out as html and the special
characters got garbled.
tools:::latexToUtf8() doesn't convert the LaTeX accented character "\\'i" to í
(see Bug #18208 https://bugs.r-project.org/show_bug.cgi?id=18208, reported by
Manuel López-Ibáñez for details and just