Multibyte characters

The compiler recognizes and supports the additional characters (the extended character set) which you can meaningfully use in string literals and character constants. The support for extended characters includes multibyte character sets. A multibyte character is a character whose bit representation fits into more than one byte.

Multibyte characters can appear in any of the following contexts:

The following are restrictions on the use of multibyte characters:

Related information



[ Top of Page | Previous Page | Next Page | Contents | Index ]