|
|
@ -115,11 +115,12 @@ class EnDecoder(object):
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
entries = bp.bparser.BibTexParser(
|
|
|
|
entries = bp.bparser.BibTexParser(
|
|
|
|
bibdata, homogenize_fields=True,
|
|
|
|
bibdata, common_strings=True,
|
|
|
|
customization=customizations).get_entry_dict()
|
|
|
|
customization=customizations,
|
|
|
|
|
|
|
|
homogenize_fields=True).get_entry_dict()
|
|
|
|
except TypeError:
|
|
|
|
except TypeError:
|
|
|
|
entries = bp.bparser.BibTexParser(
|
|
|
|
entries = bp.bparser.BibTexParser(
|
|
|
|
bibdata,
|
|
|
|
bibdata, common_strings=True,
|
|
|
|
customization=customizations).get_entry_dict()
|
|
|
|
customization=customizations).get_entry_dict()
|
|
|
|
|
|
|
|
|
|
|
|
# Remove id from bibtexparser attribute which is stored as citekey
|
|
|
|
# Remove id from bibtexparser attribute which is stored as citekey
|
|
|
|