Ingres CL LC

From Ingres Community Wiki

Jump to: navigation, search

Ingres Compatability Library
Architecture - Overview - Suggestions - GL: BA - BT - ERGL - handy - HSH - LC - LL - MEGL - MM - MO - MU - PM - SP - TMGL - CL: CI - CK - CM - CP - CS - CSMT - CV - CX - DI - DL - DS - ER - ERold - EX - FP - GC - GV - handy - ID - JF - LG - LK - LO - ME - MH - NM - OL - PC - PE - QU - SA - SI - SR - ST - TC - TE - TH - TM - TR - UT

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
Architecture - Overview - Suggestions - GL: BA - BT - ERGL - handy - HSH - LC - LL - MEGL - MM - MO - MU - PM - SP - TMGL - CL: CI - CK - CM - CP - CS - CSMT - CV - CX - DI - DL - DS - ER - ERold - EX - FP - GC - GV - handy - ID - JF - LG - LK - LO - ME - MH - NM - OL - PC - PE - QU - SA - SI - SR - ST - TC - TE - TH - TM - TR - UT

Personal tools
Developing With