The SERVER_LOCALE environment variable specifies the server locale, which the database server uses to perform read and write operations that involve operating-system files on the server computer. For more information about the server locale, see The Server Locale and GLS Support by Informix Database Servers.
>>-SERVER_LOCALE--language--_--territory--.--code_set--+-----------+->< '-@modifier-'
The modifier specification modifies the cultural-convention settings that the language and territory settings imply. The modifier usually indicates a special type of localized collation that the locale supports. For example, you can set @modifier to specify dictionary or telephone-book collating order.
An example nondefault server locale for a French-Canadian locale follows:
SERVER_LOCALE fr_ca.8859-1
You can use the glfiles utility to generate a list of the GLS locales that are available on your UNIX system. For more information, see The glfiles Utility (UNIX).
If you do not set SERVER_LOCALE, Informix database servers use the default locale, U.S. English, as the server locale.