GetRD / academic-file-converter

📚 Import Bibtex publications and Jupyter Notebook blog posts into your Markdown website or book. 将Bibtex转换为Markdown网站
https://docs.hugoblox.com/reference/content-types/#automatically-import-publications-from-bibtex
MIT License
356 stars 101 forks source link

Specified file encoding as UTF-8 #70

Closed ghost closed 4 years ago

ghost commented 4 years ago

When exporting a .bib file from Zotero, the default encoding seems to be UTF-8. However, it is not currently specified on the Academic script. This was causing issues when there were characters such as μ. I made a small change to the editFM.py file to specify the encoding.

gcushen commented 4 years ago

Thanks @jwtay1 !