Portable.Text.Encoding
0.7.0
dotnet add package Portable.Text.Encoding --version 0.7.0
NuGet\Install-Package Portable.Text.Encoding -Version 0.7.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Portable.Text.Encoding" Version="0.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Portable.Text.Encoding --version 0.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Portable.Text.Encoding, 0.7.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Portable.Text.Encoding as a Cake Addin #addin nuget:?package=Portable.Text.Encoding&version=0.7.0 // Install Portable.Text.Encoding as a Cake Tool #tool nuget:?package=Portable.Text.Encoding&version=0.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wpa81 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
* 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.