For some reason, it seems that, if editing a PHP text file on PSPad, it need to use BINARY transfer mode. I always thought plain text files should be in ASCII mode, but here's the problem I now have:
I opened several files, made some changes, saved, tested the beta site, everything works fine, went live, all good. But now I come to make further changes, and especially using Winmerge to merge other changes across, I see I have a problem which is affecting almost every file I touched with PSPad, and I don't know how many that is, or for how long. The problem is that all the files are now DOUBLE spaced! So instead of 1 *Start of file 2 Line 2 3 Line 3 It now looks like 1 *Start of file 2 3 Line 2 4 5 Line 3 This is playing havoc with winmerge, as it's saying there are many different files, when there aren't. And it's no good selecting "ignore carriage returns and differences etc" because at some point, winmerge has actually ADDED these line breaks. I feel sure there must be some command line in Unix which will whip through all the php files recursively and "repair" any which have these extra breaks. I'd be really greatful for some help because I'm all googled out now! Thanks! -- <http://forum.pspad.com/read.php?2,42527,42527> PSPad freeware editor http://www.pspad.com
