[cgiapp] Does CGI::Application::FastCGI support non-ascii Charset?

Juwei Zhang zhlian94 at yahoo.com
Sun Jan 2 18:06:39 EST 2011


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 


      


More information about the cgiapp mailing list