On Thu, 10 Jan 2002, Nicholas Clark wrote: > On Thu, Jan 10, 2002 at 03:06:38PM +0000, Alex Gough wrote: > > Also, I'm a bit concerned that our null termination games:
> I would strongly recommend that perl6 mandates that buffers are not nul > terminated. Anything that needs a nul should arrange for one to be appended. I've ripped out all the nul termination stuff, and noted in strings.pod that nul termination isn't The Way To Do It. Alex Gough