Message-ID: <
20000903051206.A5909@cerebro.laendle>
p4raw-id: //depot/perl@7021
Returns true if first C<len> bytes of the given string form valid a UTF8
string, false otherwise.
- bool_utf8_string U8 *s(STRLEN len)
+ is_utf8_string U8 *s(STRLEN len)
=for hackers
Found in file utf8.c
}
/*
-=for apidoc Am|bool_utf8_string|U8 *s|STRLEN len
+=for apidoc Am|is_utf8_string|U8 *s|STRLEN len
Returns true if first C<len> bytes of the given string form valid a UTF8
string, false otherwise.