From bf059a60010f5c9a75c03c0fb97a15af3f01c444 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 23 Jun 2012 08:59:12 -0400 Subject: Replace the 8-bit characters with \x.. in QPDFWriter.cc This just makes it safer to pull up this file in an editor. --- libqpdf/QPDFWriter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf/QPDFWriter.cc') diff --git a/libqpdf/QPDFWriter.cc b/libqpdf/QPDFWriter.cc index 3a08c726..71549ff4 100644 --- a/libqpdf/QPDFWriter.cc +++ b/libqpdf/QPDFWriter.cc @@ -1764,7 +1764,7 @@ QPDFWriter::writeHeader() writeString(version); // This string of binary characters would not be valid UTF-8, so // it really should be treated as binary. - writeString("\n%¿÷¢þ\n"); + writeString("\n%\xbf\xf7\xa2\xfe\n"); writeStringQDF("%QDF-1.0\n\n"); } -- cgit v1.2.3-54-g00ecf