[Igarden-commit] CommonSource/yaaf/Libraries/yaaf_core/sources SGMLStringUtils.cpp, 1.1, 1.2
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 02:44:53
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/sources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22754 Modified Files: SGMLStringUtils.cpp Log Message: Win32 changes Index: SGMLStringUtils.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/sources/SGMLStringUtils.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SGMLStringUtils.cpp 1 Oct 2006 19:19:18 -0000 1.1 --- SGMLStringUtils.cpp 22 Feb 2007 02:44:52 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * String utilities; this converts and inserts escapes such as * " for " + Some contributions by: + je...@re... */ *************** *** 501,504 **** --- 503,510 ---- } + uint32 ConvertSGMLEscapeChar(char *dest, uint32 dlen, char src) + { + return ConvertSGMLEscapes(dest,dlen,&src,1); + } } // namespace yaaf |