Skip Menu |

This queue is for tickets about the CGI-Session CPAN distribution.

Report information
The Basics
Id: 43032
Status: resolved
Priority: 0/
Queue: CGI-Session

People
Owner: Nobody in particular
Requestors: vlan254 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Improve the documentation of the method header()
Perhaps more detailed explanation in the documentation for the method header() (and others) would be nice. My exact problem was to print a cookie before processing t.t. templates in utf-8 The solution is as simple as add: print $session->header( charset => 'utf-8' ); A lot of thanks for all, and keep the good job.
Subject: Re: [rt.cpan.org #43032] Improve the documentation of the method header()
Date: Fri, 06 Feb 2009 11:05:57 +1100
To: bug-CGI-Session [...] rt.cpan.org
From: Ron Savage <ron [...] savage.net.au>
Hi vlan254 On Wed, 2009-02-04 at 15:54 -0500, vlan254 via RT wrote: Show quoted text
> print $session->header( charset => 'utf-8' );
I've checked into SVN 2 changes to the docs: o Add a comment based on yours under the discussion of header() o Add a similar comment and a cross-reference under the discussion of UTF8 It's unlikely these small changes would justify a new release. -- Ron Savage ron@savage.net.au http://savage.net.au/index.html
I assume the doc changes mentioned in the last post are adequate, so I'm reclassifying this one as resolved.