Skip to content

Commit 2d1a2e5

Browse files
committed
Set Encoding()
1 parent 5ec5a03 commit 2d1a2e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/path.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ path <- function(...) {
2121

2222
out <- do.call(file.path, components)
2323
out[missing] <- NA_character_
24+
Encoding(out) <- "UTF-8"
2425
out
2526
}

0 commit comments

Comments
 (0)