[EMAIL PROTECTED] wrote:
> stty sane  does not handle setting of utf8

The documentation for 'stty' says:

       sane   same as cread -ignbrk brkint -inlcr -igncr icrnl  -ixoff  -iuclc
              -ixany  imaxbel  opost -olcuc -ocrnl onlcr -onocr -onlret -ofill
              -ofdel nl0 cr0 tab0 bs0 vt0 ff0 isig icanon  iexten  echo  echoe
              echok  -echonl  -noflsh  -xcase -tostop -echoprt echoctl echoke,
              all special characters to their default values.

Perhaps that is not a good option for you to use?

> There is no possibilty to set utf8 on the input settings.

Exactly what stty settings are you wanting to set?  You did not say
and I cannot deduce them from the context of your email.

> Here a transcript:
> $ stty sane
> $ stty -a
> speed 38400 baud; rows 28; columns 147; line = 0;
> intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>; eol2
> = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W;
> lnext = ^V; flush = ^O; min = 1; time = 0;
> -parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts
> -ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -ixon
> -ixoff -iuclc -ixany imaxbel
> opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0
> vt0 ff0
> isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop
> -echoprt echoctl echoke

That is all correct.  I don't see any problems there.

> $ stty -iutf8
> stty: ungültiges Argument &#8222;-iutf8&#8220;
> &#8222;stty --help&#8220; gibt weitere Informationen.

There is no such argument.  The only arguments available are the ones
documented in the manual.

  info coreutils stty

Bob

Reply via email to