Table 1-1 summarizes the datatypes of the Ctx package.
Table 1-1 Summary of Datatypes; Ctx Package
| Datatype | Description |
|---|---|
|
A single supported encoding. |
|
|
An array of encodings. |
A single supported encoding.
typedef struct encoding {
oratext *encname;
oratext *encvalue;
} encoding;
An array of encodings.
typedef struct encodings {
unsigned num;
encoding *enc;
} encodings;