In message <[EMAIL PROTECTED]> Gibbs Tanton - tgibbs <[EMAIL PROTECTED]> wrote:
> Does the call to the transcode function create a new string or change the > string in place. I don't think we want to pass in a native string only to > find out it is unicode after we get done comparing it. It creates a new string if the second argument is null, and overwrites the second argument otherwise, so in this case it will create a new string. Tom -- Tom Hughes ([EMAIL PROTECTED]) http://www.compton.nu/