This is the mail archive of the xconq7@sources.redhat.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Game Module Line Delimiters


Hi,

We should perhaps standardize on a style of line delimiter for 
game modules and IMF files. Three of them have Mac (CR) 
delimiters, and the rest are Unix (LF) delimiters:

colonizer.g:      ASCII English text, with CR line terminators
pg.imf:           ASCII text, with CR line terminators
space-civ.g:      ASCII English text, with very long lines, with 
CR line terminators

I would suggest the LF delimiters since that is what the bulk of 
the files already have, and it also makes grepping easier (a 
"line" containing a matching pattern won't end up being the 
entire file).

Eric


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]