Index: bin/stty/stty.c =================================================================== --- bin/stty/stty.c (revision 304289) +++ bin/stty/stty.c (working copy) @@ -47,6 +47,7 @@ #include #include #include +#include #include #include #include @@ -64,6 +65,8 @@ int ch; const char *file, *errstr = NULL; + setlocale(LC_ALL, ""); + fmt = NOTSET; i.fd = STDIN_FILENO; file = "stdin";