cJ or ^J (or ctrl-J) are some applications' means of representing the newline character (NL, "\n", ascii 0x0A, etc). Likewise cM or ^M (or ctrl-M) for the carriage return character (CR, "\r", ascii 0x0D).
------------
:Wq
Not an editor command: Wq
Comment on Re: Re: line breaks in textarea; end of line characters?