]> git.cameronkatri.com Git - mandoc.git/blobdiff - test-wchar.c
Explain how to transform markup for the terminal when not using a
[mandoc.git] / test-wchar.c
index a096705ebcf18349119184ec069480796c796ab1..32962d9fe665fbfa5bc5913932213a6c16732e42 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: test-wchar.c,v 1.3 2015/10/06 18:32:20 schwarze Exp $      */
+/*     $Id: test-wchar.c,v 1.4 2016/07/31 09:29:13 schwarze Exp $      */
 /*
  * Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
  *
@@ -35,9 +35,9 @@ main(void)
                return 1;
        }
 
-       if (setlocale(LC_CTYPE, "en_US.UTF-8") == NULL) {
-               fputs("setlocale(LC_CTYPE, \"en_US.UTF-8\") failed\n",
-                   stderr);
+       if (setlocale(LC_CTYPE, UTF8_LOCALE) == NULL) {
+               fprintf(stderr, "setlocale(LC_CTYPE, \"%s\") failed\n",
+                   UTF8_LOCALE);
                return 1;
        }