Trans: Keygen nit in BibTeX per http://forums.zotero.org/discussion/15812/; thanks to dlandert & waddell.

This commit is contained in:
Avram Lyon 2011-01-21 10:11:39 +00:00
parent bd796aec41
commit 2d57f0ae73

View File

@ -1854,7 +1854,7 @@ function mapAccent(character) {
function tidyAccents(s) {
var r=s.toLowerCase();
r = r.replace(new RegExp("[ä]", 'g'),"ae");
r = r.replace(new RegExp("[ö]", 'g'),"ae");
r = r.replace(new RegExp("[ö]", 'g'),"oe");
r = r.replace(new RegExp("[ü]", 'g'),"ue");
r = r.replace(new RegExp("[àáâãå]", 'g'),"a");
r = r.replace(new RegExp("æ", 'g'),"ae");