Kate has an option to change the end of line marks from UNIX to Windows or Mac, but how do you see the actual characters used for the end of line?
If it's not possible with Kate, how can it be done?
I'm curious about which type of newline encoding is used in a document I'm processing (it matters because I'd like to process it with perl)
I've read that UNIX is \n, Windows is \r\n, but I don't know how to actually check it for myself!
Thanks
If it's not possible with Kate, how can it be done?
I'm curious about which type of newline encoding is used in a document I'm processing (it matters because I'd like to process it with perl)
I've read that UNIX is \n, Windows is \r\n, but I don't know how to actually check it for myself!
Thanks
Comment