Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directories with non-ascii characters are not handled properly on Windows (Origin: bugzilla #617871) #3766

Closed
doxygen opened this issue Jul 2, 2018 · 2 comments

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

status RESOLVED severity normal in component general for ---
Reported in version 1.6.3 on platform Other
Assigned to: Dimitri van Heesch

On 2010-05-06 09:02:09 +0000, tsansoni@beo.fr wrote:

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

On 2010-06-11 11:17:24 +0000, Dimitri van Heesch wrote:

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.

On 2010-06-15 11:21:49 +0000, Dimitri van Heesch wrote:

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.

@doxygen doxygen closed this as completed Jul 2, 2018
@MarioBosse
Copy link

Not fixed in 1.10

@albert-github
Copy link
Collaborator

Special characters in directory names / file names as used by French / German users are quite hard to reproduce as they most of the time depend on a number of, local, settings that are not reproducible on systems that don't use these settings or different settings (on *nix e.g LC_CTYPE).

  • Which OS are you using?
  • What are the environment settings (Windows and *nix) result of the set command.
  • To see the directory file names etc.: Can you please attach a, small, self contained example (source+configuration file in a, compressed, tar or zip file!) that allows us to reproduce the problem? Please don't add external links as they might not be persistent (also references to GitHub repositories are considered non persistent).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants