Skip to content

Commit

Permalink
Update wordtovc.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
loveisbelief authored Feb 7, 2017
1 parent 3038122 commit 434b058
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions wordtovc.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//此处代码引自http://blog.csdn.net/thenile/article/details/6318521#reply


#include <iostream>
#include <string>
using namespace std;
Expand Down Expand Up @@ -464,7 +467,7 @@ string findLetter(int nCode)
case 7684:
case 8043:
case 8457:
strValue = "4337 ËĹ";
strValue = "4337 ËĹ";
break;
case 6042:
case 6840:
Expand Down Expand Up @@ -1638,7 +1641,7 @@ string findLetter(int nCode)
case 7918:
case 7989:
case 8158:
strValue = "L¨š";
strValue = "L¨š";
break;
case 5968:
case 6303:
Expand Down Expand Up @@ -1669,7 +1672,7 @@ string findLetter(int nCode)
case 8639:
strValue = "LUAN";
break;
strValue = "L¨ľE";
strValue = "L¨ľE";
break;
strValue = "LUN";
break;
Expand Down Expand Up @@ -1974,7 +1977,7 @@ string findLetter(int nCode)
case 7704:
case 7847:
case 8412:
strValue = "N¨ľ";
strValue = "N¨ľ";
break;
strValue = "NUAN";
break;
Expand Down Expand Up @@ -2680,7 +2683,7 @@ string findLetter(int nCode)
case 7666:
strValue = "TAO";
break;
strValue = "1845 ˛Í";
strValue = "1845 ˛Í";
break;
case 6315:
case 7693:
Expand Down Expand Up @@ -5636,4 +5639,4 @@ string findLetter(int nCode)
}
if (strValue == "") strValue = "?";
return strValue;
}
}

0 comments on commit 434b058

Please sign in to comment.