MySQL Forums
Forum List  »  General

Re: linebreak differences between Linux and Windows
Posted by: douglas wilson
Date: August 22, 2014 12:45AM

UNIX/Linux uses a newline character (\n, decimal 12) as a line terminator, Windowes uses carriage-return newline pairs (\r\n decimal 15, 12).And \n moves the needle down, and \r moves the needle to the beginning of a line

Options: ReplyQuote


Subject
Written By
Posted
Re: linebreak differences between Linux and Windows
August 22, 2014 12:45AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.