Internationalizing and Localizing Applications in Oracle Solaris

Exit Print View

Updated: July 2014
 
 

Functions for Converting Between Unicode Codesets

Functions available for converting between any two of the Unicode encoding forms UTF-8, UTF-16, and UTF-32 are as follows:

uconv_u8tou16()

Convert UTF-8 string to UTF-16

uconv_u8tou32()

Convert UTF-8 string to UTF-32

uconv_u16tou8()

Convert UTF-16 string to UTF-8

uconv_u16tou32()

Convert UTF-16 string to UTF-32

uconv_u32tou8()

Convert UTF-32 string to UTF-8

uconv_u32tou16()

Convert UTF-32 string to UTF-16