Skip to content

Commit

Permalink
Unconditionally encode paths as UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed May 8, 2022
1 parent 000790d commit 3ded2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/path.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ standardise_path <- function(path) {
}
}

as.list(path)
as.list(enc2utf8(path))
}

standardise_one_path <- function (path, write = FALSE) {
Expand Down

0 comments on commit 3ded2a1

Please sign in to comment.