On Tue, May 25, 2004 at 03:26:45PM -0400, Dan Sugalski wrote: > Yup. UTF8 is Just another variable-width encoding. Do anything with > it and we convert it to a fixed-width encoding, in this case UTF32.
Does this mean that we won't be verifying the validity of UTF8 on input? And instead pitching exceptions at conversion time? Nicholas Clark