From ea03be1b12fccb6b4ee4667b06d827a6ed9f0721 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期一, 07 四月 2025 11:38:38 +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