[BACK]Return to utf8.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/utf8.c between version 1.5 and 1.6

version 1.5, 2017/02/19 00:10:57 version 1.6, 2017/04/17 14:31:23
Line 52 
Line 52 
   
         loc = nl_langinfo(CODESET);          loc = nl_langinfo(CODESET);
         return strcmp(loc, "US-ASCII") != 0 && strcmp(loc, "UTF-8") != 0 &&          return strcmp(loc, "US-ASCII") != 0 && strcmp(loc, "UTF-8") != 0 &&
             strcmp(loc, "ANSI_X3.4-1968") != 0;              strcmp(loc, "ANSI_X3.4-1968") != 0 && strcmp(loc, "646") != 0 &&
               strcmp(loc, "") != 0;
 }  }
   
 static int  static int

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6