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 662286 - TCL: Umlauts wrong or no character
TCL: Umlauts wrong or no character
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: build
1.7.5.1
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-10-20 12:15 UTC by John Wayne
Modified: 2012-02-25 15:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Config and TCL-file (16.00 KB, application/x-tar)
2011-10-20 12:15 UTC, John Wayne
Details
tcl scanner implementation (64.99 KB, application/octet-stream)
2011-12-29 21:25 UTC, r.zaumseil
Details
tcl scanner implementation (65.10 KB, text/plain)
2012-01-02 22:36 UTC, r.zaumseil
Details

Description John Wayne 2011-10-20 12:15:30 UTC
Created attachment 199516 [details]
Config and TCL-file

In many descriptions the umlauts aren't correct.
Only in file (brief and details) and namespace (details) the umlauts are ok.
Comment 1 John Wayne 2011-10-21 14:44:55 UTC
When I have more than one umlauts in the file Description, for every next umlauts disappears one of the last character at the end of the detail description.
Comment 2 r.zaumseil 2011-12-29 21:25:04 UTC
Created attachment 204330 [details]
tcl scanner implementation

Good catch. After using QCString inside it should now work.
I also added parsing for some tcl commands (if,for,foreach,while)

The new scanner recognize only ## not followed by a third #
as starting point of doxygen comments (see bug #662289)
Comment 3 Dimitri van Heesch 2011-12-29 23:08:27 UTC
Thanks, I'll include the patch in the next subversion update.
Comment 4 r.zaumseil 2012-01-02 22:36:13 UTC
Created attachment 204475 [details]
tcl scanner implementation

Fixed wrong usage of procedures in global namespace.
Comment 5 Dimitri van Heesch 2012-01-03 08:30:38 UTC
Ok, I'll include it.

Note that you can also attach a patch (using svn diff file, or diff -u file.org file.new) instead of the complete source file. A patch is more compact and makes it clearer what has changed.
Comment 6 Dimitri van Heesch 2012-02-25 15:37:33 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.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.