[Doxygen-develop] INPUT_ENCODING does not work on example files
Brought to you by:
dimitri
From: Andrew Z. <an...@ma...> - 2002-10-03 15:25:46
|
Hello! As I have mentioned a couple of days ago on the doxygen-users list, I've encountered a Bad Thing {tm} in doxygen: INPUT_ENCODING does not have effect on example files. Nobody replied, thus I've decided I'm the first one with this problem. So I took the sources and digged ahead... That's what I've found: if we change line 350 of doc.l to look this way: currentIncludeFile=fileToString(fd->absFilePath(),Config_getBool ("FILTER_SOURCE_FILES")); and also the line 387 to look like this: od.codify(fileToString(fd->absFilePath(),Config_getBool("FILTER_SOURCE_FILES")) +"\n"); my problem is gone. I don't know whether this is the best solution (not sure what for includeFile() and verbIncludeFile are used for...) but I think the developers should take a look at this... Greetings, _\ndy |