From b897bf1e118e69764da20ef6668ef5d9ec1653e8 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期四, 25 五月 2023 09:33:38 +0800 Subject: [PATCH] 增加监视结束国际化 --- Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/bctoolbox.framework/Headers/parser.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/bctoolbox.framework/Headers/parser.h b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/bctoolbox.framework/Headers/parser.h index e76dd2a..08081b7 100755 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/bctoolbox.framework/Headers/parser.h +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/bctoolbox.framework/Headers/parser.h @@ -73,6 +73,13 @@ */ BCTBX_PUBLIC char* bctbx_unescaped_string(const char* buff); +/** + * Does the same as bctbx_unescaped_string() except it does it only for characters in unescape_rules + * @param buff NULL terminated input buffer. + * @param unescape_rules bctbx_noescape_rules_t characters to unescape, other will be kept escaped + * @return a newly allocated null terminated string with unescated values. + */ +BCTBX_PUBLIC char* bctbx_unescaped_string_only_chars_in_rules(const char* buff, const bctbx_noescape_rules_t unescape_rules); /** *Convert a single input "a" into unscaped output if need. -- Gitblit v1.8.0