Function louis_sys::lou_dotsToChar[][src]

pub unsafe extern "C" fn lou_dotsToChar(
    tableList: *const c_char,
    inbuf: *mut widechar,
    outbuf: *mut widechar,
    length: c_int,
    mode: c_int
) -> c_int

Convert a string of dot patterns to a string of chars

@param[in] tableList comma separated list of braille tables @param[in] inbuf widechar string of dot patterns, either in liblouis format or Unicode braille @param[out] outbuf widechar string corresponding to the dot patterns in inbuf @param[in,out] length of both inbuf and outbuf @param[in] mode (deprecated)

@return 1 on success and 0 on failure.