Portable.Text.Encoding
0.7.0
See the version list below for details.
dotnet add package Portable.Text.Encoding --version 0.7.0
NuGet\Install-Package Portable.Text.Encoding -Version 0.7.0
<PackageReference Include="Portable.Text.Encoding" Version="0.7.0" />
<PackageVersion Include="Portable.Text.Encoding" Version="0.7.0" />
<PackageReference Include="Portable.Text.Encoding" />
paket add Portable.Text.Encoding --version 0.7.0
#r "nuget: Portable.Text.Encoding, 0.7.0"
#:package Portable.Text.Encoding@0.7.0
#addin nuget:?package=Portable.Text.Encoding&version=0.7.0
#tool nuget:?package=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.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| Universal Windows Platform | uap was computed. uap10.0 was computed. |
| Windows Phone | wpa81 is compatible. |
This package has no dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Portable.Text.Encoding:
| Package | Downloads |
|---|---|
|
DOCODO.NET
DOCODO full-text powerful documental search engine - Support documents & pages - Searches exact word coordinates - Searching with words distance limit and exact phrase - High indexing speed - Request suggession - Supports different sources: files, http, DB - Supports different languages - Multithreaded - Scalable Licensed under both GPL and Commercial |
|
|
Core.App.Service
Description |
|
|
Core.App.Domain
Description |
|
|
NVorbis.Core
A fully managed implementation of a Xiph.org Foundation Ogg Vorbis decoder. |
|
|
JpegToPdf
Portable class library providing JPEG to PDF conversion |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.8.3 | 178,895 | 6/14/2015 |
| 0.8.2 | 48,426 | 6/14/2015 |
| 0.8.1 | 48,545 | 6/1/2015 |
| 0.8.0.1 | 144,460 | 5/31/2015 |
| 0.8.0 | 49,121 | 5/31/2015 |
| 0.7.0 | 52,191 | 6/10/2014 |
| 0.6.0 | 48,505 | 6/10/2014 |
| 0.5.0 | 48,527 | 5/6/2014 |
| 0.4.0 | 48,704 | 4/12/2014 |
| 0.3.0 | 48,666 | 4/3/2014 |
| 0.2.0 | 48,643 | 3/31/2014 |
| 0.1.0 | 49,059 | 3/22/2014 |
* 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.