maoyehu 2 년 전
부모
커밋
4248caf40e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"];