|
Sybase dbQueue Reference Guide
|
Internationalization
WARNING! In the current release of dbQueue, only 8-bit characters are supported. Messages are English-only.
Applications that use the dbQueue objects library normally have a processing locale that includes:
- Languages used for text and messages
- Character sets
- Collation sequences
- Preferences for formatting the string representations of datetime, money, and numeric datatypes
This locale is implicit for many applications but may be set explicitly; for example, you can set the LANG environment variable on UNIX systems.
dbQueue maintains a separate processing locale in each DbqEnv instance. The current release anticipates the following items for the processing locale:
- Language used for messages
- Character set
These mechanisms will be implemented in future versions.