maoyehu 2 years ago
parent
commit
4248caf40e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MFCApplication1/CvxText.cpp

+ 1 - 0
MFCApplication1/CvxText.cpp

@@ -681,6 +681,7 @@ int cutPaper(int pageNum, std::string strJsonPath, std::string strPaperPath, std
 		
 		std::string id = row["id"].asString();
 		std::string info = row["queInfo"]["info"].asString();
+		info = ConvertGB2312toUTF8(info.c_str());
 
 		Json::Value ttbox = row["ttbox"];
 		Json::Value ansInfo = row["ansInfo"];