D | charsetConv.c | 41 "UTF-32BE", "UTF-32LE", 42 "UTF-16BE", "UTF-16LE", 43 "UTF-32", "UTF-16", 44 "UCS-4BE", "UCS-4LE", 45 "UCS-2BE", "UCS-2LE", 46 "UCS-4", "UCS-2" 50 "ASCII", "ASCII-GR", "ISO8859-1" 62 iconv_t test = 0; in try() local 66 test = iconv_open(asciiTries[i], testCp); in try() 67 if(test != (iconv_t) -1) in try() [all …]
|