Re: [Doxygen-develop] INPUT_ENCODING does not work on example files
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2002-10-03 17:45:50
|
On Thu, Oct 03, 2002 at 07:26:36PM +0400, Andrew Zabolotny wrote: > 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... I was thinking about this solution as well. It's good to know that you already tried it and it worked ;-) Regards, Dimitri |