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
> "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!
...
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 '
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
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: