Skip to content

Commit bee051e

Browse files
committed
SWS-572
1 parent 86934e2 commit bee051e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.springframework.oxm/src/main/java/org/springframework/oxm/jibx/JibxMarshaller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public class JibxMarshaller extends AbstractMarshaller implements InitializingBe
8585

8686
private int indent = -1;
8787

88-
private String encoding;
88+
private String encoding = "UTF-8";
8989

9090
private Boolean standalone;
9191

0 commit comments

Comments
 (0)