We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c8065 commit c67b887Copy full SHA for c67b887
src/library/ziputils.lua
@@ -9,7 +9,7 @@ Dependencies:
9
- MacOS users must have `unzip` and `gunzip`, but these are usually installed with the OS.
10
11
Pay careful attention to the comments about how strings are encoded. They are either encoded
12
-**platform** or **utf-8**. On macOS, platform encoding is always utf-8, but on Windows it can
+**platform** or **utf8**. On macOS, platform encoding is always utf8, but on Windows it can
13
be any number of encodings depending on the locale settings and version of Windows. You can use
14
`luaosutils.text` to convert them back and forth. Both `luaosutils.process.execute`
15
requires platform encoding as do `lfs` and all built-in Lua `io` functions.
0 commit comments