X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Futf8.pm;h=ac73aa180665c706d72b2150a924e56d7694a5bb;hb=50109ad0d28b27abe5ee82def070e14b4526321c;hp=f8c1c1033ae46b3d2b96cfd463cbd5ef8d369495;hpb=2575c402a8f9be55f848bdfb219afbf912c50ac1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/utf8.pm b/lib/utf8.pm index f8c1c10..ac73aa1 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -130,9 +130,6 @@ B Therefore Encode is recommended for the general purposes; see also L. -B this function is experimental and may change or be removed -without notice. - =item * utf8::encode($string) Converts in-place the character sequence to the corresponding octet @@ -155,9 +152,6 @@ B Therefore Encode is recommended for the general purposes; see also L. -B this function is experimental and may change or be removed -without notice. - =item * $flag = utf8::is_utf8(STRING) (Since Perl 5.8.1) Test whether STRING is in UTF-8 internally. @@ -179,10 +173,10 @@ cleared. See L for more on the UTF8 flag and the C API functions C, C, C, and C, which are wrapped by the Perl functions C, C, C and -C. Note that in the Perl 5.8.0 and 5.8.1 implementation -the functions utf8::is_utf8, utf8::valid, utf8::encode, utf8::decode, -utf8::upgrade, and utf8::downgrade are always available, without a -C statement-- this may change in future releases. +C. Also, the functions utf8::is_utf8, utf8::valid, +utf8::encode, utf8::decode, utf8::upgrade, and utf8::downgrade are +actually internal, and thus always available, without a C +statement. =head1 BUGS