Birger Niklas

Results 5 comments of Birger Niklas

[Neovim 0.7](https://github.com/neovim/neovim/releases/tag/v0.7.0) released w/ improvements to lua api in general and to `nvim_set_hl` in particular. Hope that helps @shaunsingh.

That's ok. I guess I'll install the python package and access that from `R` via the `R` package `reticulate`. You may close this issue.

`normalizePath()` does not seem to help. Please let me know if I can provide further information. ``` r library(magrittr) library(msgxtractr) system.file("extdata/unicode.msg", package="msgxtractr") %>% file.copy(to = c("Copenhagen.msg", "København.msg"), overwrite = TRUE)...

I guess your suggestion goes in the right direction, this seems to be an encoding issue. ``` > Sys.setlocale("LC_CTYPE", "UTF-8") #> [1] "" #> Warning message: #> In Sys.setlocale("LC_CTYPE", "UTF-8")...