albert-github

Results 1742 comments of albert-github

Using characters like `` in directory / file names is asking for problems (redirection). Looks like the `` characters are translated into the octal sequences: `357 200 274` and `357...

@randolf thanks for the suggestion, looks like the problem is native windows related, when using Cygwin it looks like al is OK.

I've been looking into the problem a bit and the `filesystem` routines (`ghc` as well as `std`) on windows give the mentioned character sequences back. (a similar sequence is given...

The issue is about XML but on windows I see in the HTML version still some strange signs (see also the analysis at https://github.com/doxygen/doxygen/issues/11524#issuecomment-2768719371 and https://github.com/doxygen/doxygen/issues/11524#issuecomment-2812647549): ![Image](https://github.com/user-attachments/assets/de83b29b-c258-4ee3-b95e-a6a64a7eb4cf), and also in...

An issue that also has to do with file names is #9813

Code has been integrated in master on GitHub (please don't close the issue as this will be done at the moment of an official release).

It looks nice to get automatic crash reports but a good crash report for doxygen will, normally, also have to include the used source code and this is quite often...

This looks like to me a duplicate of issues #6337, #8764 and #11702

@doxygen I'll have a look (not today though).