Re: feature request: utf encoding
Peter Münster <[email protected]>
| Newsgroups | gmane.text.doxygen.devel |
|---|---|
| Message-ID | <[email protected]> |
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/
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV