int str_to_str(char **output, const UINT codepage_from, const UINT codepage_to, const char *str, int len)
"string to string" Convert a "multibyte" string between given codepages.
Definition: codepage.c:57
int str_to_wide(wchar_t **output, const UINT codepage, const char *str, int len)
"string to wide".
Definition: codepage.c:37
int wide_to_str(char **output, const UINT codepage, const wchar_t *wstr, int wlen)
"wide to string".
Definition: codepage.c:18