Home | Previous Page | Next Page   IBM Informix ESQL/C Features (ESQL/C) >

Handling Non-ASCII Characters

The ESQL/C processors obtain the code set for use in ESQL/C source files from the client locale. Within an ESQL/C source file, you can use non-ASCII characters for the following program objects:

Tip:
Some C-language compilers support multibyte characters in literals or comments only. For such compilers, you might need to set the ESQLMF and CC8BITLEVEL environment variables so that the ESQL/C processor calls a multibyte filter. For more information, see Generating Non-ASCII Filenames.

To use non-ASCII characters in your ESQL/C source file, the client locale must support them. For information about the use of non-ASCII characters, see Non-ASCII Characters in Identifiers.

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