"Arnd Hanses" <[EMAIL PROTECTED]> wrote:
> LString SpaceLess(LString const & file)
[...]
> name.subst(';', ':');
This is not your code, but I don't like this one, too.
As for 8 bit characters, it may be more efficient to provide
LString::discardSign() which converts all the occurence of 0xa0-0xff
to 0x20-0x7f which must of course be called after 0xaf, 0xba, 0xbb
and 0xdc are converted *AND* before these already existing special
characters handling.
(Well, on the second thought, 0x80-0x9f are used in the codepages.)
> [Workaround because of 'const' is necessary:]
This is desirable than my original hack. Notice I have done something
a little bit different in 1.1 tree, which I cannot submit. (After the
recent disk crash, I think I have almost recovered. I lost 500MB of
not so very important data, but everything works fine, except *CVS*.
It cease to work with my local tree. Do I have to check out whole the
tree once again?)
> If it is correct, I'll send a diff.
I think it's OK.
> PPS:
>
> Those cut and paste crashes/freezes gave only dumps which are
> meaningless to me:
>
> -------------------------
>
> In ClipBoard [clipboard.c 235] Wrong owner
>
> -------------------------
So this is an xforms bug!
Regards,
SMiyata