EDCS Reference Manual
Types
EDCS_Locale
|
/*
* STRUCT: EDCS_Locale
*
* This data type specifies the country and language information
* related to a piece of string data. All of the
* codes used in this type are in Latin-1, which maps to
* single byte characters in UTF-8.
*
* EXAMPLES:
* 1. country = {'u', 's', 'a'} language = {'e', 'n'}
* indicates United States English
* 2. country = {'f', 'r', 'a'} and language = {'f', 'r'}
* indicates France Francais.
*/
} EDCS_Locale;
Field Notes
The language is specified using the 2-character codes defined
in ISO 639.
The country is specified using the 3-character codes defined
in ISO 3166.
Prev: EDCS_Integer_Value.
Next: EDCS_Long_Float.
Return to:
Top of this Page,
Type Index
|
Last updated: July 16, 2004
|
Copyright © 2004 SEDRIS
|
|