liblouis: lou_dotsToChar

1 
1 6.11 lou_dotsToChar
1 ===================
1 
1      int lou_dotsToChar (const char *tableList, const widechar *inbuf, widechar
1      	*outbuf, int length, int)
1 
1    This function takes a widechar string in 'inbuf' consisting of dot
1 patterns and converts it to a widechar string in 'outbuf' consisting of
1 characters according to the specifications in 'tableList'.  'length' is
1 the length of both 'inbuf' and 'outbuf'.  The dot patterns in 'inbuf'
1 can be in either liblouis format or Unicode braille.  The function
1 returns 1 on success and 0 on failure.
1