svn_stream_printf_from_utf8

Function svn_stream_printf_from_utf8 

Source
pub unsafe extern "C" fn svn_stream_printf_from_utf8(
    stream: *mut svn_stream_t,
    encoding: *const c_char,
    pool: *mut apr_pool_t,
    fmt: *const c_char,
    ...
) -> *mut svn_error_t
Expand description

Write to @a stream using a printf-style @a fmt specifier, passed through apr_psprintf() using memory from @a pool. The resulting string will be translated to @a encoding before it is sent to @a stream.

@note Use @c APR_LOCALE_CHARSET to translate to the encoding of the current locale.

@since New in 1.3.