[Varnish] #545: synthetic screws national characters

Varnish varnish-bugs at projects.linpro.no
Thu Aug 27 10:32:23 CEST 2009


#545: synthetic screws national characters
----------------------+-----------------------------------------------------
 Reporter:  kolo      |       Owner:  phk
     Type:  defect    |      Status:  new
 Priority:  normal    |   Milestone:     
Component:  varnishd  |     Version:  2.0
 Severity:  normal    |    Keywords:     
----------------------+-----------------------------------------------------
 part of vlc:
 {{{
         set obj.http.Content-Type = "text/html; charset=utf-8";
         synthetic {"
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
         <meta http-equiv="content-type" content="text/html;
 charset=utf-8">
         <meta name="robots" content="nofollow,noindex">
         <meta http-equiv="cache-control" content="no-cache">
 </head>
 <body>
         <div id="main">
                         Děkujeme za pochopení, Tým
                 </p>
         </div>
 </body>
 </html>

         "};

 }}}

 returned from browser:
 {{{
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
         <meta http-equiv="content-type" content="text/html;
 charset=utf-8">
         <meta name="robots" content="nofollow,noindex">
         <meta http-equiv="cache-control" content="no-cache">
 </head>
 <body>
         <div id="main">
                         D�77777704�77777633kujeme za
 pochopen�77777703�77777655,
 T�77777703�77777675m
                 </p>
         </div>

 </body>
 </html>
 }}}

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/545>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list