I've got a file with UTF-8 (Without BOM) coding. File is being created on Windows site and it's being transfered to Linux server through SFTP. Using cat -e
on it, I get something like this:
cat -e file.txt
M-oM-;M-?test13;hbana0Kw;$
lala;LjgX$
Now, I know that M-oM-;M-?
stands for UTF-8 (Without BOM). Is there a way to remove it from file but preseve its coding?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…