Yaaf.Portable.Text.Encoding
0.7.0
dotnet add package Yaaf.Portable.Text.Encoding --version 0.7.0
NuGet\Install-Package Yaaf.Portable.Text.Encoding -Version 0.7.0
<PackageReference Include="Yaaf.Portable.Text.Encoding" Version="0.7.0" />
paket add Yaaf.Portable.Text.Encoding --version 0.7.0
#r "nuget: Yaaf.Portable.Text.Encoding, 0.7.0"
// Install Yaaf.Portable.Text.Encoding as a Cake Addin #addin nuget:?package=Yaaf.Portable.Text.Encoding&version=0.7.0 // Install Yaaf.Portable.Text.Encoding as a Cake Tool #tool nuget:?package=Yaaf.Portable.Text.Encoding&version=0.7.0
The main goal of this project is to supply a portable alternative to System.Text.Encoding that can be used from other PCL libraries.
Platforms such as Windows Phone currently do not provide support for text encodings other than a limited subset of the Unicode encodings. This can be a real show-stopper when you need to work with legacy text encodings.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Yaaf.Portable.Text.Encoding:
Package | Downloads |
---|---|
Yaaf.FSharp.Helper
A helper library with some F# functions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.7.0 | 12,675 | 2/26/2015 |
* Portable.Text.Encoding now subclasses System.Text.Encoding to make it more generally useful.
* Fixed the NuGet package for Windows Phone 8.1 Apps.
* Fixed the CJK encodings.