charcvt(3C) charcvt(3C)NAME charcvt - convert the character code to another encoding scheme SYNOPSIS #include <intl.h> charcvt(c, conv) int c; int conv; DESCRIPTION charcvt returns a character code that has been converted from the given character code represented in c. The value of conv contains a value defining how c is to be converted from one character-set encoding scheme to another. The current values of conv are: ITOM Convert from ISO encoding to Macintosh(Reg.) encoding. MTOI Convert from Macintosh encoding to ISO encoding. RETURN VALUE charcvt returns -1 if there is no equivalent character in the other character set. SEE ALSO mactoiso(1), maccodes(5), isocodes(5). April, 1990 1