Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support accent characters in the bib key. #25

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Conversation

gfw-report
Copy link
Contributor

Hi @nickng , first of all, thank you so much for creating and maintaining this tool. In my field (anti-censorship), there is a go-to place for people to track the latest and historical related publications, called censorbib (Github repo). And it relies on your bibtex parser.


This pull request enables the support of accent characters in the bib key:

@inproceedings{Müller2024a,

Without this commit, the accent characters will cause the parse error, e.g.:

Cannot parse valid bibtex file example/biblatex-examples.bib: parse failed at 1676:17: syntax error

One real-world use case is available at: NullHypothesis/censorbib#51.

This commit enables the support of accent characters in the bib key:

> @inproceedings{Müller2024a,

Without this commit, the accent characters will cause the parse error, e.g.:

> Cannot parse valid bibtex file example/biblatex-examples.bib: parse failed at 1676:17: syntax error

One real-world use case is available at: NullHypothesis/censorbib#51.
@nickng
Copy link
Owner

nickng commented Jul 17, 2024

Make sense, thank you!

@nickng nickng merged commit da329ed into nickng:main Jul 17, 2024
6 checks passed
@nickng
Copy link
Owner

nickng commented Jul 17, 2024

Included in v1.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants