Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Energy ADE
ADE Xjc
Commits
a1abbf48
Commit
a1abbf48
authored
Apr 02, 2017
by
Claus Nagel
Browse files
use UTF-8 encoding for generated classes
parent
80cfe70c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/citygml4j/ade_xjc/ADE_XJC.java
View file @
a1abbf48
...
@@ -209,7 +209,7 @@ public class ADE_XJC {
...
@@ -209,7 +209,7 @@ public class ADE_XJC {
JCodeModel
code
=
model
.
generateCode
(
null
,
listener
);
JCodeModel
code
=
model
.
generateCode
(
null
,
listener
);
// write classes using a header comment
// write classes using a header comment
PrologCodeWriter
writer
=
new
PrologCodeWriter
(
new
FileCodeWriter
(
outputFolder
),
PrologCodeWriter
writer
=
new
PrologCodeWriter
(
new
FileCodeWriter
(
outputFolder
,
"UTF-8"
),
"Generated with ade-xjc - XML Schema binding compiler for CityGML ADEs, version "
+
this
.
getClass
().
getPackage
().
getImplementationVersion
()
+
"\n"
"Generated with ade-xjc - XML Schema binding compiler for CityGML ADEs, version "
+
this
.
getClass
().
getPackage
().
getImplementationVersion
()
+
"\n"
+
"ade-xjc is part of the citygml4j project, see https://github.com/citygml4j\n"
+
"ade-xjc is part of the citygml4j project, see https://github.com/citygml4j\n"
+
"Any modifications to this file will be lost upon recompilation of the source\n"
+
"Any modifications to this file will be lost upon recompilation of the source\n"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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