FHteam
Admin
|
# Posted: 4 Dec 2005 15:46
Reply
JAG CrLf by Joachim Gehweiler Programming → Editors → Converters
On DOS/Windows system line breaks are represented by the characters Carriage-Return and Line-Feed, on UNIX/Linux systems only by the character Line-Feed, on the Macintosh again only the character Carriage-Return is used.
Because many programs cannot handle this problem, texts or source code are often displayed without or with wrong line breaks, or control characters appear instead of the line breaks. You are not only concerned if you are working with different operating systems, but also if you download texts or source code from the internet....
|