gcc编译错误表

转载:http://blog.163.com/panda_sha/blog/static/4782819620108743351655/

conversion from %s to %s not supported by iconv”
iconv 不支持从 %s 到 %s 的转换”

iconv_open”
iconv_open”

no iconv implementation, cannot convert from %s to %s”
没有 iconv 的实现,无法从 %s 转换到 %s”

character 0x%lx is not in the basic source character set\n”
字符 0x%lx 不在基本源字符集中\n”

converting to execution character set”
转换到可执行文件的字符集”

character 0x%lx is not unibyte in execution character set”
字符 0x%lx 在执行字符集中不是单字节的”

Character %x might not be NFKC”
字符 %x 可能不是 NFKC”

universal character names are only valid in C++ and C99″
Unicode 字符名只在 C++ 和 C99 中有效”

the meaning of ‘\\%c’ is different in traditional C”
‘\\%c’的意义与在传统 C 中不同”

In _cpp_valid_ucn but not a UCN”
在 _cpp_valid_ucn 中但不是一个 UCN”

incomplete universal charac

你可能感兴趣的:(c/c++,人工智能)