From 6131814bc90be94feb1eabeb41be845f55082e02 Mon Sep 17 00:00:00 2001
From: qianxj2004 <qianxj15@sina.com>
Date: 星期一, 09 六月 2025 17:31:49 +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