From 85243ae0d67cd88684afad1f97c885b4a8b9be87 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期四, 26 十二月 2024 10:18:02 +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