The conversion utilities described in this section are available, but you should use iconv() as a standard function.
Asian Solaris software provides facilities for various conversions, for example:
Characters within a codeset, such as converting uppercase ASCII to lowercase.
Between different conventions for national standard character sets, such as:
Between Combination and Completion code, both KS C 5601-1987 and KS C 5601-1992.
Between GB and EUC.
Between CNS 11643 code and Big5.
Between code formats (such as EUC and WC).
Programs using the general multibyte conversion utilities should include the header files widec.h and wctype.h. Korean Solaris specific routines (such as iskxxx) are declared in ko/xctype.h.
Programs using the general multibyte conversion utilities should include three header files: wctype.h, widec.h, and ko/xctype.h.