Ingres CL LC
From Ingres Community Wiki
|
Ingres Compatability Library |
Contents |
Compatibility Library Specification - LC
Abstract
This is the specification of the LC facility provided by the compatibility library for carrying out Locale specific functions.
Revision: 0.1, 05/22/2008
Document History
- Revision 0.1, 05/22/2008
- changes made
Specification
Introduction
This facility obtains the platform character set for the installation. It is used by Unicode coercion algorithm to load the correct converter between Unicode and the local installation character set.
Library
GL
Header File <lc.h>
The header file <lc.h> must be included before using any of the functions provided.
Executable Interface
The following functions are provided.
LC_getStdLocale - gets the IANA equivalent of installation character set
"description"
This function will return the IANA registered encoding for the Ingres character set value (II_CHARSETxx value). refer to the INANA website for more details. http://www.iana.org/assignments/character-sets last updated 29 April 200
Typical use of this function is to find the equivalent name of the
character set to use in an xml file, to denote the encoding for
ingres data.
Inputs:
Outputs:
Returns:
Definition:
|
Ingres Compatability Library |
