Skip to content

Commit

Permalink
doc: Explain limitation on unicode and emoji chars
Browse files Browse the repository at this point in the history
  • Loading branch information
q2s2t committed Sep 4, 2018
1 parent 41ccdac commit 849630e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,13 @@ archive.list('archive.zip', {
});
```

### Emoji and Unicode

Due to a `7z` limitation emojis and special characters can't be used as values
when passed to an `option` object (ex: password). But they can be used in
archive, filenames and destinations.

Use `{ scc: 'UTF-8' }` for special characters.

***
With :heart: from [quentinrossetti](http://quentinrossetti.me/)
Expand Down

0 comments on commit 849630e

Please sign in to comment.