Skip to content

create_tmpbib: disallow non-ASCII in citekey #26

Open
kthoden opened this issue Oct 17, 2018 · 0 comments
Open

create_tmpbib: disallow non-ASCII in citekey #26

kthoden opened this issue Oct 17, 2018 · 0 comments

Comments

@kthoden
Copy link

kthoden commented Oct 17, 2018

use something like

import unidecode
decoded_collection = unidecode.unidecode(collection_title)
normalized_collection = decoded_collection.replace(" ", "_")

Sign in to join this conversation on GitHub.
Labels
None yet
Development

No branches or pull requests

1 participant