Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Doxygen, doxywizard encoding problem

I work under Windows XP and I'm using Doxygen (actually Doxywizard) to create documentation.

I have a problem with encoding. In Doxywizard's bookmark expert->proect->DOXYFILE_ENCODING I wrote cp1250 (I've tried also Windows-1250) but it still doesn't work and i do not get properly text.

I work in QtCreator.

Thanks for your help.

like image 949
Marwroc Avatar asked May 04 '11 15:05

Marwroc


2 Answers

Maybe you should use INPUT_ENCODING instead of DOXYFILE_Encoding. DOXYFILE_ENCODING is just the enconding for the config file and I guess you do not edit that manually since you are using the wizard.

like image 86
peva Avatar answered Sep 20 '22 10:09

peva


Change the encoding exactly here

like image 38
Bilal Avatar answered Sep 19 '22 10:09

Bilal