informix
Informix Guide to GLS Functionality
Introduction

About This Manual

This manual describes the Global Language Support (GLS) feature available in Informix products. The GLS feature allows Informix application-programming interfaces (APIs) and Informix database servers to handle different languages, cultural conventions, and code sets. This manual describes only the language-related topics that are unique to GLS.

This manual provides GLS information on Informix database servers for both Microsoft Windows NT and UNIX.

Types of Users

This manual is written for application developers and system administrators who want to use the GLS environment with Informix products.

This manual is primarily intended for those users who need to use Informix products with a nondefault locale. It assumes that you are familiar with Informix database servers and associated products. If that is not the case, refer to your Getting Started manual. If you need more information about your operating system, see your system-specific documentation.

Software Dependencies

This manual assumes that you are using one of the following database servers:

Assumptions About Your Locale

Informix products can support many languages, cultures, and code sets. All culture-specific information is brought together in a single environment, called a Global Language Support (GLS) locale.

This manual assumes that you use the U.S. 8859-1 English locale as the default locale. The default is en_us.8859-1 (ISO 8859-1) on UNIX platforms or en_us.1252 (Microsoft 1252) for Windows NT environments. This locale supports U.S. English format conventions for dates, times, and currency, and also supports the ISO 8859-1 or Microsoft 1252 code set, which includes the ASCII code set plus many 8-bit characters such as é, è, and ñ.

If you plan to use nondefault characters in your data or your SQL identifiers, or if you want to conform to the nondefault collation rules of character data, you need to specify the appropriate nondefault locale.

Demonstration Databases

The DB-Access utility, which is provided with your Informix database server products, includes one or more of the following demonstration databases:

For information about how to create and populate the demonstration databases, see the DB-Access User's Manual. For descriptions of the databases and their contents, see the Informix Guide to SQL: Reference.

The scripts that you use to install the demonstration databases reside in the $INFORMIXDIR/bin directory on UNIX platforms and in the %INFORMIXDIR%\bin directory in Windows environments.


Informix Guide to GLS Functionality, Version 9.2
Copyright © 1999, Informix Software, Inc. All rights reserved