liblouis: lou_charToDots

1 
1 6.12 lou_charToDots
1 ===================
1 
1      int lou_charToDots (const char *tableList, const widechar *inbuf, widechar
1      	*outbuf, int length, int mode)
1 
1    This function is the inverse of 'lou_dotsToChar'.  It takes a
1 widechar string in 'inbuf' consisting of characters and converts it to a
1 widechar string in 'outbuf' consisting of dot patterns according to the
1 specifications in 'tableList'.  'length' is the length of both 'inbuf'
1 and 'outbuf'.  The dot patterns in 'outbufbuf' are in liblouis format if
1 the mode bit 'ucBrl' is not set and in Unicode format if it is set.  The
1 function returns 1 on success and 0 on failure.
1