Skip to content

Commit

Permalink
arrange
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancorvussolis committed Oct 24, 2015
1 parent 701fcd7 commit 6479f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crvskkserv/search_google_cgiapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ void search_google_cgiapi(DICINFO &dicinfo, const std::string &key, std::string
//エスケープシーケンス ダブルクォーテーション
wreg = L"\\\\\"";
wfmt = L"\\u0022";
wjson = std::regex_replace(wjson, wreg, wfmt);

//角括弧
wjson = std::regex_replace(wjson, wreg, wfmt);
wreg = L"\\[\\[.+,\\[(.+)\\]\\]\\]";
wfmt = L"$1";
wjson = std::regex_replace(wjson, wreg, wfmt);
Expand Down

0 comments on commit 6479f9b

Please sign in to comment.