ref: 13c0e712ae7d999f8df7f335cb6eaf7e48a3feb9
dir: /libnpe/_iconv.h/
enum { Itranslit = 1<<0, /* no transliteration is performed :( */ Iignore = 1<<1, /* this option is ignored (pun TOTALLY intended) if Itranslit is set */ Tcs = 0, Us, }; struct iconv_s { char to[16]; char from[16]; int fd; };