Skip to content

Commit

Permalink
consistent spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatters1 committed Oct 14, 2024
1 parent 95c8065 commit c67b887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/ziputils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Dependencies:
- MacOS users must have `unzip` and `gunzip`, but these are usually installed with the OS.
Pay careful attention to the comments about how strings are encoded. They are either encoded
**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
be any number of encodings depending on the locale settings and version of Windows. You can use
`luaosutils.text` to convert them back and forth. Both `luaosutils.process.execute`
requires platform encoding as do `lfs` and all built-in Lua `io` functions.
Expand Down

0 comments on commit c67b887

Please sign in to comment.