liblouis: lou_backTranslateString

1 
1 6.7 lou_backTranslateString
1 ===========================
1 
1      int lou_backTranslateString (
1          const char * tableList,
1          const widechar * inbuf,
1          int *inlen,
1          widechar *outbuf,
1          int *outlen,
1          char *typeform,
1          char *spacing,
1          int mode);
1 
1    This is exactly the opposite of 'lou_translateString'.  'inbuf' is a
1 string of 16-bit Unicode characters representing braille.  'outbuf' will
1 contain a string of 16-bit Unicode characters.  'typeform' will indicate
1 any emphasis found in the input string, while 'spacing' will indicate
1 any differences in spacing between the input and output strings.  The
1 'typeform' and 'spacing' parameters may be 'NULL' if this information is
1 not needed.  'mode' again specifies how the back-translation should be
1 done.
1