International Language Environments Guide

Setting Terminal Options

To set up the UTF-8 text edit behavior on TTY, you must first set some terminal options usingstty(1), as follows:


system% /bin/stty  defeucw

Note -

Because /usr/ucb/stty is not yet internationalized, you should use /bin/stty instead.


You can also query the current settings using:stty(1) with the -a option, as shown below:


system% /bin/stty -a