blob: 9ab9a02b96a4ec3ad4946201a6eab12f5579806f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/export.cpp.orig 2013-10-03 09:22:51 UTC
+++ src/export.cpp
@@ -464,7 +464,7 @@ void SaveToPDF(SciDoc*sci, FILE *fp)
}
// start to write PDF file here (PDF1.4Ref(p63))
// ASCII>127 characters to indicate binary-possible stream
- oT->write("%PDF-1.3\n%�쏢\n");
+ oT->write("%PDF-1.3\n%\267\276\255\252\n");
styleCurrent = STYLE_DEFAULT;
// build objects for font resources; note that font objects are
|