Juha Heinanen schrieb: > Juha Heinanen writes: > > > i don't know how the charset detection is supposed to work, but > > > > <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> > > > > at the beginning of the docs does not seem to suffice. > > i haven't checked, but perhaps openser.org web server is adding utf-8 > header in the http reply that overrides the above charset definition?
yes, it does (can be easily viewed with Webdeveloper Extension) : Response Headers - http://www.openser.org/docs/modules/devel/domain.html Date: Mon, 31 Mar 2008 13:01:49 GMT Server: Apache/2.2.3 (Debian) PHP/5.2.0-8+etch10 mod_ssl/2.2.3 OpenSSL/0.9.8c Last-Modified: Thu, 20 Mar 2008 08:19:44 GMT Etag: "7601ab-3785-82bc800" Accept-Ranges: bytes Content-Length: 14213 Content-Type: text/html; charset=UTF-8 200 OK _______________________________________________ Devel mailing list [email protected] http://lists.openser.org/cgi-bin/mailman/listinfo/devel
