Unidecode.NET
2.1.0
Install-Package Unidecode.NET -Version 2.1.0
dotnet add package Unidecode.NET --version 2.1.0
<PackageReference Include="Unidecode.NET" Version="2.1.0" />
paket add Unidecode.NET --version 2.1.0
#r "nuget: Unidecode.NET, 2.1.0"
// Install Unidecode.NET as a Cake Addin
#addin nuget:?package=Unidecode.NET&version=2.1.0
// Install Unidecode.NET as a Cake Tool
#tool nuget:?package=Unidecode.NET&version=2.1.0
Unidecode.NET returns transliterated string
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.2
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
NuGet packages (9)
Showing the top 5 NuGet packages that depend on Unidecode.NET:
Package | Downloads |
---|---|
Volo.CmsKit.Domain
Package Description |
|
SimplifiedSearch
Simple way to add ranked fuzzy matching search. For when you have up to a few thousand products, locations or similar and want to add a search that most users will see as smart, with minimal work. using SimplifiedSearch; IList<Country> matches = await listOfCountries.SimplifiedSearchAsync("thaiwan", x => x.CountryName); foreach (var country in matches) Console.WriteLine(country.CountryName); // output: // Taiwan // Thailand |
|
SluggyUnidecode
SluggyUnidecode is a powerful slugifier designed to create friendly URL's. Simple and powerful. Extends the Sluggy package by using the Unidecode.Net library for normalization. |
|
Sanatana.Contents
Content management library |
|
rdc-share
Library of basic functions of the RDC software. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Unidecode.NET:
Repository | Stars |
---|---|
abpframework/abp
Open Source Web Application Framework for ASP.NET Core
|