Home The GNU C Library www.imodulo.com · 2003-04-05
Imodulo

Restartable multibyte conversion

[ Up: Character Set Handling ]
[ Previous: Charset Function Overview ][ Next: Non-reentrant Conversion ]

Restartable Multibyte Conversion Functions

The ISO C standard defines functions to convert strings from a multibyte representation to wide character strings. There are a number of peculiarities:

Despite these limitations the ISO C functions can be used in many contexts. In graphical user interfaces, for instance, it is not uncommon to have functions that require text to be displayed in a wide character string if the text is not simple ASCII. The text itself might come from a file with translations and the user should decide about the current locale, which determines the translation and therefore also the external encoding used. In such a situation (and many others) the functions described here are perfect. If more freedom while performing the conversion is necessary take a look at the iconv functions (Generic Charset Conversion).

Menu