mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-25 01:55:39 +01:00
perl: improve docs
This commit is contained in:
parent
a4a04872a3
commit
7c92f8a90b
@ -165,6 +165,12 @@ will astonish those who try to unpack byte streams with an arbitrary buffer size
|
||||
(e.g. C<< while(read($socket, $buffer, $arbitrary_buffer_size)) { ... } >>).
|
||||
We should implement the internal buffer for the unpacker.
|
||||
|
||||
=item UTF8 mode
|
||||
|
||||
Data::MessagePack::Unpacker supports utf8 mode, which decodes strings
|
||||
as UTF8-8. << Data::MessagePack->unpack >> should support utf8 mode in a
|
||||
future.
|
||||
|
||||
=back
|
||||
|
||||
=head1 AUTHORS
|
||||
|
@ -31,6 +31,8 @@ returns I<$up> itself.
|
||||
|
||||
If utf8 mode is enabled, strings will be decoded as UTF-8.
|
||||
|
||||
The utf8 mode is disabled by default.
|
||||
|
||||
=item my $ret = $up->get_utf8()
|
||||
|
||||
returns the utf8 mode flag of I<$up>.
|
||||
|
Loading…
x
Reference in New Issue
Block a user