[Rd] Bug 18208 - tools:::latexToUtf8(tools::parseLatex("\\'i")) should generate í

2021-10-09 Thread Georgi Boshnakov
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

Re: [Rd] Bug 18208 - tools:::latexToUtf8(tools::parseLatex("\\'i")) should generate í

2021-10-09 Thread Georgi Boshnakov
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