From 4a755dff6ab0a59ed8953990859e3074f790c7e9 Mon Sep 17 00:00:00 2001 From: yanyiwu Date: Wed, 10 Aug 2016 23:59:28 +0800 Subject: [PATCH] may be more friendly for compiler --- include/cppjieba/SegmentBase.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cppjieba/SegmentBase.hpp b/include/cppjieba/SegmentBase.hpp index 82c9ccd..79c8009 100644 --- a/include/cppjieba/SegmentBase.hpp +++ b/include/cppjieba/SegmentBase.hpp @@ -8,7 +8,7 @@ namespace cppjieba { -const char* const SPECIAL_SEPARATORS = " \t\n,。"; +const char* const SPECIAL_SEPARATORS = " \t\n\xEF\xBC\x8C\xE3\x80\x82"; using namespace limonp;