migemo_d.charset

Undocumented in source.

Members

Aliases

CHARSET_PROC_CHAR2INT
alias CHARSET_PROC_CHAR2INT = .charset_proc_char2int
Undocumented in source.
CHARSET_PROC_INT2CHAR
alias CHARSET_PROC_INT2CHAR = .charset_proc_int2char
Undocumented in source.
charset_proc_char2int
alias charset_proc_char2int = int function(const(char)*, uint*)
Undocumented in source.
charset_proc_int2char
alias charset_proc_int2char = int function(uint, char*)
Undocumented in source.

Enums

CHARSET_NONE
anonymousenum CHARSET_NONE
Undocumented in source.

Functions

IS_EUC_RANGE
bool IS_EUC_RANGE(char c)
Undocumented in source.
charset_detect_buf
int charset_detect_buf(char* buf, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
charset_detect_file
int charset_detect_file(const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
charset_getproc
void charset_getproc(int charset, .CHARSET_PROC_CHAR2INT* char2int, .CHARSET_PROC_INT2CHAR* int2char)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cp932_char2int
int cp932_char2int(char* in_, uint* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cp932_int2char
int cp932_int2char(uint in_, char* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eucjp_char2int
int eucjp_char2int(char* in_, uint* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
eucjp_int2char
int eucjp_int2char(uint in_, char* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
utf8_char2int
int utf8_char2int(const(char)* in_, uint* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
utf8_char2int_noascii
int utf8_char2int_noascii(char* in_, uint* out_)
Undocumented in source.
utf8_int2char
int utf8_int2char(uint in_, char* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

BUFLEN_DETECT
enum BUFLEN_DETECT;
Undocumented in source.

Meta