Re: weird characters

2002-04-03 Thread Michael Kelly
On 4/3/02 4:02 PM, Pedro A Reche Gallardo <[EMAIL PROTECTED]> wrote: > Hi, I have a cgi script that uploads files but I have found that when > those files are uploaded from a Mac or Windows the return character > (maybe other characters too) are replaced by something else. Does any > one know how

RE: weird characters

2002-04-03 Thread Timothy Johnson
I'm not 100% sure on the Mac, but I know that Windows puts a CRLF (\r\n) instead of just the unix newline (\n). -Original Message- From: Pedro A Reche Gallardo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 4:03 PM To: [EMAIL PROTECTED] Subject: weird characters Hi, I hav

Re: Weird characters between words in a database key

2002-03-06 Thread Jenda Krynicky
From: "Jay M" <[EMAIL PROTECTED]> > I am attempting to modify a large existing set of scripts. All of > these scripts use dbmopen/close to create databases. > > when a database record is created and the key contains multiple > words/variablels i.e. $DATABASE{"How" , "Are", $Yo