From b7949bc48fe23b1a44fa3f975769f9c1c8794214 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期二, 08 四月 2025 08:36:55 +0800 Subject: [PATCH] update --- jrj/xframe/kobject/kutil.hpp | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/jrj/xframe/kobject/kutil.hpp b/jrj/xframe/kobject/kutil.hpp index 3dfc512..7df58f2 100644 --- a/jrj/xframe/kobject/kutil.hpp +++ b/jrj/xframe/kobject/kutil.hpp @@ -30,4 +30,9 @@ namespace Hxsoft { namespace XUtil{ LPTSTR FormatDecimalString(LPTSTR str, LPTSTR format, bool& bfree); + LPTSTR ToXmlTextAndStartSpace(LPCTSTR str); + LPTSTR ToHtmlTextAndStartSpace(LPCTSTR str); + LPTSTR ToXmlText(LPCTSTR str); + LPTSTR ToHtmlText(LPCTSTR str); + LPTSTR UnXMLText(LPCTSTR str); }} \ No newline at end of file -- Gitblit v1.9.3