[ Next Article | Previous Article | Book Contents | Library Home | Legal | Search ]
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".


[ Next Article | Previous Article | Book Contents | Library Home | Legal | Search ]