Utf-8 + README updated
This commit is contained in:
parent
b4f0e7c0eb
commit
eecdcc93bf
10
README.md
10
README.md
@ -37,6 +37,16 @@ Should be almost working and usable now, although still to be considered as **ex
|
||||
* working: all
|
||||
* Delete
|
||||
* working: all (by file and by id)
|
||||
* List
|
||||
* TODO
|
||||
* Search
|
||||
* TODO
|
||||
* Open
|
||||
* working: all
|
||||
* Resync
|
||||
* Testing
|
||||
* Update
|
||||
* Testing
|
||||
|
||||
## Installation
|
||||
|
||||
|
2
main.py
2
main.py
@ -245,7 +245,7 @@ def downloadFile(url, filetype, manual):
|
||||
def openFile(ident):
|
||||
try:
|
||||
with open(params.folder+'index.bib', 'r', encoding='utf-8') as fh:
|
||||
bibtex = BibTexParser(fh.read())
|
||||
bibtex = BibTexParser(fh.read().encode('utf-8'))
|
||||
bibtex = bibtex.get_entry_dict()
|
||||
except:
|
||||
tools.warning("Unable to open index file.")
|
||||
|
Loading…
Reference in New Issue
Block a user