Re: [Doxygen-develop] feature request: utf encoding
Brought to you by:
dimitri
From: <pm...@fr...> - 2006-11-26 20:55:19
|
On Sat, 25 Nov 2006, Jens Seidel wrote: > Using UTF-8 per default would also allow to drop the stupid Use Windows > encoding option in the config file. Or even better: instead of USE_WINDOWS_ENCODING = yes/no something like USE_ENCODING = utf-8/iso-8859-1/iso-8859-15/etc. (default = utf-8) > /*! return the language charset. This will be used for the HTML output */ > virtual QCString idLanguageCharset() > { > - return "iso-8859-1"; > + return "UTF-8"; > } Thanks! For the time being, I'll use this part of your patch. Cheers, Peter -- http://pmrb.free.fr/contact/ |