? acinclude.m4 ? autom4te.cache ? depcomp ? install-sh ? missing ? mkinstalldirs ? tools/google/GNUmakefile ? tools/ots/GNUmakefile ? tools/ots/xp/.deps ? tools/ots/xp/GNUmakefile ? wp/abicapi/GNUmakefile ? wp/abicapi/GNUmakefile.in ? wp/abicapi/xp/.deps ? wp/abicapi/xp/GNUmakefile ? wp/abicapi/xp/GNUmakefile.in ? wp/impexp/passepartout/GNUmakefile ? wp/impexp/passepartout/GNUmakefile.in ? wp/impexp/passepartout/xp/.deps ? wp/impexp/passepartout/xp/GNUmakefile ? wp/impexp/passepartout/xp/GNUmakefile.in Index: wp/impexp/passepartout/xp/ie_exp_Passepartout.cpp =================================================================== RCS file: /cvsroot/abiword-plugins/wp/impexp/passepartout/xp/ie_exp_Passepartout.cpp,v retrieving revision 1.1 diff -a -u -r1.1 ie_exp_Passepartout.cpp --- wp/impexp/passepartout/xp/ie_exp_Passepartout.cpp 28 Mar 2004 19:10:56 -0000 1.1 +++ wp/impexp/passepartout/xp/ie_exp_Passepartout.cpp 31 Mar 2004 00:53:47 -0000 @@ -490,6 +490,8 @@ bool bHaveProp = m_pDocument->getAttrProp (api, &pAP); // Get a bunch of block level and other default properties. +// Note, these don't seem to exist in the piecetable until someone alters them. need a +// better way to get the defaults. pAP->getProperty("page-margin-left", (const XML_Char *&)pszLeftMargin); pAP->getProperty("page-margin-right", (const XML_Char *&)pszRightMargin); @@ -820,7 +822,13 @@ pszTopMarginDouble = UT_convertToPoints(pszTopMargin); pszBottomMarginDouble = UT_convertToPoints(pszBottomMargin); - m_pie->write("\n"); + m_pie->write("write( "UTF-8" ); + m_pie->write("\">\n"); if (bHaveProp && pAP) { m_pie->write("write("\n"); + m_pie->write("\n\n"); } /***************************************************************/