After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 617871 - Directories with non-ascii characters are not handled properly on Windows
Directories with non-ascii characters are not handled properly on Windows
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.6.3
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-05-06 09:02 UTC by tsansoni
Modified: 2010-06-15 11:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description tsansoni 2010-05-06 09:02:09 UTC
Hello,

I am using Doxygen 1.6.3 and it is impossible to me to give a directory with a french accent.

My project is in a directory called : Galilée 2000 and in the INPUT tag this name crashed the software. I have this message :

Warning: tag INPUT: input source `../Galilée 2000/Galilée 2000' does not exist
Warning: source ../Galilée 2000/Galilée 2000 is not a readable file or directory... skipping.
*** Doxygen has finished

Could someone help me or give me a tip.

Thanks
Comment 1 Dimitri van Heesch 2010-06-11 11:17:24 UTC
The problem is that on Windows (unlike Linux or MacOSX), the stdio functions (fopen and friends) cannot handle UTF-8 encoded strings, which doxygen uses internally. I'll have to use the wide characters versions (i.e. _wfopen) and do a proper UTF-8 to UCS2 conversion internally. Should work in the next release.
Comment 2 Dimitri van Heesch 2010-06-15 11:21:49 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.0. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.