Workaround for UTF8 .doc files

This commit is contained in:
simon987 2021-01-16 12:13:56 -05:00
parent eb8d737eea
commit 62ae66db99
2 changed files with 2 additions and 1 deletions

View File

@ -25,4 +25,5 @@ target_compile_options(
-Ofast -Ofast
-g -g
-DNDEBUG -DNDEBUG
-fPIE
) )

View File

@ -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");