Skip to content

Commit

Permalink
Support charset option for PlantUNL
Browse files Browse the repository at this point in the history
Use as charset for PlantUML the same character set as de INPUT_ENCODING of the input source
  • Loading branch information
albert-github committed Sep 7, 2014
1 parent af14bab commit ed0da5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plantuml.cpp
Expand Up @@ -79,6 +79,7 @@ void generatePlantUMLOutput(const char *baseName,const char *outDir,PlantUMLOutp
pumlArgs+=" \"";
pumlArgs+=baseName;
pumlArgs+=".pu\" ";
pumlArgs+="-charset " + Config_getString("INPUT_ENCODING") + " ";
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 ed0da5f

Please sign in to comment.