System.Text.Encoding.CodePages 9.0.20

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.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/2b7d172669b2f7e55803b55f317cfcc2d4279d76.
11
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. 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/8edf7bcd4f1594c3d68a6a567469f41dbd33dd1b.
11
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.
11
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
10
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. 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/1ff281352c76f1a56ae8e49af9c4c4ef0e0f0f42.
10
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
10
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. 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/fa72fa61b0d822ea8a3fbeb96f668340419ab5cd.
10
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. 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.
10
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. 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/dfa7fc6bdea31a858a402168384192b633c811fa.
10
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. 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/5e3a11e2e7f952da93f9d35bd63a2fa181c0608b.
10
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. 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/2b7d172669b2f7e55803b55f317cfcc2d4279d76.
10
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/e482b6e281d7db727fcb086ebbfae44dcba82c6d.
10
Microsoft.Build.Utilities.Core
This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks.
10
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. 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/adb4347a172149b3ec18552da62e4da6fb2cf362.
10
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/adb4347a172149b3ec18552da62e4da6fb2cf362.
10
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NETCore. 4a86d78425de41ee21f6b83b1625db768b6b2db6 When using NuGet 3.x this package requires at least version 3.4.
9
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NETCore. d67bd83a075b8b10cb95810568073c1a3211f28b When using NuGet 3.x this package requires at least version 3.4.
9
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NETCore. fb955066bb607530fd1ab07915579d6f380296e6 When using NuGet 3.x this package requires at least version 3.4.
9

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