TobiasHeycke

Results 8 comments of TobiasHeycke

I installed the current version of citr from github and exported the attached biblatex file from zotero using utf-8 encoding (I also tested bibtex), the issue is still there. RStudio...

I still have the same issue. I tried setting sys.setlocal to German: `Sys.setlocale("LC_ALL", "German")` (The other sys.setlocal call does not work on a Windows OS) My session info is the...

The Umlaute are also not correctly displayed in my Win10 machine. Just to make sure I didn't forget anything, I did the following: 1. install citr from github: `devtools::install_github("crsh/citr")` 2....

Actually, I now only get the cite key displayed in the preview (and not the full reference). Can you reproduce this error?

I have the same problem again (most current citr version from github). Did you change anything back by accident?

I had the encoding error on multiple machines. I can reproduce it with the bib file I uploaded (as a zip file) on November 26th (see above). ```Sys.setlocale("LC_ALL", "German")``` also...

I can confirm that I can replicate the problem using ReadBib (and using readLines works fine). If I am not mistaken the problem has been raised already: https://github.com/ropensci/RefManageR/issues/61