Portable.Text.Encoding
0.8.3
Portable.Text.Encoding: A Portable Implementation of System.Text.Encoding.
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.
Install-Package Portable.Text.Encoding -Version 0.8.3
dotnet add package Portable.Text.Encoding --version 0.8.3
paket add Portable.Text.Encoding --version 0.8.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
* Updated to work with Xamarin.iOS.
Dependencies
This package has no dependencies.