In my .bib file, there is a reference including the following name in the authors list:
Mitášová, Helena
When the PDF is generated, this name does not display correctly:
MitÃaÅaovÃa
I searched for related topics, and found the following link:
[How can some eastern European diacritics be correctly displayed with the Alegreya font and pdftex?
I tried including the package Alegreya mentioned therein, but still the problem persists.
Can someone tell me if there is a package which I can use to get all the unicode text (I am presuming that this will take care of Eastern European names as well, or please correct me if I am wrong) displayed correctly in the output?
TIA
I tried adding \usepackage[utf8]{inputenc} but get a inputenc Error: Unicode char \u8” for the equation $\mu = 4\pi \times 10^{-7}$.
I tried using \usepackage[utf8x]{inputenc} instead based on search, but that shows a different error not seen before.
If I remove both the packages, the PDF document is generated as before, so I am not sure whether utf8 package is the way forward for me as I do not wish to spend a lot of time debugging latex issues....unless someone can tell me a one time fix to make all the issues go away associated only with the introduction of the utf8 package, or may be suggest an alternate package which could display all the European names correctly.
\usepackage[utf8]{inputenc}to your preamble. – Jan 29 '15 at 00:49biblatex/biber. Biber understands utf8, and bibtex does not. – Bernard Jan 29 '15 at 00:51