I wanna be able to copy czech characters from PDF, but for some reason it doesn´t work.
here is my code:
\usepackage{cmap}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{charter}
and if I write for example říjen (october :), the text is fine in PDF, but when I try to copy it somewhere, I get ˇríjen. (It´s the same for all characters with ˇ).
if I change \usepackage{charter} to \usepackage{tgtermes}, the character ř is fine. But I would like to use charter font because it simply looks better, but I need to be able to copy czech characters.
How can I achieve copying czech characters with charter?
´as apostrophes (wrong: don´t), but actual apostrophes'instead (right: don't). On Czech keyboards, the apostrophe seems to be left of the backspace key. – doncherry Nov 05 '12 at 22:18