[tex-live] enquiry regarding Ukrainian "і" encoded as Latin "i" in Latex

Ulrike Fischer news3 at nililand.de
Thu Dec 5 16:13:34 CET 2013


Am Mon, 2 Dec 2013 13:55:11 +0000 schrieb semen at trygub.com:

> Dear Members of tex-live at tug.org,
> 
> I'm having the following problem with inputenc package:
> Ukrainian letter "і" is substituted with Latin "i" during compilation.
> Letters look identical so it is not a problem for displaying text, but
> it makes it hard to search inside the generated pdf using conventional means.

You could use the accsupp package. But it could affect the kerning
so I don't if this a good solution for you:

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T2A]{fontenc}
\usepackage{accsupp}

\DeclareUnicodeCharacter{0456}{\BeginAccSupp{method=hex,unicode,ActualText=0456}\cyrii\EndAccSupp{}}
\begin{document}


прив(і)т

\end{document}


-- 
Ulrike Fischer 
http://www.troubleshooting-tex.de/



More information about the tex-live mailing list