[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs

List of Multibyte Character Subroutines

mblen Determines the length of a multibyte character.
mbstowcs Converts a multibyte character string to a wide character string.
mbtowc Converts a multibyte character to a wide character.

For more information about multibyte character subroutines see "National Language Support Subroutines Overview".

For more NLS subroutines see "List of National Language Support Subroutines".


[ Previous | Next | Contents | Glossary | Home | Search ]