Merge pull request #899 from asdf00000/patch-1

fix encoding error in ZUGFeRDInvoiceImporter.java
This commit is contained in:
Jochen Staerk
2025-08-11 09:46:00 +02:00
committed by GitHub

View File

@@ -1234,7 +1234,7 @@ public class ZUGFeRDInvoiceImporter {
bomlessData = rawXML;
}
return new String(bomlessData);
return new String(bomlessData, StandardCharsets.UTF_8);
}
/***