Bibtex key generation: ö translated into ae
Hi,
When having entries where the last name of the author contains "ö", the Bibtex key that is generated contains "ae" instead of "oe". E.g. "Bös" becomes "baes" in the item key, instead of "boes". For "ü" and "ä" the transformations work correctly ("ue" and "ae", respectively). I couldn't find any information on this problem in the forum. Any ideas?
Many thanks in advance!
When having entries where the last name of the author contains "ö", the Bibtex key that is generated contains "ae" instead of "oe". E.g. "Bös" becomes "baes" in the item key, instead of "boes". For "ü" and "ä" the transformations work correctly ("ue" and "ae", respectively). I couldn't find any information on this problem in the forum. Any ideas?
Many thanks in advance!
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
r = r.replace(new RegExp("[ö]", 'g'),"ae");