mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
Merge pull request #1146 from minrk/utf8-metadata
define encoding for message metadata to be UTF8
This commit is contained in:
commit
416ee8e75c
@ -16,9 +16,10 @@ DESCRIPTION
|
|||||||
-----------
|
-----------
|
||||||
The _zmq_msg_gets()_ function shall return the string value for the metadata
|
The _zmq_msg_gets()_ function shall return the string value for the metadata
|
||||||
property specified by the 'property' argument for the message pointed to by
|
property specified by the 'property' argument for the message pointed to by
|
||||||
the 'message' argument.
|
the 'message' argument. Both the 'property' argument and the 'value'
|
||||||
|
shall be NULL-terminated UTF8-encoded strings.
|
||||||
|
|
||||||
The following properties can be retrieved with the _zmq_msg_get()_ function:
|
The following properties can be retrieved with the _zmq_msg_gets()_ function:
|
||||||
|
|
||||||
|
|
||||||
RETURN VALUE
|
RETURN VALUE
|
||||||
@ -26,7 +27,8 @@ RETURN VALUE
|
|||||||
The _zmq_msg_gets()_ function shall return the string value for the property
|
The _zmq_msg_gets()_ function shall return the string value for the property
|
||||||
if successful. Otherwise it shall return NULL and set 'errno' to one of the
|
if successful. Otherwise it shall return NULL and set 'errno' to one of the
|
||||||
values defined below. The caller shall not modify or free the returned value,
|
values defined below. The caller shall not modify or free the returned value,
|
||||||
which shall be owned by the message.
|
which shall be owned by the message. The encoding of the property and value
|
||||||
|
shall be UTF8.
|
||||||
|
|
||||||
|
|
||||||
ERRORS
|
ERRORS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user