How to get raw content from a string including carriage return ?
The raw content of a string includes the carriage returns, i.e. it contains the new line escape sequence. Note: The line feed, represented by "\n" and a carriage return "\r" are very different. A line feed means moving the cursor one line forward. A carriage return means moving the cursor to the beg