System.Text.Encoding.CodePages 9.0.13

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
DM.DmProvider
DM .NET DATA PROVIDER
28
Microsoft.CodeAnalysis.CSharp.Workspaces
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/75e79dace86b274327a1afe479228d82a06051a4.
24
Microsoft.CodeAnalysis.CSharp
.NET Compiler Platform ("Roslyn") support for C#, Microsoft.CodeAnalysis.CSharp.dll. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/dfa7fc6bdea31a858a402168384192b633c811fa.
23
Microsoft.CodeAnalysis.CSharp.Workspaces
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/fa72fa61b0d822ea8a3fbeb96f668340419ab5cd.
23
Microsoft.CodeAnalysis.CSharp.Workspaces
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/f99bb16a395e48a05520ba7af1549b20bfdeee36.
23
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
23
SixLabors.ImageSharp
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
23
Microsoft.CodeAnalysis
.NET Compiler Platform ("Roslyn"). This is the all-in-one package (a superset of all assemblies). You can install any of these sub-packages if you only want part of the functionality: - "Microsoft.CodeAnalysis.CSharp.Workspaces" (C# compiler + services) - "Microsoft.CodeAnalysis.VisualBasic.Workspaces" (VB compiler + services) - "Microsoft.CodeAnalysis.Compilers" (both compilers) - "Microsoft.CodeAnalysis.CSharp" (only the C# compiler) - "Microsoft.CodeAnalysis.VisualBasic (only the VB compiler) More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/bf8791d0d1be92c24e56cefa52aa139e2b5340c2.
23
EPPlus
A spreadsheet library for .NET framework and .NET core
23
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
23
Microsoft.CodeAnalysis.CSharp
.NET Compiler Platform ("Roslyn") support for C#, Microsoft.CodeAnalysis.CSharp.dll. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/e482b6e281d7db727fcb086ebbfae44dcba82c6d.
22
Microsoft.CodeAnalysis.VisualBasic
.NET Compiler Platform ("Roslyn") support for Visual Basic, Microsoft.CodeAnalysis.VisualBasic.dll. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/75e79dace86b274327a1afe479228d82a06051a4.
22
Microsoft.CodeAnalysis.VisualBasic
.NET Compiler Platform ("Roslyn") support for Visual Basic, Microsoft.CodeAnalysis.VisualBasic.dll. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/bf8791d0d1be92c24e56cefa52aa139e2b5340c2.
22
Microsoft.CodeAnalysis.CSharp.Workspaces
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/2b7d172669b2f7e55803b55f317cfcc2d4279d76.
22
Microsoft.CodeAnalysis.CSharp.Workspaces
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/e68227ea677b76a3c603bd616f03ea6d952b2458.
22
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
22
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/5e3a11e2e7f952da93f9d35bd63a2fa181c0608b.
22
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/dfa7fc6bdea31a858a402168384192b633c811fa.
22
Microsoft.CodeAnalysis.VisualBasic.Workspaces
.NET Compiler Platform ("Roslyn") support for analyzing Visual Basic projects and solutions. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/75e79dace86b274327a1afe479228d82a06051a4.
22
SixLabors.ImageSharp
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
22

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
11.0.0-preview.2.26159.112 3 3/14/2026
11.0.0-preview.1.26104.118 5 2/12/2026
10.0.5 2 3/19/2026
10.0.4 2 3/13/2026
10.0.3 3 2/15/2026
10.0.2 7 1/19/2026
10.0.1 7 12/14/2025
10.0.0 5 11/15/2025
10.0.0-rc.2.25502.107 9 10/18/2025
10.0.0-rc.1.25451.107 9 9/13/2025
10.0.0-preview.7.25380.108 8 8/16/2025
10.0.0-preview.6.25358.103 10 7/27/2025
10.0.0-preview.5.25277.114 3 6/8/2025
10.0.0-preview.4.25258.110 2 6/8/2025
10.0.0-preview.3.25171.5 2 6/8/2025
10.0.0-preview.2.25163.2 1 6/8/2025
10.0.0-preview.1.25080.5 3 6/8/2025
9.0.14 2 3/13/2026
9.0.13 4 2/15/2026
9.0.12 7 1/20/2026
9.0.11 7 11/16/2025
9.0.10 13 10/15/2025
9.0.9 7 9/14/2025
9.0.8 8 8/10/2025
9.0.7 7 7/28/2025
9.0.6 3 6/15/2025
9.0.5 3 6/8/2025
9.0.4 3 6/8/2025
9.0.3 3 6/8/2025
9.0.2 4 6/8/2025
9.0.1 3 6/8/2025
9.0.0 3 6/8/2025
9.0.0-rc.2.24473.5 2 6/9/2025
9.0.0-rc.1.24431.7 2 6/9/2025
9.0.0-preview.7.24405.7 12 6/8/2025
9.0.0-preview.6.24327.7 2 6/8/2025
9.0.0-preview.5.24306.7 2 6/9/2025
9.0.0-preview.4.24266.19 2 6/8/2025
9.0.0-preview.3.24172.9 4 6/8/2025
9.0.0-preview.2.24128.5 2 6/8/2025
9.0.0-preview.1.24080.9 2 6/8/2025
8.0.0 4 6/8/2025
8.0.0-rc.2.23479.6 2 6/9/2025
8.0.0-rc.1.23419.4 11 6/9/2025
8.0.0-preview.7.23375.6 11 6/8/2025
8.0.0-preview.6.23329.7 12 6/8/2025
8.0.0-preview.5.23280.8 8 6/8/2025
8.0.0-preview.4.23259.5 11 6/8/2025
8.0.0-preview.3.23174.8 13 6/8/2025
8.0.0-preview.2.23128.3 12 6/8/2025
8.0.0-preview.1.23110.8 9 6/8/2025
7.0.0 8 6/8/2025
7.0.0-rc.2.22472.3 11 6/8/2025
7.0.0-rc.1.22426.10 9 6/9/2025
7.0.0-preview.7.22375.6 11 6/8/2025
7.0.0-preview.6.22324.4 10 6/8/2025
7.0.0-preview.5.22301.12 10 6/8/2025
7.0.0-preview.4.22229.4 10 6/8/2025
7.0.0-preview.3.22175.4 11 6/8/2025
7.0.0-preview.2.22152.2 10 6/8/2025
7.0.0-preview.1.22076.8 9 6/8/2025
6.0.2-mauipre.1.22102.15 12 6/25/2025
6.0.1 14 6/8/2025
6.0.0 10 6/8/2025
6.0.0-rc.2.21480.5 8 6/8/2025
6.0.0-rc.1.21451.13 10 6/9/2025
6.0.0-preview.7.21377.19 9 6/8/2025
6.0.0-preview.6.21352.12 12 6/8/2025
6.0.0-preview.5.21301.5 13 6/8/2025
6.0.0-preview.4.21253.7 11 6/8/2025
6.0.0-preview.3.21201.4 11 6/8/2025
6.0.0-preview.2.21154.6 11 6/8/2025
6.0.0-preview.1.21102.12 17 6/8/2025
5.0.0 13 6/8/2025
5.0.0-rc.2.20475.5 11 6/8/2025
5.0.0-rc.1.20451.14 10 6/9/2025
5.0.0-preview.8.20407.11 10 6/8/2025
5.0.0-preview.7.20364.11 14 6/8/2025
5.0.0-preview.6.20305.6 10 6/7/2025
5.0.0-preview.5.20278.1 12 6/8/2025
5.0.0-preview.4.20251.6 11 6/8/2025
5.0.0-preview.3.20214.6 10 6/8/2025
5.0.0-preview.2.20160.6 9 6/8/2025
5.0.0-preview.1.20120.5 12 6/9/2025
4.7.1 11 6/8/2025
4.7.0 16 6/8/2025
4.7.0-preview3.19551.4 8 6/8/2025
4.7.0-preview2.19523.17 10 6/8/2025
4.7.0-preview1.19504.10 10 6/8/2025
4.6.0 14 6/9/2025
4.6.0-rc1.19456.4 15 6/8/2025
4.6.0-preview9.19421.4 12 6/8/2025
4.6.0-preview9.19416.11 12 6/8/2025
4.6.0-preview8.19405.3 13 6/8/2025
4.6.0-preview7.19362.9 8 6/16/2025
4.6.0-preview6.19303.8 11 6/9/2025
4.6.0-preview6.19264.9 10 6/8/2025
4.6.0-preview5.19224.8 12 6/9/2025
4.6.0-preview4.19212.13 11 6/8/2025
4.6.0-preview3.19128.7 9 6/8/2025
4.6.0-preview.19073.11 12 6/8/2025
4.6.0-preview.18571.3 11 6/8/2025
4.5.1 14 6/8/2025
4.5.1-servicing-27114-05 11 6/8/2025
4.5.0 13 6/8/2025
4.5.0-rc1 11 6/8/2025
4.5.0-preview2-26406-04 12 6/8/2025
4.5.0-preview1-26216-02 13 6/8/2025
4.5.0-preview1-25914-04 13 6/8/2025
4.4.0 11 6/8/2025
4.4.0-preview2-25405-01 12 6/8/2025
4.4.0-preview1-25305-02 13 6/8/2025
4.3.0 14 6/8/2025
4.3.0-preview1-24530-04 11 6/8/2025
4.0.1 10 6/8/2025
4.0.1-rc2-24027 11 6/8/2025
4.0.1-beta-23516 11 6/8/2025
4.0.1-beta-23409 11 6/8/2025
4.0.1-beta-23225 10 6/8/2025
4.0.0 13 6/8/2025
4.0.0-beta-23109 13 6/9/2025
4.0.0-beta-23019 10 6/8/2025
4.0.0-beta-22816 11 6/7/2025
4.0.0-beta-22605 12 6/8/2025
4.0.0-beta-22416 9 6/8/2025
4.0.0-beta-22231 14 6/9/2025