Go to the source code of this file.
Typedefs | |
| typedef enum rcd_russian_charset_t | rcd_russian_charset |
Enumerations | |
| enum | rcd_russian_charset_t { RUSSIAN_CHARSET_WIN = 0, RUSSIAN_CHARSET_KOI, RUSSIAN_CHARSET_UTF8, RUSSIAN_CHARSET_ALT } |
Functions | |
| rcd_russian_charset | rcdGetRussianCharset (const char *buf, int len) |
|
|
|
|
|
|
|
|
|
|
|
00008 {
00009 RUSSIAN_CHARSET_WIN = 0,
00010 RUSSIAN_CHARSET_KOI,
00011 RUSSIAN_CHARSET_UTF8,
00012 RUSSIAN_CHARSET_ALT
00013 };
|
|
||||||||||||
|
|
1.3.3