mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 19:37:35 +00:00
LibPDF: Add an encoding test file
For now, this uses UTF-16BE and UTF-8 marked strings in page body text. These markings should be ignored in body text. Hand-written, with `set fenc=latin1` and `set binary` in vim, and xref etc fixed up by running mutool clean Tests/LibPDF/encoding.pdf Tests/LibPDF/encoding.pdf as usual.
This commit is contained in:
parent
4c6afd4763
commit
65b895595a
2 changed files with 49 additions and 0 deletions
|
@ -9,6 +9,7 @@ endforeach()
|
|||
set(TEST_FILES
|
||||
colorspaces.pdf
|
||||
complex.pdf
|
||||
encoding.pdf
|
||||
encryption_nocopy.pdf
|
||||
linearized.pdf
|
||||
non-linearized.pdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue