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

Bad character escaping scheme in HTML anchor generation. (Origin: bugzilla #765001) #5982

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

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

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

Original attachment names and IDs:

On 2016-04-13 16:06:14 +0000, Christoph Lipka wrote:

The current mechanism of escaping special characters to create HTML anchor names (at least when converting from index words) uses the format ":HH", where HH are hexadecimal digits.

This format is unsited when Compiled HTML Help output is enabled, as the help viewer gags on colons in anchor names.

On 2016-04-17 16:49:24 +0000, albert wrote:

Can you please attach a self-contained example (source+config file in a tar or zip) that allows us to reproduce the problem?

On 2016-04-27 00:12:59 +0000, Christoph Lipka wrote:

Created attachment 326812
Self-contained example demonstrating the problem.

On 2016-04-27 00:22:39 +0000, Christoph Lipka wrote:

I've figured out by now that the problem can be solved without modifying the general HTML output, by substituting colons within anchor names in the index.hhk with "%3A".

I'll submit a corresponding pull request within the next few hours.

On 2016-05-16 10:43:00 +0000, Dimitri van Heesch wrote:

Thanks, I've merged the pull request

On 2016-09-05 13:45:38 +0000, Dimitri van Heesch wrote:

This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.12. 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 (preferably in the form of a self-contained example).

On 2016-09-05 14:07:23 +0000, Christoph Lipka wrote:

The fix seems to be working in 1.8.12, thanks.

@doxygen doxygen closed this as completed Jul 2, 2018
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

1 participant