Re: searchpath

1999-07-21 Thread Arnd Hanses
On 21 Jul 1999 07:18:49 +0900, [EMAIL PROTECTED] wrote: >This is not your code, but I don't like this one, too: >> LString SpaceLess(LString const & file) >[...] // Substitute chars that LaTeX can't handle with safe ones >> name.subst(';', ':'); Yes, according to Murphy this leads

Re: searchpath

1999-07-21 Thread Jean-Marc Lasgouttes
> "miyata" == miyata <[EMAIL PROTECTED]> writes: >> Those cut and paste crashes/freezes gave only dumps which are >> meaningless to me: >> >> - >> >> In ClipBoard [clipboard.c 235] Wrong owner >> >> - miyata> So this is an xforms bug! ...

Re: searchpath

1999-07-20 Thread Arnd Hanses
On Tue, 20 Jul 1999 21:50:49 +0100, Arnd Hanses wrote: And what about the other file name handlers? > >>// Substitutes spaces with underscores in filename (and path) >>LString SpaceLess(LString const & file) > >[...] > >> name.subst('ñ', 'n'); /* AHanses: '~n', no more trouble >>with '

Re: searchpath

1999-07-20 Thread Arnd Hanses
Just a comment I forgot: On Tue, 20 Jul 1999 19:57:31 +0100, Arnd Hanses wrote: >>>And what about the other file name handlers? >// Substitutes spaces with underscores in filename (and path) >LString SpaceLess(LString const & file) [...] > name.subst('ñ', 'n'); /* AHanses: '~n', no mo

Re: searchpath

1999-07-20 Thread Arnd Hanses
Those changes seem to fix most of the annoying bugs that I was experiencing on hpfs file system with special characters and PC code pages (850, 437). Please verify that I did not introduce additional bugs! Note that I'm not a professional programmer! Changes are marked with C-style comments: