X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fpicsmap.c;h=bf8133a42399d4b1c4e5f245055e20af34dcb1be;hp=1702639ea4daf4f89f2cdedd92b7dd9dd0829b6f;hb=4c9f63c460cb7134f142aa65f6866c175ed77605;hpb=f8a52f8d51160dbfdd5449403bb157497f2b39c4 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();