On Thu, Oct 04, 2001 at 08:04:40PM -0700, Carl W. Brown wrote:
> UChar8 * xiu8_strpbrk(UChar8 *string,
>                       UChar8 * charlst)

const:
char *strpbrk(const char *s, const char *accept);

It'd be nice if the C++ string class was a bit better.  Iterators would make
iterating over UTF-8 strings much nicer; dealing with allocation for
strings in app-level code is something nobody should be doing anymore.  (This
kind of library could easily serve as the foundation of a string class,
obviously.)

-- 
Glenn Maynard
-
Linux-UTF8:   i18n of Linux on all levels
Archive:      http://mail.nl.linux.org/linux-utf8/

Reply via email to