rokdd / Zotero-autoexporting

Exports the database automatically
https://rokdd.xyz/tech/zotero-addon-for-autoexporting-files/
15 stars 7 forks source link

no option to configure character encoding #9

Closed tristan-k closed 9 years ago

tristan-k commented 9 years ago

There is no option to configure the character encoding, as it is possible in the export dialog. This is important for exporting properly with entries which include diacritic characters.

ishot-1

rokdd commented 9 years ago

Well you are right, but the problem is that I have no influence on options relating the translator. I can only show options (and control) which Zotero has. Else you have to use a special translator maybe, and then you will be free to use with my addon too. What is the exact problem?

tristan-k commented 9 years ago

I've to export into Unicode UTF-8 because of german Umlauts. I use autoexport together with Zettelkasten (http://zettelkasten.danielluedecke.de/), which provides an options to dock a bibtex file (http://zettelkasten.danielluedecke.de/wiki/doku.php?id=workshops:literaturverwaltung:bibtex-schnittstelle). Without configuring the character encoding the entries with diacritics in Zettelkasten are garbeled.

rokdd commented 9 years ago

Hey sorry needed some time to research the issue with your export. I have to code some circumstandes with the official Zotero code but you might try, the beta I created for you:http://rokdd.de/private/programmierung/zotero-autoexporting/releases/zotero-autoexporting-1-1-9-3.xpi

Please let me know whether it worked for you or even not.

tristan-k commented 9 years ago

Thanks! That works very well. Much appreciated.

ishot-1