X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Fpicsmap.c;h=bf8133a42399d4b1c4e5f245055e20af34dcb1be;hb=205ea499dbbceba5201d997fbd8b6b1f7f29bd50;hp=1702639ea4daf4f89f2cdedd92b7dd9dd0829b6f;hpb=87154b424ea0f67c2965d00e861ddfb134082d94;p=ncurses.git diff --git a/test/picsmap.c b/test/picsmap.c index 1702639e..bf8133a4 100644 --- a/test/picsmap.c +++ b/test/picsmap.c @@ -27,7 +27,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: picsmap.c,v 1.144 2022/02/19 21:30:04 tom Exp $ + * $Id: picsmap.c,v 1.145 2022/04/16 18:21:05 tom Exp $ * * Author: Thomas E. Dickey * @@ -1527,6 +1527,7 @@ init_display(const char *palette_path, int opt_d) (void) opt_d; if (isatty(fileno(stdout))) { in_curses = TRUE; + setlocale(LC_ALL, ""); initscr(); cbreak(); noecho();