[Catalyst-commits] r11367 - Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Sep 16 10:20:34 GMT 2009


Author: t0m
Date: 2009-09-16 10:20:34 +0000 (Wed, 16 Sep 2009)
New Revision: 11367

Modified:
   Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Components.pod
Log:
Fix unicode plugin docs in -Manual

Modified: Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Components.pod
===================================================================
--- Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Components.pod	2009-09-15 20:48:19 UTC (rev 11366)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Components.pod	2009-09-16 10:20:34 UTC (rev 11367)
@@ -409,14 +409,18 @@
 An interface to the L<HTML::SuperForm> module, enabling easy HTML form
 creation.
 
-=head2 L<Catalyst::Plugin::Unicode>
+=head2 L<Catalyst::Plugin::Unicode::Encoding>
 
 Provides a Unicode-aware Catalyst. On request, it decodes all params from
 UTF-8 octets into a sequence of logical characters. On response, it encodes
 the body into UTF-8 octets.
 
-=head2 L<Catalyst::Plugin::Unicode::Encoding>
+=head2 L<Catalyst::Plugin::Unicode>
 
+Disrecommended plugin which tries to autodetect the uft8ness of the output
+and do the correct thing. This may work in some cases, but if it helps,
+you've already painted yourself into a corner - try to avoid!
+
 =head2 L<Catalyst::Plugin::Upload::Basename>
 
 =head2 L<Catalyst::Plugin::Upload::MD5>




More information about the Catalyst-commits mailing list