diff -urNwb -x CVS -x WIN32_20.1_i386_DBG -x WIN32_20.1_i386_OBJ -x abidiff.cmd -x patch.txt -x .#*.* abi.org\src\/wp/impexp/xp/ie_imp_RTF.cpp abi.718\src\/wp/impexp/xp/ie_imp_RTF.cpp --- abi.org\src\/wp/impexp/xp/ie_imp_RTF.cpp Tue Feb 01 12:00:29 2000 +++ abi.718\src\/wp/impexp/xp/ie_imp_RTF.cpp Fri Feb 04 15:40:55 2000 @@ -507,7 +507,7 @@ return UT_TRUE; } // Insert a character into the story - if ((ch >= 32 || ch == 9) && !m_currentRTFState.m_charProps.m_deleted) + if ((ch >= 32 || ch == 9 || ch == UCS_FF) && !m_currentRTFState.m_charProps.m_deleted) { return AddChar(ch); } @@ -780,6 +780,10 @@ // reset paragraph attributes return ResetParagraphAttributes(); } + else if (strcmp((char*)pKeyword, "page") == 0) + { + return ParseChar(UCS_FF); + } break; case 'q':