GNOME Bugzilla – Bug 662286
TCL: Umlauts wrong or no character
Last modified: 2012-02-25 15:37:33 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.
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.
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)
Thanks, I'll include the patch in the next subversion update.
Created attachment 204475 [details] tcl scanner implementation Fixed wrong usage of procedures in global namespace.
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.
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.