• Min RK's avatar
    specify that groups shall be UTF8 · 3130b913
    Min RK authored
    group being a `char *` is logically a text type, which needs an encoding.
    
    Declare in the API that groups shall be UTF8-encoded,
    matching the `zmq_msg_gets` API, which is the other user-facing `char *` API,
    which has the same definition.
    
    This allows bindings to provide text-type APIs,
    which they cannot do if arbitrary bytes are allowed
    3130b913
zmq_socket.txt 22.8 KB