6

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.

pconcepcion
  • 5,591
  • 5
  • 35
  • 53
Marwroc
  • 131
  • 2
  • 5

2 Answers2

8

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.

Chris
  • 44,602
  • 16
  • 137
  • 156
peva
  • 81
  • 1
  • 2
1

Change the encoding exactly here

albert
  • 8,285
  • 3
  • 19
  • 32
Bilal
  • 1,254
  • 13
  • 14