Converts a UTF-8 character to an ASCII character.
#include <unilib.h>
int utf82chr (
UniRuleTable_t handle,
char *dest,
const char *src,
int *used );
(IN) Specifies the table to use in the conversion. To use the host's default code page, specify UNI_LOCAL_DEFAULT. Otherwise, specify the value returned from the UniGetTable function.
(OUT) Points to the address of the converted character, which is null terminated.
(IN) Points to the source character. This character does not need to be null terminated.
(OUT) Points to the number of bytes in the UTF-8 character that was converted.
If successful, returns 0. Otherwise, returns a negative error code: