I’m sending a text file in window’s UTF-8 to my friend who uses linux.
He wants me to send in linux’s UTF-8.
How can I do this easily in winodws?
Can someone recommend some software?
I’m sending a text file in window’s UTF-8 to my friend who uses linux.
Share
There is no difference between OS regarding UTF-8, there is only one UTF-8.
You may have 2 kinds of problems :
CR/LFfor windows andLFon linux)Most Windows text editors let you define how files are saved in the settings. Check you don’t write the “BOM Unicode” and that you write end of lines as
LF.