in reply to Re^3: Trouble with newlines
in thread Trouble with newlines
# Define the CRLF sequence. I can't use a simple "\r\n" because the m +eaning # of "\n" is different on different OS's (sometimes it generates CRLF, + sometimes LF # and sometimes CR). The most popular VMS web server # doesn't accept CRLF -- instead it wants a LR. EBCDIC machines don't # use ASCII, so \015\012 means something different. I find this all # really annoying.
Open source softwares? Share and enjoy. Make profit from them if you can. Yet, share and enjoy!
|
|---|