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

International? #69

Open
camitz opened this issue Mar 11, 2021 · 3 comments
Open

International? #69

camitz opened this issue Mar 11, 2021 · 3 comments

Comments

@camitz
Copy link

camitz commented Mar 11, 2021

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

krlmlr commented Mar 11, 2021

Thanks. What do you see with here() ?

@camitz
Copy link
Author

camitz commented Mar 15, 2021

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

@krlmlr
Copy link
Member

krlmlr commented Apr 2, 2021

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

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

2 participants