System.Text.Encoding.CodePages 9.0.0-rc.2.24473.5

About

System.Text.Encoding.CodePages enable creating single and double bytes encodings for code pages that otherwise are available only in the desktop .NET Framework.

Key Features

  • Support single and double byte encodings for code pages that are not available in .NET Core.

How to Use

using System.Text;

// Register the CodePages encoding provider at application startup to enable using single and double byte encodings.
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);

// Now can create single and double byte encodings for code pages that are not available in .NET Core.
Encoding windows1252Encoding = Encoding.GetEncoding(1252); // Western European (Windows)
byte[] encodedBytes = windows1252Encoding.GetBytes("String to encode");

Main Types

The main types provided by this library are:

  • CodePagesEncodingProvider

Additional Documentation

Feedback & Contributing

System.Text.Encoding.CodePages is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on System.Text.Encoding.CodePages.

Packages Downloads
AngleSharp
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
9
AngleSharp
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
11
AngleSharp
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
13
Aspose.PDF
Aspose.PDF for .NET is a PDF document creation and manipulation component that enables your .NET applications to read, write and manipulate existing PDF documents without using Adobe Acrobat. It also allows you to create forms and manage form fields embedded in a PDF document. This component is written in managed C# and it allows developers to add PDF creation and manipulation functionality to their Microsoft .NET applications (WinForms, ASP.NET and .NET Compact Framework). Aspose.PDF for .NET is affordable and offers an incredible wealth of features including PDF compression options; table creation and manipulation; support for graph objects; extensive hyperlink functionality; extended security controls; custom font handling; integration with data sources; add or remove bookmarks; create table of contents; add, update, delete attachments and annotations; import or export PDF form data; add, replace or remove text and images; split, concatenate, extract or insert pages; transform pages to image; print PDF documents and much more.
8
Aspose.PDF
Aspose.PDF for .NET is a PDF document creation and manipulation component that enables your .NET applications to read, write and manipulate existing PDF documents without using Adobe Acrobat. It also allows you to create forms and manage form fields embedded in a PDF document. This component is written in managed C# and it allows developers to add PDF creation and manipulation functionality to their Microsoft .NET applications (WinForms, ASP.NET and .NET Compact Framework). Aspose.PDF for .NET is affordable and offers an incredible wealth of features including PDF compression options; table creation and manipulation; support for graph objects; extensive hyperlink functionality; extended security controls; custom font handling; integration with data sources; add or remove bookmarks; create table of contents; add, update, delete attachments and annotations; import or export PDF form data; add, replace or remove text and images; split, concatenate, extract or inset pages; transform pages to image; print PDF documents and much more.
8
Aspose.PDF
Aspose.PDF for .NET is a PDF document creation and manipulation component that enables your .NET applications to read, write and manipulate existing PDF documents without using Adobe Acrobat. It also allows you to create forms and manage form fields embedded in a PDF document. This component is written in managed C# and it allows developers to add PDF creation and manipulation functionality to their Microsoft .NET applications (WinForms, ASP.NET and .NET Compact Framework). Aspose.PDF for .NET is affordable and offers an incredible wealth of features including PDF compression options; table creation and manipulation; support for graph objects; extensive hyperlink functionality; extended security controls; custom font handling; integration with data sources; add or remove bookmarks; create table of contents; add, update, delete attachments and annotations; import or export PDF form data; add, replace or remove text and images; split, concatenate, extract or inset pages; transform pages to image; print PDF documents and much more.
59
itext
iText represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high- and low-level programming capabilities and the ability to create, edit and enhance PDF documents, iText can be a boon to nearly every workflow. iText allows you to build custom PDF scenarios for web, mobile, desktop or cloud apps in .NET.
14
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
9
Microsoft.Build.Utilities.Core
This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks.
8
Microsoft.Build.Utilities.Core
This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks.
9
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. Supported Platforms: - .NET Framework 4.5 - Windows 8 - Portable Class Libraries
9
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/df45061e218c9b5813c5531bc06fb238a23e30f6.
12
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/e482b6e281d7db727fcb086ebbfae44dcba82c6d.
8
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/e595ee276d14e14bfb3eb323fb57f2aa668bddea
13
Microsoft.CodeAnalysis.Features
.NET Compiler Platform ("Roslyn") support for creating editing experiences. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/be9c072e1c8a9e6701e34d796b1d68098d08feab.
8
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS) Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
8

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

.NET 8.0

  • No dependencies.

