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

ASCII turned into non-ASCII #27

Open
HeidiSeibold opened this issue Sep 15, 2020 · 3 comments
Open

ASCII turned into non-ASCII #27

HeidiSeibold opened this issue Sep 15, 2020 · 3 comments

Comments

@HeidiSeibold
Copy link

I have the following bib-file example.bib:

@Article{GirLeq2016_CSTM_EntropyBasedGOFTests,
  title = {Entropy-Based Goodness-of-Fit Tests -- a Unifying Framework. Application to DNA Replication},
  author = {Val{\'e}rie Girardin and Justine Lequesne},
  journal = {Communications in Statistics--Theory and Methods},
  pages = {62--74},
  volume = {48},
  number = {1},
  year = {2017},
  doi = {10.1080/03610926.2017.1401084},
  publisher = {Taylor \& Francis},
}

If I read this and want to proceed working with it, the bibtex-package turns my ASCII text into non-ASCII.

## no non-ASCII
tools::showNonASCII(readLines("example.bib"))

library("bibtex")
entry <- read.bib("example.bib")

## bibtex package turns Val{\'e}rie into Valérie
print(entry, style = "citation")

Is there a way to avoid that? Thanks!

@HeidiSeibold
Copy link
Author

Hi, the issue seems to remain. Is there anything I can do to help?

@sckott
Copy link
Collaborator

sckott commented Feb 9, 2021

I don't know. @coatless any ideas?

@coatless
Copy link
Collaborator

coatless commented Feb 9, 2021

@HeidiSeibold not easily. I think we'll add this to a feature list for GSOC 2021, c.f. #37.

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

No branches or pull requests

3 participants