Skip to content

Commit 0cbae3f

Browse files
authored
Merge pull request #776 from rpatters1/comments-update
add note about utf8 encoding
2 parents 8e35080 + dfb737d commit 0cbae3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/library/utils.lua

+2
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,8 @@ end
508508
509509
Iterates a file path using lfs and feeds each directory and file name to a function.
510510
The directory names fed to the iterator function always contain path delimeters at the end.
511+
Both directory and file names are encoded utf8 on all platforms.
512+
511513
The following are skipped.
512514
513515
- "." and ".."

0 commit comments

Comments
 (0)