Skip to content

Commit

Permalink
doc: list available encodings
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Feb 24, 2016
1 parent fda7248 commit 6b4c328
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,20 @@ var codec = new Codec(db.options);
}
```

Currently supported encodings:

- utf8
- json
- binary
- hex
- ascii
- base64
- ucs2
- ucs-2
- utf16le
- utf-16le
- none (bypass level-codec)

## Publishers

* [@juliangruber](https://github.com/juliangruber)
Expand Down

0 comments on commit 6b4c328

Please sign in to comment.