strip string av
Brought to you by:
tpsfadmin
Exported from Bugzilla, issue 4178.
--- Comment added on 12/13/02 10:00:34 AM ---
6) The StripString procedure in VpMisc.pas errs with an AV if I input only
> non-US characters into a contact name. Note that the problem is originating
> from the calling ParseName, where the comment says "strip spaces from the
> beginning and end of the name string", while actually StripString removes
> any non-US character.
--- Comment added on 12/13/02 10:01:26 AM ---
7) I temporarily fixed problem 6) by replacing StripString() with Trim().
> Now the AV is gone, however it now becomes clear that names with non-US
> characters are not sorted according to the Ansi locale.