From 07abf05c775c45f72b20b517df96e667a7a0d40d Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期三, 05 三月 2025 19:10:14 +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