Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
authorNick Ing-Simmons <nik@tiuk.ti.com>
Mon, 12 Jul 2004 12:17:56 +0000 (12:17 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Mon, 12 Jul 2004 12:17:56 +0000 (12:17 +0000)
commit61468b033262a3098f06f5437d4f3f1f301cacb3
treeb282159a1d2937e5d7e927156dbb0b3c44e5b26e
parentd10fc4726b5a3070fe99b0b94bc8ef4d44cd4bbe
Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
Can now handle the case
     is_utf8_string(NULL,0)
again.
Why do we have code dup for Perl_is_utf8_string_loc() ?

p4raw-id: //depot/perl@23083
utf8.c