Skip to content

Commit

Permalink
[encoding] MSC #pragma execution_character_set("utf-8")
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Oct 26, 2024
1 parent 9b45e08 commit 076d5e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/cppjieba/Jieba.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#ifndef CPPJIEAB_JIEBA_H
#define CPPJIEAB_JIEBA_H

#if _MSC_VER >= 1600
#pragma execution_character_set("utf-8")
#endif

#include "QuerySegment.hpp"
#include "KeywordExtractor.hpp"

Expand Down

0 comments on commit 076d5e5

Please sign in to comment.