-
Notifications
You must be signed in to change notification settings - Fork 43
Bibtex key parser error using toJSON method #33
Copy link
Copy link
Open
Description
Hi,
I found a scenario generated from scopus.com that is preventing to parser the bibtex using the toJSON method, resulting in error.
@Article{EuropeanCommission,T2019,
author={European Commission, T},
title={The new SME definition: User guide and model declaration},
journal={Enterprise and Industry Publications},
year={2019},
note={cited By 20},
source={Scopus},
}
I believe that the problem is in the bibtex key "EuropeanCommission,T2019". Do you think it's valid to implement some kind of treatment for this scenario, mainly because it was found in a reliable source (scopus)?
https://bibtex.online/ is parsing successfully. It can be interesting to accept any type of character or simply cut the key when finding invalid characters.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels