Liblouis User's and Programmer's Manual
7.13 lou_dotsToChar ¶
int lou_dotsToChar ( const char *tableList, const widechar *inbuf, widechar *outbuf, int length, int mode)
This function takes a widechar string in inbuf
consisting of dot
patterns and converts it to a widechar string in outbuf
consisting of characters according to the specifications in
tableList
. length
is the length of both inbuf
and
outbuf
. The dot patterns in inbuf
can be in either
liblouis format or Unicode braille. The function returns 1 on success
and 0 on failure.
Note that the mode
parameter has no effect and is deprecated.