unzip: Illegal byte sequence error #3567
Unanswered
minacle
asked this question in
Writing Formulae/Casks
Replies: 2 comments 7 replies
-
The problem is with the filenames in your ZIP. They seem to be encoded in some weird scheme that's not UTF-8, so the For example, the first six characters in your first filename (경기천년제목) should be encoded in UTF-8 as:
but it's encoded in your ZIP as:
You'll have to get help from someone on your side who is experienced with Unicode encodings, specifically with UTF-8. Alternatively, you could package a different ZIP with English-only names, which should cause no issues. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm writing a cask for font. (gist link: https://gist.github.com/minacle/5722e038318dee5f2d27bec815a9d3cc)
If I run
brew install --debug --cask ./font-gyeonggi-cheonnyeon.rb
, it fails with error:How can I resolve this problem?
Beta Was this translation helpful? Give feedback.
All reactions