例如:tset.c
int main()
{
printf("你好,世界\n");
retuen 0;
}
编译时应该这样:
iconv -f gb2312 -t utf8 test.c > test1.c // -f from -t to 从xxx格式到xxx格式
gcc test1.c -o test1
我的是Ubuntu,系统用的是utf8
例如:tset.c
int main()
{
printf("你好,世界\n");
retuen 0;
}
编译时应该这样:
iconv -f gb2312 -t utf8 test.c > test1.c // -f from -t to 从xxx格式到xxx格式
gcc test1.c -o test1
我的是Ubuntu,系统用的是utf8
转载于:https://www.cnblogs.com/qigaohua/p/5947766.html
道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。