1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 17:17:45 +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:
Nico Weber 2023-11-21 19:55:39 -05:00 committed by Andrew Kaster
parent 4c6afd4763
commit 65b895595a
2 changed files with 49 additions and 0 deletions

View file

@ -9,6 +9,7 @@ endforeach()
set(TEST_FILES
colorspaces.pdf
complex.pdf
encoding.pdf
encryption_nocopy.pdf
linearized.pdf
non-linearized.pdf