On Sat, 2003-01-25 at 20:02, Stuart Donaldson wrote: > I have tried > > string.replace( self.chars, '\\', r'\\' ) > string.replace( self.chars, '*', r'\"' ) > > This seems to work, as the first replace just takes any backslash and > replaces it with a double-backslash. This should mean that in the > compiled PSP, the only backslash processing will be the > double-backslashes resolving down to a single as found in the original > text, and then any quotes will also have a backslash in front. > > This at least provides functionality where the existing system is > broken. The concern is, do we break anything else?
I feel pretty confident that this is the Correct way to do it, and the old way was simply Incorrect. I don't think we'll break anything. Well, at least if the function does what I think it should... Ian ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel