mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-16 09:37:08 +00:00
Replace the 8-bit characters with \x.. in QPDFWriter.cc
This just makes it safer to pull up this file in an editor.
This commit is contained in:
parent
6c0af0844c
commit
bf059a6001
@ -1764,7 +1764,7 @@ QPDFWriter::writeHeader()
|
|||||||
writeString(version);
|
writeString(version);
|
||||||
// This string of binary characters would not be valid UTF-8, so
|
// This string of binary characters would not be valid UTF-8, so
|
||||||
// it really should be treated as binary.
|
// it really should be treated as binary.
|
||||||
writeString("\n%¿÷¢þ\n");
|
writeString("\n%\xbf\xf7\xa2\xfe\n");
|
||||||
writeStringQDF("%QDF-1.0\n\n");
|
writeStringQDF("%QDF-1.0\n\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user