From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 2C5F0BB9A for ; Thu, 27 Oct 2005 12:43:22 +0200 (CEST) Received: from haka.fmf.uni-lj.si (haka.fmf.uni-lj.si [193.2.67.18]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j9RAhLvJ021140 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Thu, 27 Oct 2005 12:43:22 +0200 Received: from localhost ([127.0.0.1] ident=andrej) by haka.fmf.uni-lj.si with esmtp (Exim 4.50) id 1EV5E7-0001an-RF for caml-list@yquem.inria.fr; Thu, 27 Oct 2005 12:43:20 +0200 Message-ID: <4360AF46.7060201@andrej.com> Date: Thu, 27 Oct 2005 12:43:18 +0200 From: Andrej Bauer User-Agent: Debian Thunderbird 1.0.2 (X11/20050331) X-Accept-Language: en-us, en MIME-Version: 1.0 To: caml-list@yquem.inria.fr Subject: ocamldoc charset specification? Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: Andrej.Bauer@andrej.com X-SA-Exim-Scanned: No (on haka.fmf.uni-lj.si); SAEximRunCond expanded to false X-Miltered: at nez-perce with ID 4360AF49.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; andrej:01 andrej:01 ocamldoc:01 ocamldoc:01 css:98 directive:02 encoding:02 encoding:02 generated:05 specify:06 recode:07 file:08 file:08 bauer:09 bauer:09 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 Is it possible to tell ocamldoc that the generated HTML files should specify that they are encoded in a given charset (in my case iso-8859-2)? Or is there a way to tell in a CSS stylesheet that the encoding of the HTML file is iso-8859-2? If neither of the above is possible, what is a reasonable solution? I would like to avoid the use of .htaccess and DefaultCharset directive, if possible. Note: I am not asking for ocamldoc to recode from one charset to another, just to put information about the encoding in the html file. Andrej