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 739680 - Using HTML entities in PROJECT_NAME in LaTeX output
Using HTML entities in PROJECT_NAME in LaTeX output
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: documentation
1.8.8
Other All
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2014-11-05 18:55 UTC by albert
Modified: 2015-07-15 13:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Input, config file and output for case (139.48 KB, application/octet-stream)
2014-11-05 18:55 UTC, albert
Details

Description albert 2014-11-05 18:55:19 UTC
Created attachment 290045 [details]
Input, config file and output for case

In case a HTML entity (like ®) is used in the PROJECT_NAME than this is shown properly in the HTML output, also in the page footer (as it is a HTML entity). When looking at the LaTeX output on the cover page the HTML entity is translated but not in the footer of the page.

Seen the table with HTML-entities and their translations for the different output formats it would be good that the PROJECT_NAME would be translated everywhere where the PROJECT_NAME is used.
Comment 1 albert 2015-01-11 18:57:57 UTC
I just pushed a proposed solution th github (pull request 290)
Comment 2 albert 2015-01-25 09:21:14 UTC
Code has been integrated in github.
Comment 3 Dimitri van Heesch 2015-06-27 19:01:50 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.10. 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).
Comment 4 albert 2015-07-15 13:50:47 UTC
HTML entries are shown properly.