From: Tomas Doran Date: Wed, 16 Sep 2009 10:20:34 +0000 (+0000) Subject: Fix unicode plugin docs in -Manual X-Git-Tag: v5.8005~106 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=5521f1795020aaa20ef63f430a999498d23fbec8 Fix unicode plugin docs in -Manual --- diff --git a/lib/Catalyst/Manual/Components.pod b/lib/Catalyst/Manual/Components.pod index c8133f1..77555a4 100644 --- a/lib/Catalyst/Manual/Components.pod +++ b/lib/Catalyst/Manual/Components.pod @@ -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