X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FComponents.pod;h=88cbb047124c27d8fa9949a764973f29d124af1f;hb=a19ac5d7df63ee6755bed14ea637e00a3e40994b;hp=c8133f146390f85dc21b4af7a563720d0572f390;hpb=46a5f2f5cf41f746d2a20ce0b64b6112f5283ac3;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Components.pod b/lib/Catalyst/Manual/Components.pod index c8133f1..88cbb04 100644 --- a/lib/Catalyst/Manual/Components.pod +++ b/lib/Catalyst/Manual/Components.pod @@ -1,6 +1,6 @@ =head1 NAME -Catalyst::Manual::Component - Reuseable components for Catalyst applications +Catalyst::Manual::Components - Reuseable components for Catalyst applications =head1 DESCRIPTION @@ -409,13 +409,17 @@ for portal software and such. An interface to the L module, enabling easy HTML form creation. -=head2 L +=head2 L 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 +=head2 L + +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