System character encoding matters when Genero Application Server (GAS) interacts with the
operating system.
For example, when the GAS:
- Writes log files.
- Opens files defined in the GAS configuration file (as.xcf).
- Reads arguments from the command line.
In these cases and more, GAS uses the character encoding set by the operating system:
How GAS does character set conversion
The GAS software takes care of character set conversions:
Note: Operating system character sets
may have different names across
operating systems. To unify character set names in the application server environment, the
GAS manages a character set encoding name conversion to map the operating system character
encoding name to a canonical name:
- A charset.alias file is provided. This file is located in the
$FGLASDIR/etc directory of the GAS.