-
Notifications
You must be signed in to change notification settings - Fork 24
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
Encoding of the bib file vs encoding of the output (console and Rmd) #75
Comments
It seems that the problem will be gone if |
See the commit referenced above. I think that if I'll be happy to make a PR if you agree on the solution @mwmclean . |
Thanks a lot for investigating this! I've never had much luck fixing up encoding issues on Windows. It's a source of endless annoyance. It would be great if you could create a PR for me to review. |
Sure. Nothing like a COVID-induced necessity to prepare a lot of teaching materials in my native language and having to do that on a friendly Windows machine... 🙄 Please help me understand a little bit the mechanics of the package and where the encodings fit in. I have to say I have a hard time figuring out what's what in the source code. It seems somewhat Frankensteinian (no pun intended, 'been there, done that...). For example it seems that if there are LaTeX commands in the bib file then I am not 100% sure at this moment, but I guess to behave consistently:
Nevertheless, I will submit a PR with a small change that uses |
This is perhaps related to #61.
I have tough times taming the encodings of the document vs the encoding of the Bib file (I think). The Bib file is in UTF-8. I have a Rmd document (xaringan-based slide deck) that uses RefManageR to show citations and reference list produced with
PrintBibliography()
. Rmd is also in UTF-8. Non-ASCII letters in the BibEntries do not print correctly both in (1) R console nor in the (2) rendered document.I'll be happy to attach files as an MWE. Unless, I'm missing something obvious. Thanks!
I'm on R 4.0.0, RStudio 1.2.5042 on Windows 10 with:
The text was updated successfully, but these errors were encountered: