Skip Menu |

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

Report information
The Basics
Id: 15350
Status: resolved
Priority: 0/
Queue: CGI-Ajax

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

Bug Information
Severity: Normal
Broken in: 0.6
Fixed in: (no value)



Subject: about charset
the result of ajax request always use the charset of iso-8859-1. that is because: in sub handle_request,you write: my $rv = $self->cgi()->header(); you can use the headers passed to sub build_html.
Hi Please try the latest version, 0.641. This problem has been fixed. Thanks and let me know if you have any more difficulties with CGI::Ajax BCT [guest - Thu Oct 27 22:33:58 2005]: Show quoted text
> the result of ajax request always use the charset of iso-8859-1. > > that is because: in sub handle_request,you write: > my $rv = $self->cgi()->header(); > > you can use the headers passed to sub build_html.