Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
c9a69180
Commit
c9a69180
authored
Sep 16, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #225 from albert-github/feature/plantuml_charset
Support charset option for PlantUML
parents
3a0070cd
ed0da5fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
plantuml.cpp
src/plantuml.cpp
+1
-0
No files found.
src/plantuml.cpp
View file @
c9a69180
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment