#include <GFont.h>
Public Member Functions | |
GCharset (const char *cp=0, const char *des=0, short *map=0, const char *alt=0) | |
Constructor. | |
bool | IsUnicode () |
Returns true if the charset is a unicode variant. | |
const char * | GetIconvName () |
Gets the iconv name. | |
bool | IsAvailable () |
Returns whether Lgi can convert to/from this charset at the moment. | |
Public Attributes | |
const char * | Charset |
Standard charset name. | |
const char * | Description |
Human description. | |
short * | UnicodeMap |
128 shorts that map the 0x80-0xff range to unicode | |
const char * | IconvName |
Charset's name for calling iconv. | |
const char * | AlternateNames |
Comma separated list of alternate names used for this charset. | |
GCharSetType | Type |
General type of the charset. |