Skip to content

Commit

Permalink
Bug 759622 - problems with charset using plantuml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Dec 20, 2015
1 parent f836266 commit 165498d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plantuml.cpp
Expand Up @@ -96,7 +96,7 @@ void generatePlantUMLOutput(const char *baseName,const char *outDir,PlantUMLOutp
pumlArgs+=" \"";
pumlArgs+=baseName;
pumlArgs+=".pu\" ";
pumlArgs+="-charset " + Config_getString("INPUT_ENCODING") + " ";
pumlArgs+="-charset UTF-8 ";
int exitCode;
//printf("*** running: %s %s outDir:%s %s\n",pumlExe.data(),pumlArgs.data(),outDir,outFile);
msg("Running PlantUML on generated file %s.pu\n",baseName);
Expand Down

0 comments on commit 165498d

Please sign in to comment.