From dfb737de607d4cb889cc15487ee4efbb46a1eb34 Mon Sep 17 00:00:00 2001 From: Robert Patterson Date: Fri, 1 Nov 2024 13:53:19 -0500 Subject: [PATCH] add note about utf8 encoding --- src/library/utils.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/library/utils.lua b/src/library/utils.lua index 7f988127..39f98d48 100644 --- a/src/library/utils.lua +++ b/src/library/utils.lua @@ -508,6 +508,8 @@ end Iterates a file path using lfs and feeds each directory and file name to a function. The directory names fed to the iterator function always contain path delimeters at the end. +Both directory and file names are encoded utf8 on all platforms. + The following are skipped. - "." and ".."