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

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
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/6a5a63bbc9f4449d9bd1e95a8f9624939c3ccdc3.
798
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.
594
System.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: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
235
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.
222
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.
192
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.
171
SixLabors.ImageSharp
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
132
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.
120
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.
16
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.
15
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.
15
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.
12
Microsoft.CodeAnalysis.Workspaces.MSBuild
.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one of the following packages to add the appropriate language support: - Microsoft.CodeAnalysis.CSharp.Workspaces - Microsoft.CodeAnalysis.VisualBasic.Workspaces More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/fa72fa61b0d822ea8a3fbeb96f668340419ab5cd.
10
Microsoft.Data.SqlClient
The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL 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.
10
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.
9
System.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: System.Data.SqlClient.SqlConnection System.Data.SqlClient.SqlException System.Data.SqlClient.SqlParameter System.Data.SqlDbType System.Data.SqlClient.SqlDataReader System.Data.SqlClient.SqlCommand System.Data.SqlClient.SqlTransaction System.Data.SqlClient.SqlParameterCollection System.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.
8
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.
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/9934fb9e3527e1c0c51314e57d4aab30f97e8f9e.
8
Microsoft.Data.SqlClient
The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL 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 1 11/14/2024
9.0.0-rc.2.24473.5 4 10/09/2024
9.0.0-rc.1.24431.7 3 10/05/2024
9.0.0-preview.7.24405.7 3 09/21/2024
9.0.0-preview.6.24327.7 6 07/13/2024
9.0.0-preview.5.24306.7 2 06/21/2024
9.0.0-preview.4.24266.19 4 05/28/2024
9.0.0-preview.3.24172.9 5 05/13/2024
9.0.0-preview.2.24128.5 4 04/28/2024
9.0.0-preview.1.24080.9 6 04/28/2024
8.0.0 537 03/26/2024
8.0.0-rc.2.23479.6 5 04/08/2024
8.0.0-rc.1.23419.4 5 04/08/2024
8.0.0-preview.7.23375.6 6 04/08/2024
8.0.0-preview.6.23329.7 5 04/08/2024
8.0.0-preview.5.23280.8 4 04/08/2024
8.0.0-preview.4.23259.5 4 04/08/2024
8.0.0-preview.3.23174.8 5 04/08/2024
8.0.0-preview.2.23128.3 4 04/08/2024
8.0.0-preview.1.23110.8 6 04/08/2024
7.0.0 9 04/08/2024
7.0.0-rc.2.22472.3 4 04/08/2024
7.0.0-rc.1.22426.10 5 04/08/2024
7.0.0-preview.7.22375.6 5 04/08/2024
7.0.0-preview.6.22324.4 4 04/08/2024
7.0.0-preview.5.22301.12 5 04/08/2024
7.0.0-preview.4.22229.4 6 04/08/2024
7.0.0-preview.3.22175.4 5 04/08/2024
7.0.0-preview.2.22152.2 6 04/08/2024
7.0.0-preview.1.22076.8 4 04/08/2024
6.0.2-mauipre.1.22102.15 4 04/08/2024
6.0.2-mauipre.1.22054.8 4 04/08/2024
6.0.1 0 11/12/2024
6.0.0 813 03/25/2024
6.0.0-rc.2.21480.5 4 04/08/2024
6.0.0-rc.1.21451.13 4 04/08/2024
6.0.0-preview.7.21377.19 4 04/08/2024
6.0.0-preview.6.21352.12 4 04/08/2024
6.0.0-preview.5.21301.5 5 04/08/2024
6.0.0-preview.4.21253.7 5 04/08/2024
6.0.0-preview.3.21201.4 4 04/08/2024
6.0.0-preview.2.21154.6 4 04/08/2024
6.0.0-preview.1.21102.12 5 04/08/2024
5.0.0 140 04/08/2024
5.0.0-rc.2.20475.5 5 04/08/2024
5.0.0-rc.1.20451.14 4 04/08/2024
5.0.0-preview.8.20407.11 4 04/08/2024
5.0.0-preview.7.20364.11 6 04/08/2024
5.0.0-preview.6.20305.6 4 04/08/2024
5.0.0-preview.5.20278.1 5 04/08/2024
5.0.0-preview.4.20251.6 7 04/08/2024
5.0.0-preview.3.20214.6 4 04/08/2024
5.0.0-preview.2.20160.6 4 04/08/2024
5.0.0-preview.1.20120.5 5 04/08/2024
4.7.1 6 04/08/2024
4.7.0 13 04/08/2024
4.7.0-preview3.19551.4 4 04/08/2024
4.7.0-preview2.19523.17 5 04/08/2024
4.7.0-preview1.19504.10 4 04/08/2024
4.6.0 6 04/28/2024
4.6.0-rc1.19456.4 5 04/08/2024
4.6.0-preview9.19421.4 5 04/08/2024
4.6.0-preview9.19416.11 6 04/08/2024
4.6.0-preview8.19405.3 4 04/08/2024
4.6.0-preview7.19362.9 3 04/28/2024
4.6.0-preview6.19303.8 5 04/08/2024
4.6.0-preview6.19264.9 7 04/28/2024
4.6.0-preview5.19224.8 1 06/22/2024
4.6.0-preview4.19212.13 2 04/28/2024
4.6.0-preview3.19128.7 4 04/28/2024
4.6.0-preview.19073.11 4 04/08/2024
4.6.0-preview.18571.3 6 04/08/2024
4.5.1 170 03/26/2024
4.5.1-servicing-27114-05 5 04/08/2024
4.5.0 6 04/08/2024
4.5.0-rc1 6 04/08/2024
4.5.0-preview2-26406-04 7 04/08/2024
4.5.0-preview1-26216-02 7 04/08/2024
4.5.0-preview1-25914-04 3 04/08/2024
4.4.0 8 04/08/2024
4.4.0-preview2-25405-01 4 04/08/2024
4.4.0-preview1-25305-02 5 04/08/2024
4.3.0 5 04/08/2024
4.3.0-preview1-24530-04 4 04/08/2024
4.0.1 6 04/08/2024
4.0.1-rc2-24027 6 04/08/2024
4.0.1-beta-23516 4 04/25/2024
4.0.1-beta-23409 4 04/25/2024
4.0.1-beta-23225 5 04/08/2024
4.0.0 6 04/08/2024
4.0.0-beta-23109 5 04/08/2024
4.0.0-beta-23019 6 04/08/2024
4.0.0-beta-22816 7 04/25/2024
4.0.0-beta-22605 6 04/25/2024
4.0.0-beta-22416 5 04/25/2024
4.0.0-beta-22231 4 04/25/2024