Re: [plug] Handling Newlines in Data for Unix/Linux Based CGI Programs [OT?]

2008-06-11 Thread Zak B. Elep
On Wed, Jun 11, 2008 at 4:48 PM, Ludwig Isaac Lim <[EMAIL PROTECTED]> wrote: > Hi: > > There's not really a problem as of now. But the data from the textarea will > be stored in a > plain text file. Will there be any side effects if the newlines are in form > of "\r\n" or "\r" as > opposed to "

Re: [plug] Handling Newlines in Data for Unix/Linux Based CGI Programs [OT?]

2008-06-11 Thread Ludwig Isaac Lim
Hi: There's not really a problem as of now. But the data from the textarea will be stored in a plain text file. Will there be any side effects if the newlines are in form of "\r\n" or "\r" as opposed to "\n"? Ludwig Lim > From: "Ariz Jacinto" <[EMAIL PROTECTED]> > > can you elaborate your

Re: [plug] Handling Newlines in Data for Unix/Linux Based CGI Programs [OT?]

2008-06-10 Thread Ariz Jacinto
can you elaborate your problem further? On Tue, Jun 10, 2008 at 12:43 AM, Ludwig Isaac Lim <[EMAIL PROTECTED]> wrote: > Hi: > > Any Linux/Unix CGI/web developer here? Is it a practice in CGI > programming (under Unix/Linux) > to convert newlines in HTML input from "\n\r" or "\r" to "\n"? > >

Re: [plug] Handling Newlines in Data for Unix/Linux Based CGI Programs [OT?]

2008-06-10 Thread fooler mail
On 6/10/08, Ludwig Isaac Lim <[EMAIL PROTECTED]> wrote: > Hi: > > Any Linux/Unix CGI/web developer here? Is it a practice in CGI programming > (under Unix/Linux) > to convert newlines in HTML input from "\n\r" or "\r" to "\n"? > > Has one encountered something unusual due to the presence of "

[plug] Handling Newlines in Data for Unix/Linux Based CGI Programs [OT?]

2008-06-10 Thread Ludwig Isaac Lim
Hi: Any Linux/Unix CGI/web developer here? Is it a practice in CGI programming (under Unix/Linux) to convert newlines in HTML input from "\n\r" or "\r" to "\n"? Has one encountered something unusual due to the presence of "\r" in the data? (This is aside from fact if that a bunch of lin