here icon indicating copy to clipboard operation
here copied to clipboard

International?

Open camitz opened this issue 3 years ago • 3 comments

>file.exists("å.R")
[1] TRUE
>file.exists(here("å.R"))
Error in file.exists(here("å.R")) : 
file name conversion problem -- name too long?

camitz avatar Mar 11 '21 12:03 camitz

Thanks. What do you see with here() ?

krlmlr avatar Mar 11 '21 12:03 krlmlr

Thanks for your reply and sorry for the delay.

here() gives me my local project path, c:/Users/martin.camitz/project/path

here("å.R") gives me c:/Users/martin.camitz/project/path/\xe5.R

camitz avatar Mar 15 '21 10:03 camitz

Is this on Windows? Can you please try here(enc2utf8(...)) ?

krlmlr avatar Apr 02 '21 04:04 krlmlr