Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

r27366 - docs/Perl6/Spec/S32-setting-library

0 views
Skip to first unread message

pugs-c...@feather.perl6.nl

unread,
Jul 2, 2009, 1:42:40 PM7/2/09
to perl6-l...@perl.org
Author: moritz
Date: 2009-07-02 19:42:40 +0200 (Thu, 02 Jul 2009)
New Revision: 27366

Modified:
docs/Perl6/Spec/S32-setting-library/Str.pod
Log:
[S32/Str] The return type of Str.encode is as specific as possible

Modified: docs/Perl6/Spec/S32-setting-library/Str.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Str.pod 2009-07-02 17:42:33 UTC (rev 27365)
+++ docs/Perl6/Spec/S32-setting-library/Str.pod 2009-07-02 17:42:40 UTC (rev 27366)
@@ -245,7 +245,9 @@
our Buf multi method encode($encoding = $?ENC, $nf = $?NF)

Returns a C<Buf> which represents the original string in the given encoding
-and normal form.
+and normal form. The actual return type is as specific as possible, so
+C<$str.encode('UTF-8')> returns an C<utf8> object,
+C<$str.encode('ISO-8859-1')> a C<buf8>.

=item index

0 new messages