Addresses #749, BibTeX issues

Set character set to 'us-ascii' if not UTF-8 (avoid a problem with certain characters)
This commit is contained in:
Dan Stillman 2007-12-16 06:43:25 +00:00
parent c29bd939d1
commit b147bd4a6e

View File

@ -17549,6 +17549,9 @@ function doExport() {
if(Zotero.getOption("UTF8")) {
Zotero.setCharacterSet("UTF-8");
}
else {
Zotero.setCharacterSet("us-ascii");
}
//Zotero.write("% BibTeX export generated by Zotero "+Zotero.Utilities.getVersion());