当前位置:网站首页>C language stepping on the pit: document coding error, resulting in Base64 Chinese coding error

C language stepping on the pit: document coding error, resulting in Base64 Chinese coding error

2022-06-23 06:34:00 I have a magic box

Error environment :

.c The code document is encoded as :GB2312
centos 7 Next gcc compiler , The system use code is (echo $LANG):zh_CN.UTF-8

Error phenomenon :

base64 English transcoding is normal , Chinese transcoding error .

terms of settlement :

take .c The code document is transcoded to UTF-8.

原网站

版权声明
本文为[I have a magic box]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/174/202206230440469878.html