mirror of
https://github.com/simon987/antiword.git
synced 2025-04-10 13:06:41 +00:00
Workaround for UTF8 .doc files
This commit is contained in:
parent
eb8d737eea
commit
62ae66db99
@ -25,4 +25,5 @@ target_compile_options(
|
|||||||
-Ofast
|
-Ofast
|
||||||
-g
|
-g
|
||||||
-DNDEBUG
|
-DNDEBUG
|
||||||
|
-fPIE
|
||||||
)
|
)
|
||||||
|
@ -956,7 +956,7 @@ vAddFontsPDF(diagram_type *pDiag)
|
|||||||
vFPprintf(pOutFile, "endobj\n");
|
vFPprintf(pOutFile, "endobj\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The Resources */
|
/* The Resources */
|
||||||
vSetLocation(17);
|
vSetLocation(17);
|
||||||
vFPprintf(pOutFile, "17 0 obj\n");
|
vFPprintf(pOutFile, "17 0 obj\n");
|
||||||
vFPprintf(pOutFile, "<<\n");
|
vFPprintf(pOutFile, "<<\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user