[BACK]Return to test-wchar.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/test-wchar.c between version 1.3 and 1.4

version 1.3, 2015/10/06 18:32:20 version 1.4, 2016/07/31 09:29:13
Line 35  main(void)
Line 35  main(void)
                 return 1;                  return 1;
         }          }
   
         if (setlocale(LC_CTYPE, "en_US.UTF-8") == NULL) {          if (setlocale(LC_CTYPE, UTF8_LOCALE) == NULL) {
                 fputs("setlocale(LC_CTYPE, \"en_US.UTF-8\") failed\n",                  fprintf(stderr, "setlocale(LC_CTYPE, \"%s\") failed\n",
                     stderr);                      UTF8_LOCALE);
                 return 1;                  return 1;
         }          }
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb