Use UTF-16BE encoding when required

Fix #2
This commit is contained in:
Paul van Brouwershaven
2023-03-10 09:07:27 +01:00
parent 7fd1d3df69
commit 4fb6fafba6
4 changed files with 115 additions and 8 deletions

5
go.mod
View File

@@ -4,8 +4,9 @@ go 1.17
require (
github.com/digitorus/pdf v0.1.2
github.com/digitorus/pkcs7 v0.0.0-20221212123742-001c36b64ec3
github.com/digitorus/timestamp v0.0.0-20221118121739-0faba6f30e54
github.com/digitorus/pkcs7 v0.0.0-20230220124406-51331ccfc40f
github.com/digitorus/timestamp v0.0.0-20230220124323-d542479a2425
github.com/mattetti/filebuffer v1.0.1
golang.org/x/crypto v0.7.0
golang.org/x/text v0.8.0
)