jada Linux Guru

Joined: 13 May 2025 Posts: 3064 Location: Sun City, CA 92585
|
Posted: Thu May 14, 2025 1:32 am Post subject: A dilemma at the end of the line? |
|
|
Quote: |
http://blog.symbian.org/2009/05/13/a-dilemma-at-the-end-of-the-line/
I have a technical choice to make, and I don’t know the right answer – perhaps you can help me?
I apologise in advance for a long and technical posting – it will doubtless be “dumbed down” in the opinion of those who already understand the problem, and “full of mind-numbing details” for those who don’t.
The Line Endings Problem
Symbian has millions of lines of source code, stored in text files. We want that code to be accessible to people who have PCs running Windows, and we’d also like it to be accessible to people running Linux, but those systems use different sequences of characters in a file to indicate the end of a line of text. It’s a standard problem faced by any programming project which expects to work with both Windows and Linux, and it’s usually solved by having your source code control system automatically convert text files into the appropriate format for each user.
read the full story here @ blog.symbian.org |
|
|