|
NetSurf
|
Go to the source code of this file.
Macros | |
| #define | BEG_Atari_to_Unicode 0x7F |
Functions | |
| nserror | utf8_to_local_encoding (const char *string, size_t len, char **result) |
| nserror | utf8_from_local_encoding (const char *string, size_t len, char **result) |
| int | atari_to_ucs4 (unsigned char atari) |
Variables | |
| static const uint16_t | Atari_to_Unicode [] |
| static struct gui_utf8_table | utf8_table |
| struct gui_utf8_table * | atari_utf8_table = &utf8_table |
| #define BEG_Atari_to_Unicode 0x7F |
Definition at line 62 of file encoding.c.
| int atari_to_ucs4 | ( | unsigned char | atari | ) |
Definition at line 64 of file encoding.c.
References Atari_to_Unicode, and BEG_Atari_to_Unicode.
Referenced by nkc_to_input_key().
| nserror utf8_from_local_encoding | ( | const char * | string, |
| size_t | len, | ||
| char ** | result | ||
| ) |
Definition at line 43 of file encoding.c.
References result, and utf8_from_enc().
| nserror utf8_to_local_encoding | ( | const char * | string, |
| size_t | len, | ||
| char ** | result | ||
| ) |
Definition at line 29 of file encoding.c.
References NSERROR_OK, result, and utf8_to_enc().
|
static |
Definition at line 50 of file encoding.c.
Referenced by atari_to_ucs4().
| struct gui_utf8_table* atari_utf8_table = &utf8_table |
Definition at line 81 of file encoding.c.
Referenced by main().
|
static |
Definition at line 76 of file encoding.c.