Mercurial > pub > Impl
diff Lib/IMPL/Web/CGIApplication.pm @ 328:63709a4e6da0
Security framework refactoring
author | cin |
---|---|
date | Mon, 03 Jun 2013 03:28:01 +0400 |
parents | 546957c50a36 |
children |
line wrap: on
line diff
--- a/Lib/IMPL/Web/CGIApplication.pm Thu May 30 20:31:37 2013 +0400 +++ b/Lib/IMPL/Web/CGIApplication.pm Mon Jun 03 03:28:01 2013 +0400 @@ -21,7 +21,7 @@ my $query = CGIWrapper->new(); - $query->charset($this->requestCharset) if $this->requestCharset; + $query->charset('utf-8'); $this->ProcessRequest($query); }