GNOME Bugzilla – Bug 759622
problems with charset using plantuml
Last modified: 2015-12-30 10:19:42 UTC
Created attachment 317621 [details] example to show the bug The charset of my source files is windows-1252. I have PlantUML diagrams descriptions in the source file, inside doxygen comments. In the doxygen configuration, I set INPUT_ENCODING to windows-1252. The doxygen documentation is generated well, but PlantUML diagrams have bad characteres. Looking for the problem, I have found that the file generated with the PlantUML diagram description (inline_umlgraph_1.pu) uses UTF-8 encoding. But PlantUML is executed with the charset defined in INPUT_ENCODING (windows-1252 in my case), generating a bad graph. ( line 82 in file src/plantuml.cpp : pumlArgs+="-charset " + Config_getString("INPUT_ENCODING") + " "; ) If intermediate files *.pu are generated in UTF-8, then PlantUML must be executed with the option -charset UTF-8, not with the INPUT_ENCODING
Confirmed. Should be fixed in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.11. 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).