About File Encoding and Locales

Within files, each text character is stored as a bit combination. When a file reads or writes characters, it consults a code page or other mapping standard. For example, the commonly-used code page for English, Latin 1, maps Hex 41 to a capital A. Writing text characters according to a code page is called encoding.

Code pages are identified in locale specifications. For Essbase, locale is specified by the ESSLANG variable or by the system locale of the computer (see the Oracle Hyperion Enterprise Performance Management System Installation and Configuration Guide). Encoding within non-Unicode-mode applications is based on the locale that is common to Essbase and Administration Services.

To interpret text, such as member names, Administration Services Console must know how the text is encoded. Encoding considerations affect what you can and cannot do with various categories and subcategories of files:

Related Information