#include <ut_charset.h>
Collaboration diagram for UtCharset:

Public Attributes | |
| char * | name |
| Standard name of the charset. | |
| char * | alias |
| Other name (TODO: make an array.). | |
| char * | common_name |
| Friendly name for non-geek users. | |
| char * | comment |
| Friendly comment for non-geek users. | |
| UtCharsetType | type |
| Type of the charset. | |
| ushort * | unicode |
| Unicode charmap array (on 16 bits!). | |
| UtCharType * | char_type |
| Character description arra. | |
| u_char * | language |
| Coefficients array of size ut_session->language.n . | |
| u_char * | system |
| Coefficients array of size ut_session->system.n . | |
This structure is used to describe a charset. It is stocked as an array in UtSession::charset. This array is created from file charsets.dat by ut_load_charsets() (called in ut_init()); it is destroyed in ut_finish().
Definition at line 129 of file ut_charset.h.
1.3.9