mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
[encoding] MSC #pragma execution_character_set("utf-8")
This commit is contained in:
parent
9b45e084a3
commit
076d5e524b
@ -1,6 +1,10 @@
|
|||||||
#ifndef CPPJIEAB_JIEBA_H
|
#ifndef CPPJIEAB_JIEBA_H
|
||||||
#define CPPJIEAB_JIEBA_H
|
#define CPPJIEAB_JIEBA_H
|
||||||
|
|
||||||
|
#if _MSC_VER >= 1600
|
||||||
|
#pragma execution_character_set("utf-8")
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "QuerySegment.hpp"
|
#include "QuerySegment.hpp"
|
||||||
#include "KeywordExtractor.hpp"
|
#include "KeywordExtractor.hpp"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user