On 2013-08-19, Jean-Marc Lasgouttes wrote:
> 19/08/2013 15:16, Guenter Milde:
>> Actually, LaTeX converts both variants to í:

>> \documentclass{minimal}
>> \usepackage{lmodern}
>> \usepackage[T1]{fontenc}

>> \begin{document}

>> \'i vs. \'\i

>> \end{document}

>> Even with OT1, the PDF looks right but drag and drop fails.

> When did this happen? I know for sure that this used to be wrong... What 
> did I miss?

I cannot say when. Have a look inside t1enc.def, there you see definitions
like

\DeclareTextComposite{\`}{T1}{\i}{236}
\DeclareTextComposite{\'}{T1}{i}{237}
...

and for OT1

\DeclareTextCompositeCommand{\`}{OT1}{i}{\@tabacckludge`\i}
\DeclareTextCompositeCommand{\'}{OT1}{i}{\@tabacckludge'\i}
...

(fntguide.pdf documents the font encoding files and commands).

Günter

Reply via email to