I have some comments, which are written in multiple languages, here are the comments:
/**
* \brief Norwegian
*
* Norwegian Bokmål.
*
*/
I use doxygen to generate the docuementation. In the doxygen configuration file, the value for OUTPUT_LANGUAGE is English.
In the generated documentation, “Bokmål” is not displayed corrected, which is:
Norwegian Bokm�l.
Does anybody know a way to display “Bokmål” correctly?
Thanks in advance!
It is probably a matter of setting the right input encoding in the configuration file, i.e.
Default encoding is UTF-8.