IUTF8
tty->termios.c_iflag |= IUTF8;
tty->termios.c_iflag &= ~IUTF8;
console_driver->init_termios.c_iflag |= IUTF8;
#define I_IUTF8(tty) _I_FLAG((tty), IUTF8)