Use Unidecoder instead of ChineseToPinYin

// Please do not use the binary version on NuGet since there are some issues with the data table
This commit is contained in:
Yeechan Lu
2014-03-29 23:29:07 +08:00
parent a104693f97
commit 943a438a6c
6 changed files with 618 additions and 120 deletions

View File

@@ -49,6 +49,7 @@
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="Unidecoder.Characters.cs" />
<Compile Include="ChineseToPinYin.cs" />
<Compile Include="HttpRequest.cs" />
<Compile Include="Storage\BaseStorage.cs" />
@@ -63,6 +64,7 @@
<Compile Include="Storage\UserSettings\WebSearch.cs" />
<Compile Include="StringEmptyConverter.cs" />
<Compile Include="StringNullOrEmptyToVisibilityConverter.cs" />
<Compile Include="Unidecoder.cs" />
<Compile Include="WindowsShellRun.cs" />
</ItemGroup>
<ItemGroup>