Change 15183 by ams@lustre on 2002/03/12 04:12:30

           Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
           From: Autrijus Tang <[EMAIL PROTECTED]>
           Date: Tue, 12 Mar 2002 13:05:53 +0800
           Message-Id: <[EMAIL PROTECTED]>
           (Only doc hunk applied, supplementing #15182.)

Affected files ...

.... //depot/perl/ext/Encode/Encode.pm#70 edit

Differences ...

==== //depot/perl/ext/Encode/Encode.pm#70 (text) ====
Index: perl/ext/Encode/Encode.pm
--- perl/ext/Encode/Encode.pm.~1~       Mon Mar 11 21:15:05 2002
+++ perl/ext/Encode/Encode.pm   Mon Mar 11 21:15:05 2002
@@ -458,7 +458,9 @@
 
 =item 2. As an object
 
-Encoding objects are returned by C<find_encoding($name)>.
+Encoding objects are returned by C<find_encoding($name, [$skip_external])>.
+If the second parameter is true, Encode will refrain from loading external
+modules for CJK encodings.
 
 =back
 
End of Patch.

Reply via email to