#include int main(void) { csconv_t conv; conv = csconv_open_locale("ja_JP.eucJP", "MultiByte", "UTF-16"); csconv_close(conv); return 0; }