shithub: npe

ref: 601fd8cc2b36c3aef31d411115783428f039b36d
dir: npe/libnpe/_iconv.h

View raw version
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;
};