Hi,
I had developed a site with CA, where page display Chinese characters. Now I
switched to CA::FastCGI, all Chinese characters couldn't be displayed. Does
CGI::Application::FastCGI support non-ascii Charset? Below is how I set
charset.
sub setup {
my $self = shift;
$self->mode_param(
path_info => 1,
param => 'rm',
);
$self->query->header(-charset=>'gb2312',-type=>"text/html");
}
Your help would be greately appreciated!
Juwei Zhang
##### CGI::Application community mailing list ################
## ##
## To unsubscribe, or change your message delivery options, ##
## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ##
## ##
## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ##
## Wiki: http://cgiapp.erlbaum.net/ ##
## ##
################################################################