Merge pull request #899 from asdf00000/patch-1
fix encoding error in ZUGFeRDInvoiceImporter.java
This commit is contained in:
@@ -1234,7 +1234,7 @@ public class ZUGFeRDInvoiceImporter {
|
||||
bomlessData = rawXML;
|
||||
}
|
||||
|
||||
return new String(bomlessData);
|
||||
return new String(bomlessData, StandardCharsets.UTF_8);
|
||||
}
|
||||
|
||||
/***
|
||||
|
||||
Reference in New Issue
Block a user