mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-09 19:29:34 +08:00
fix
This commit is contained in:
parent
b19b5a6054
commit
d9acc8eeb3
@ -12,7 +12,6 @@ func TestPDFDocEncodingDecode(t *testing.T) {
|
||||
{[]byte{0x47, 0x65, 0x72, 0xfe, 0x72, 0xfa, 0xf0, 0x75, 0x72}, "Gerþrúður"},
|
||||
{[]byte("Ger\xfer\xfa\xf0ur"), "Gerþrúður"},
|
||||
}
|
||||
v := []byte{0x47, 0x65, 0x72, 0xfe, 0x72, 0xfa, 0xf0, 0x75, 0x72}
|
||||
|
||||
for _, testcase := range testcases {
|
||||
str := PDFDocEncodingToString(testcase.Encoded)
|
||||
|
Loading…
x
Reference in New Issue
Block a user