X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fdots_xcurses.c;fp=test%2Fdots_xcurses.c;h=3ccdea37a06456cb48bed467b172b25e62f97d17;hp=b640c2b612677224bec116fb965e904f085614a7;hb=4c9f63c460cb7134f142aa65f6866c175ed77605;hpb=f8a52f8d51160dbfdd5449403bb157497f2b39c4 diff --git a/test/dots_xcurses.c b/test/dots_xcurses.c index b640c2b6..3ccdea37 100644 --- a/test/dots_xcurses.c +++ b/test/dots_xcurses.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2018-2019,2020 Thomas E. Dickey * + * Copyright 2018-2020,2022 Thomas E. Dickey * * Copyright 2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -30,7 +30,7 @@ /* * Author: Thomas E. Dickey * - * $Id: dots_xcurses.c,v 1.24 2020/08/29 16:22:03 juergen Exp $ + * $Id: dots_xcurses.c,v 1.25 2022/04/16 18:27:24 tom Exp $ * * A simple demo of the wide-curses interface used for comparison with termcap. */ @@ -193,6 +193,7 @@ main(int argc, char *argv[]) } } + setlocale(LC_ALL, ""); srand((unsigned) time(0)); SetupAlarm(r_option);