Finally, I got this solution.
1. Locate the Zotero data directory
By default, Zotero data is stored within your Firefox profile in these OS-dependent directories.
On a Mac:
/Users/
On Windows 2000/XP:
C:\Documents and Settings\
On Windows Vista:
C:\Users\
On most Linux distributions:
~/.mozilla/firefox/
2. Locate translator file BibTex.js in the $zoterodir/translators directory
3. Open that file and change the following
into
Zotero.addOption("exportCharset", "ISO-8859-1");
Now you can export the bib file again from zotero, and the file is in ascll format ready for use.

No comments:
Post a Comment