Skip to content

Commit 5bd38d7

Browse files
committed
docs: LICENSE information
1 parent 2fbe263 commit 5bd38d7

1 file changed

Lines changed: 25 additions & 2 deletions

File tree

readme.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
[![NuGet](https://img.shields.io/nuget/dt/Unidecode.NET.svg)](https://www.nuget.org/packages/Unidecode.NET)
66
[![License MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)
77

8-
Forked from [unidecodesharpfork](https://bitbucket.org/DimaStefantsov/unidecodesharpfork).
9-
108
Support <img src="https://img.shields.io/badge/.net-4.5-green.svg"></img>, <img src="https://img.shields.io/badge/.netstandard-1.2-green.svg"></img>, <img src="https://img.shields.io/badge/.netstandard-2.0-green.svg"></img>
119

1210
# Purpose
@@ -41,3 +39,28 @@ Assert.AreEqual("a", "а".Unidecode());
4139
Assert.AreEqual("chateau", "ch\u00e2teau".Unidecode());
4240
Assert.AreEqual("vinedos", "vi\u00f1edos".Unidecode());
4341
```
42+
Other implementations
43+
---------------------
44+
45+
* [Text::Unidecode for Perl](http://search.cpan.org/~sburke/Text-Unidecode/lib/Text/Unidecode.pm) (the original implementation)
46+
* [Unidecode for Python](https://pypi.python.org/pypi/Unidecode)
47+
* [unidecoder for Ruby](https://github.com/norman/unidecoder)
48+
* [unidecode for JavaScript](https://github.com/FGRibreau/node-unidecode)
49+
50+
51+
Credits
52+
-------
53+
54+
This project is a fork of the [unidecodesharpfork](https://bitbucket.org/DimaStefantsov/unidecodesharpfork) written by Dima Stefantsov.
55+
56+
57+
License
58+
-------
59+
60+
This project is licensed under [MIT](https://opensource.org/licenses/MIT).
61+
62+
Character transliteration tables used in this project are converted (and slightly modified) from the tables provided in
63+
the Perl library [Text::Unidecode] by Sean M. Burke and are distributed under the Perl license.
64+
65+
66+
[Text::Unidecode]: http://search.cpan.org/~sburke/Text-Unidecode/lib/Text/Unidecode.pm

0 commit comments

Comments
 (0)