BibTeX import failing to translate certain accented characters
I have encountered two issues with Zotero 3.0.11 and the most recent translators:
- Accent macros consisting of an alphabetic character are not translated when followed by braces: e.g.
\c{c}
,\v{u}
, and\u{g}
(though{\c c}
,{\v u}
and{\u g}
work fine, as do\`{a}
and\~{n}
). - Accent macros consisting of a non-alphabetic character are not translated when separated from their target character with a space: e.g.
{\` a}
and{\~ n}
do not work, though{\`a}
and{\~n}
do.
yields
@inproceedings{test,
author = {Lucie Pol{\'a}kov\'{a} and Pavl{\'\i}na J{\'\i}nov{\'a} and Ji\v{r}{\'\i} M{\'\i}rovsk{\'y}},
title = {A\`{a}\v{u}\~{n}\c{c}\u{g} A{\` a}{\v u}{\~ n}{\c c}{\u g}}
editor = {Mehmet U\u{g}ur Do\u{g}an},
}
Aà\vuñ\cc\ug A\` aǔ∼ nçğ
as the title, though it should be Aàǔñçğ Aàǔñçğ
.
http://tex.stackexchange.com/questions/57743/how-to-write-a-and-other-umlauts-and-accented-letters-in-bibliography
since best I can see this would be a _huge_ headache for us to support this (unless aurimas has a clever idea) I'm not inclined to fix this and tell you to fix your bibtex instead ;-).
http://ufal.mff.cuni.cz/pcedt2.0/publications/bibtex.html#biblio_MiBeAnotacena2005
http://www.aclweb.org/anthology-new/W/W12/W12-0112.bib
My main concern is that not handling these escapings effectively breaks site translators that rely on BibTeX, in a way that is not transparent at all to the user. Would it be difficult to first normalize them to the conventional form on import?
better bibtex doesn't address the differently composed characters (unless you're using utf-8, of course, in which case they also work in regular Zotero. Since you seem to work with a lot of different diacrits, that would seem like the most robust solution for you anyway).