.NET 9.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
9.0.0 0 12.11.2024
9.0.0-rc.2.24473.5 6 22.10.2024
9.0.0-rc.1.24431.7 6 22.09.2024
9.0.0-preview.7.24405.7 5 22.09.2024
9.0.0-preview.6.24327.7 6 22.09.2024
9.0.0-preview.5.24306.7 8 22.09.2024
9.0.0-preview.4.24266.19 0 21.05.2024
9.0.0-preview.3.24172.9 6 22.09.2024
9.0.0-preview.2.24128.5 8 22.09.2024
9.0.0-preview.1.24080.9 8 22.09.2024
8.0.0 10 19.07.2024
8.0.0-rc.2.23479.6 8 22.09.2024
8.0.0-rc.1.23419.4 6 22.09.2024
8.0.0-preview.7.23375.6 8 22.09.2024
8.0.0-preview.6.23329.7 8 22.09.2024
8.0.0-preview.5.23280.8 6 22.09.2024
8.0.0-preview.4.23259.5 6 22.09.2024
8.0.0-preview.3.23174.8 7 22.10.2024
8.0.0-preview.2.23128.3 8 22.09.2024
8.0.0-preview.1.23110.8 5 13.10.2024
7.0.0 8 22.09.2024
7.0.0-rc.2.22472.3 6 22.09.2024
7.0.0-rc.1.22426.10 5 22.09.2024
7.0.0-preview.7.22375.6 6 22.09.2024
7.0.0-preview.6.22324.4 4 22.09.2024
7.0.0-preview.5.22301.12 6 22.09.2024
7.0.0-preview.4.22229.4 6 22.09.2024
7.0.0-preview.3.22175.4 5 15.10.2024
7.0.0-preview.2.22152.2 5 22.09.2024
7.0.0-preview.1.22076.8 6 22.09.2024
6.0.1 0 12.11.2024
6.0.0 8 28.02.2024
6.0.0-rc.2.21480.5 8 22.09.2024
6.0.0-rc.1.21451.13 7 23.10.2024
6.0.0-preview.7.21377.19 5 14.10.2024
6.0.0-preview.6.21352.12 5 14.10.2024
6.0.0-preview.5.21301.5 6 22.09.2024
6.0.0-preview.4.21253.7 5 13.10.2024
6.0.0-preview.3.21201.4 6 22.09.2024
6.0.0-preview.2.21154.6 6 22.09.2024
6.0.0-preview.1.21102.12 4 22.09.2024
5.0.0 10 28.02.2024
5.0.0-rc.2.20475.5 8 22.09.2024
5.0.0-rc.1.20451.14 6 22.09.2024
5.0.0-preview.8.20407.11 7 22.09.2024
5.0.0-preview.7.20364.11 7 22.09.2024
5.0.0-preview.6.20305.6 8 22.09.2024
5.0.0-preview.5.20278.1 8 22.09.2024
5.0.0-preview.4.20251.6 6 22.09.2024
5.0.0-preview.3.20214.6 5 22.09.2024
5.0.0-preview.2.20160.6 6 22.09.2024
5.0.0-preview.1.20120.5 6 22.09.2024
4.7.1 8 27.08.2024
4.7.0 6 23.10.2024
4.7.0-preview3.19551.4 7 22.09.2024
4.7.0-preview2.19523.17 7 12.10.2024
4.7.0-preview1.19504.10 6 22.09.2024
4.6.0 7 22.09.2024
4.6.0-rc1.19456.4 7 22.09.2024
4.6.0-preview9.19421.4 0 04.09.2019
4.6.0-preview9.19416.11 0 04.09.2019
4.6.0-preview8.19405.3 6 22.09.2024
4.6.0-preview7.19362.9 8 22.09.2024
4.6.0-preview6.19303.8 4 14.10.2024
4.6.0-preview6.19264.9 6 22.09.2024
4.6.0-preview5.19224.8 5 20.10.2024
4.6.0-preview4.19212.13 0 18.04.2019
4.6.0-preview3.19128.7 5 22.09.2024
4.6.0-preview.19073.11 8 22.09.2024
4.6.0-preview.18571.3 6 22.09.2024
4.5.1 14 28.02.2024
4.5.1-servicing-27114-05 6 22.09.2024
4.5.0 9 22.09.2024
4.5.0-rc1 7 22.09.2024
4.5.0-preview2-26406-04 6 22.09.2024
4.5.0-preview1-26216-02 8 22.09.2024
4.5.0-preview1-25914-04 4 22.09.2024
4.4.0 10 22.02.2024
4.4.0-preview2-25405-01 8 22.09.2024
4.4.0-preview1-25305-02 6 22.09.2024
4.3.0 33 13.02.2024
4.3.0-preview1-24530-04 7 22.09.2024
4.0.1 6 22.09.2024
4.0.1-rc2-24027 8 22.09.2024
4.0.1-beta-23516 7 22.09.2024
4.0.1-beta-23409 6 22.09.2024
4.0.1-beta-23225 8 22.09.2024
4.0.0 7 22.09.2024
4.0.0-beta-23109 6 22.09.2024
4.0.0-beta-23019 6 22.09.2024
4.0.0-beta-22816 6 22.09.2024
4.0.0-beta-22605 8 22.09.2024
4.0.0-beta-22416 6 22.09.2024
4.0.0-beta-22231 8 22.09.2024