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:
parent
c29bd939d1
commit
b147bd4a6e
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user