Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yinyue200 committed Mar 18, 2017
1 parent 75c1b4e commit 1812cf9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build status](https://ci.appveyor.com/api/projects/status/l85a50ik046lvw4s?svg=true)](https://ci.appveyor.com/project/yinyue200/ude)

Ude is a C# port of [Mozilla Universal Charset Detector](http://mxr.mozilla.org/mozilla/source/extensions/universalchardet/src/).

The article "[A composite approach to language/encoding detection](http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html)" describes the charsets detection algorithms implemented by the library.
Expand Down
Binary file removed UpgradeLog.htm
Binary file not shown.
3 changes: 3 additions & 0 deletions src/Tests/Ude.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,7 @@
<Name>Ude.NetStandard</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
</Project>

0 comments on commit 1812cf9

Please sign in to comment.