Skip to content

Commit 759e3cc

Browse files
committed
added purpose paragraph to the readme
1 parent f67937b commit 759e3cc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Moving https://bitbucket.org/DimaStefantsov/unidecodesharpfork project to GitHub (Dima no longer works with .NET).
33
Also the goal is to port it to .net core
44

5+
# Purpose
6+
It often happens that you have text data in Unicode, but you need to represent it in ASCII. For example when integrating with legacy code that doesn’t support Unicode, or for ease of entry of non-Roman names on a US keyboard, or when constructing ASCII machine identifiers from human-readable Unicode strings that should still be somewhat intelligible (a popular example of this is when making an URL slug from an article title).
7+
58
# Overview
69

710
**Unidecode.NET** is .NET library dll, written in C#.

0 commit comments

Comments
 (0)