nodpad++? 字符編碼設(shè)置
回車(chē):用“\r”表示,ASCII碼中的“代碼”為CR,意義是將光標(biāo)移到當(dāng)前行的首位;?
換行:用“\n”表示,ASCII碼中的“代碼”為L(zhǎng)F,意義是將光標(biāo)移到下一行。?
DOS、Mac 和 Unix 文件格式
https://www.cnblogs.com/yelongsan/p/10025134.html
CRLF、CR、LF詳解
http://www.lxweimin.com/p/b03ad01acd69
Vim 中如何去掉 ^M 字符?
windows環(huán)境下用Vim打開(kāi)文件后出現(xiàn)好多^M字符,什么原因,怎么去掉?
https://www.zhihu.com/question/22130727
How to remove CTRL-M (^M) characters from a file in Linux?
https://support.microfocus.com/kb/doc.php?id=7014821
What is the ^M character called?
https://unix.stackexchange.com/questions/134695/what-is-the-m-character-called
Linux 替換^M字符方法
https://blog.csdn.net/lml200701158/article/details/52350659
What does ^M character mean in Vim?
https://stackoverflow.com/questions/5843495/what-does-m-character-mean-in-vim
Linux下使用vim編輯文件,出現(xiàn)^M是什么意思?
https://blog.csdn.net/yuhengyue/article/details/78892861