Character encoding of filenames in the zotero.sqlite database
Hi,
I want to extract a list of all file attachment paths from my Zotero Standalone library. It is quite easy to find this list of paths in the zotero.sqlite database, using SQLite Manager. However, special characters appear in these paths, e.g.
attachments:M/Manceur_Kühn_2014_MethodsEcolEvol.pdf
instead of
attachments:M/Manceur_Kühn_2014_MethodsEcolEvol.pdf
Still, within Zotero, such linked file names are shown as normal.
Any ideas on how to solve this? I use Zotero Standalone 4.0.28 with ZotFile 4.1.6 on Linux Mint Qiana.
I want to extract a list of all file attachment paths from my Zotero Standalone library. It is quite easy to find this list of paths in the zotero.sqlite database, using SQLite Manager. However, special characters appear in these paths, e.g.
attachments:M/Manceur_Kühn_2014_MethodsEcolEvol.pdf
instead of
attachments:M/Manceur_Kühn_2014_MethodsEcolEvol.pdf
Still, within Zotero, such linked file names are shown as normal.
Any ideas on how to solve this? I use Zotero Standalone 4.0.28 with ZotFile 4.1.6 on Linux Mint Qiana.
https://github.com/zotero/dataserver/blob/0426215ffcdd48c0fa3e6daad1fc6af003e575e0/model/Attachments.inc.php#L235