diff options
| author | tokuhirom <tokuhirom@gmail.com> | 2010-10-06 12:27:04 +0900 |
|---|---|---|
| committer | tokuhirom <tokuhirom@gmail.com> | 2010-10-06 12:27:41 +0900 |
| commit | 4b93b0632379a30ac0d8c5debd26f7ad28d64faa (patch) | |
| tree | 81c5d932fcf01a30cc74017bac4da4c821b2d0b4 /perl | |
| parent | 96fb2e4b7c5b09e60c2bd34f2d2e0aff80859c8e (diff) | |
| download | msgpack-python-4b93b0632379a30ac0d8c5debd26f7ad28d64faa.tar.gz | |
perl: regenerated README file
Diffstat (limited to 'perl')
| -rw-r--r-- | perl/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/README b/perl/README index 224ff08..ae924ee 100644 --- a/perl/README +++ b/perl/README @@ -102,6 +102,11 @@ TODO "while(read($socket, $buffer, $arbitrary_buffer_size)) { ... }"). We should implement the internal buffer for the unpacker. + UTF8 mode + Data::MessagePack::Unpacker supports utf8 mode, which decodes + strings as UTF8-8. << Data::MessagePack->unpack >> should support + utf8 mode in a future. + AUTHORS Tokuhiro Matsuno |
