[sword-cvs] sword/src/modules/filters thmlrtf.cpp,1.25,1.26

sword@www.crosswire.org sword@www.crosswire.org
Sat, 22 Feb 2003 00:25:22 -0700


Update of /usr/local/cvsroot/sword/src/modules/filters
In directory www:/tmp/cvs-serv24226

Modified Files:
	thmlrtf.cpp 
Log Message:
added '

Index: thmlrtf.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/thmlrtf.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** thmlrtf.cpp	1 Oct 2002 19:52:40 -0000	1.25
--- thmlrtf.cpp	22 Feb 2003 07:25:20 -0000	1.26
***************
*** 32,35 ****
--- 32,36 ----
  
  	addEscapeStringSubstitute("nbsp", " ");
+ 	addEscapeStringSubstitute("apos", "'");
  	addEscapeStringSubstitute("quot", "\"");
  	addEscapeStringSubstitute("amp", "&");