perl: regenerated README file

This commit is contained in:
tokuhirom 2010-10-06 12:27:04 +09:00
parent 96fb2e4b7c
commit 4b93b06323

View File

@ -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