Converts the specified Unicode character to ASCII.
#include <unilib.h>
int uni2chr (
UniRuleTable_t table,
char *dest,
unicode_t uniCh );
(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.
If successful, returns 0. Otherwise returns a negative error code.