[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Andrej Bauer <Andrej.Bauer@a...> |
| Subject: | Re: [Caml-list] ocamldoc charset specification? |
Maxence Guesdon wrote: >> 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. > > Two solutions: > 1) make a string replacement after the generation of html files. This is (a) ugly and (b) as I said I am not recoding anything, I just need to put info in the document HEAD. I suppose I could use string relpacement for that... > 2) create a custom ocamldoc generator with a geenrator class inheriting from > the standard html generator and change the part where the encoding is > generated. Ah, this sounds like an option. Thanks for the idea, I will look into it. Andrej