mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-01 10:00:54 +00:00
* Packer by default uses `utf-8` encoding by default * Unpacker uses `None` by default, so no decoding is done * Both pack and unpack has `encoding` and `unicode_errors` arguments, if `encoding` is `None` no encoding/decoding is done, otherwise it is python codec. `unicode_errors` is supplied as `errors` parameter to codec |
||
|---|---|---|
| .. | ||
| test_buffer.py | ||
| test_case.py | ||
| test_except.py | ||
| test_format.py | ||
| test_obj.py | ||
| test_pack.py | ||
| test_sequnpack.py | ||