On 11.03.2012 at 20:09 Uhr -0700 RevList apparently wrote:
Thanks for the suggestions. In fact, I use Notepad Plus and it was
opening the original one saved by using file: and it looked fine.
Perl just didn't like it.
I switched now to binfile: to save the file and NotePad still sucks,
but
Dave Cragg on March-11-12 at 5:03 PM -0700 wrote:
>If you check the file sizes you will see that the Windows one is 75 bytes
>bigger than the Mac one. It looks like the Mac version has either cr or lf as
>the line ending character and the Wind version
>has crlf.
>
>NotePad won't break text on o
9:03 PM
To: How to use LiveCode
Subject: Re: HELP! - Linefeeds and Mac Vs Windows
On 11 Mar 2012, at 21:48, RevList wrote:
> I have compared the two versions of the files in editors that allow me to
show the invisible characters and they look identical.
> Comparing the two in BBEdit indicat
On 11 Mar 2012, at 21:48, RevList wrote:
> I have compared the two versions of the files in editors that allow me to
> show the invisible characters and they look identical.
> Comparing the two in BBEdit indicates the files are identical, yet when I
> open them in NotePad, they clearly are not.
Bjoernke von Gierke on March 11, 2012 at 2:07 PM -0700 wrote:
>you probably need to use "binfile:" instead of "file:" when you're saving.
>Because when you use "file:", all line endings will be converted to whatever
>the current platform default line endings
>are. If you do use binfile, beware
you probably need to use "binfile:" instead of "file:" when you're saving.
Because when you use "file:", all line endings will be converted to whatever
the current platform default line endings are. If you do use binfile, beware
that you also need to do mactoiso or isotomac depending on what yo
I have a stack that builds a perl script.
It works just fine when I create the script on Windows. When I open the saved
script that is created on the windows version of my app in NotePad, it looks
just fine and works great with my PERL cgi.
If I use the same stack on Mac and generate the same pe