charcvt(3C) charcvt(3C)NAME charcvt - converts 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 encoding." MTOI -- "Convert from Macintosh encoding to ISO encoding." STATUS MESSAGES AND VALUES charcvt returns -1 if there is no equivalent character in the other character set. SEE ALSO maccodes(5), isocodes(5) mactoiso(1) in A/UX Command Reference January 1992 1