System.Text.Encoding.CodePages 11.0.0-preview.4.26230.115

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.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
177
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
175
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
165
Microsoft.Build.Utilities.Core
This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks.
164
Microsoft.Build.Utilities.Core
This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks.
163
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
159
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
157
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
156
Microsoft.NETCore.UniversalWindowsPlatform
Provides a set of packages that can be used when building Universal Windows applications on .NET. 5.2.4 contains .NET Native 1.4 plus the following fix: - Updated the WCF packages which contain bug fixes. When using Visual Studio this package requires Visual Studio 2015 Update 3 or later. When using NuGet 3.x this package requires at least version 3.4.
156
Microsoft.Build.Utilities.Core
This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks.
155
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
154
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
153
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluation MSBuild projects.
152
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
151
Microsoft.Build
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
150

.NET 10.0

  • No dependencies.

.NET 11.0

  • No dependencies.

.NET Framework 4.6.2

.NET Standard 2.0

Version Downloads Last updated
11.0.0-preview.4.26230.115 7 5/12/2026
11.0.0-preview.3.26207.106 12 5/4/2026
11.0.0-preview.2.26159.112 21 3/12/2026
11.0.0-preview.1.26104.118 16 2/10/2026
10.0.8 8 5/12/2026
10.0.7 13 5/4/2026
10.0.6 14 5/4/2026
10.0.5 16 3/14/2026
10.0.4 19 3/12/2026
10.0.3 20 2/10/2026
10.0.2 24 1/13/2026
10.0.1 36 12/10/2025
10.0.0 48 11/12/2025
10.0.0-rc.2.25502.107 63 10/15/2025
10.0.0-rc.1.25451.107 68 9/14/2025
10.0.0-preview.7.25380.108 78 8/12/2025
10.0.0-preview.6.25358.103 89 7/19/2025
10.0.0-preview.5.25277.114 74 6/8/2025
10.0.0-preview.4.25258.110 75 5/16/2025
10.0.0-preview.3.25171.5 77 4/11/2025
10.0.0-preview.2.25163.2 102 3/23/2025
10.0.0-preview.1.25080.5 96 2/27/2025
9.0.16 6 5/12/2026
9.0.15 12 5/4/2026
9.0.14 17 3/12/2026
9.0.13 15 2/10/2026
9.0.12 22 1/13/2026
9.0.11 48 11/12/2025
9.0.10 58 10/15/2025
9.0.9 60 9/15/2025
9.0.8 64 8/5/2025
9.0.7 82 7/11/2025
9.0.6 88 6/15/2025
9.0.5 96 5/17/2025
9.0.4 98 4/9/2025
9.0.3 88 3/14/2025
9.0.2 123 2/14/2025
9.0.1 105 1/17/2025
9.0.0 105 11/18/2024
9.0.0-rc.2.24473.5 100 10/13/2024
9.0.0-rc.1.24431.7 114 9/11/2024
9.0.0-preview.7.24405.7 125 8/13/2024
9.0.0-preview.6.24327.7 121 7/10/2024
9.0.0-preview.5.24306.7 121 6/14/2024
9.0.0-preview.4.24266.19 114 6/4/2024
9.0.0-preview.3.24172.9 112 4/18/2024
9.0.0-preview.2.24128.5 118 3/27/2024
9.0.0-preview.1.24080.9 115 2/21/2024
8.0.0 125 11/15/2023
8.0.0-rc.2.23479.6 127 10/16/2023
8.0.0-rc.1.23419.4 130 9/15/2023
8.0.0-preview.7.23375.6 122 8/23/2023
8.0.0-preview.6.23329.7 114 7/31/2023
8.0.0-preview.5.23280.8 132 8/1/2023
8.0.0-preview.4.23259.5 116 8/1/2023
8.0.0-preview.3.23174.8 130 5/12/2023
8.0.0-preview.2.23128.3 123 5/6/2023
8.0.0-preview.1.23110.8 135 2/23/2023
7.0.0 120 12/3/2022
7.0.0-rc.2.22472.3 144 12/3/2022
7.0.0-rc.1.22426.10 140 9/15/2022
7.0.0-preview.7.22375.6 138 9/14/2022
7.0.0-preview.6.22324.4 128 8/12/2022
7.0.0-preview.5.22301.12 132 6/27/2022
7.0.0-preview.4.22229.4 138 6/27/2022
7.0.0-preview.3.22175.4 140 6/27/2022
7.0.0-preview.2.22152.2 121 6/27/2022
7.0.0-preview.1.22076.8 116 6/27/2022
6.0.2-mauipre.1.22102.15 124 6/27/2022
6.0.2-mauipre.1.22054.8 133 6/27/2022
6.0.1 103 11/18/2024
6.0.0 146 6/27/2022
6.0.0-rc.2.21480.5 114 6/27/2022
6.0.0-rc.1.21451.13 129 6/27/2022
6.0.0-preview.7.21377.19 139 6/27/2022
6.0.0-preview.6.21352.12 132 6/27/2022
6.0.0-preview.5.21301.5 136 6/27/2022
6.0.0-preview.4.21253.7 139 6/27/2022
6.0.0-preview.3.21201.4 134 6/27/2022
6.0.0-preview.2.21154.6 125 6/27/2022
6.0.0-preview.1.21102.12 119 6/27/2022
5.0.0 129 6/27/2022
5.0.0-rc.2.20475.5 127 6/27/2022
5.0.0-rc.1.20451.14 142 6/27/2022
5.0.0-preview.8.20407.11 150 6/27/2022
5.0.0-preview.7.20364.11 118 6/27/2022
5.0.0-preview.6.20305.6 127 6/27/2022
5.0.0-preview.5.20278.1 133 6/27/2022
5.0.0-preview.4.20251.6 147 6/27/2022
5.0.0-preview.3.20214.6 145 6/27/2022
5.0.0-preview.2.20160.6 125 6/27/2022
5.0.0-preview.1.20120.5 123 6/27/2022
4.7.1 136 6/27/2022
4.7.0 123 6/27/2022
4.7.0-preview3.19551.4 122 6/27/2022
4.7.0-preview2.19523.17 141 6/27/2022
4.7.0-preview1.19504.10 130 6/27/2022
4.6.0 136 6/27/2022
4.6.0-rc1.19456.4 133 6/27/2022
4.6.0-preview9.19421.4 120 6/27/2022
4.6.0-preview9.19416.11 139 6/27/2022
4.6.0-preview8.19405.3 138 6/27/2022
4.6.0-preview7.19362.9 120 6/27/2022
4.6.0-preview6.19303.8 129 6/27/2022
4.6.0-preview6.19264.9 132 6/27/2022
4.6.0-preview5.19224.8 139 6/27/2022
4.6.0-preview4.19212.13 131 6/27/2022
4.6.0-preview3.19128.7 127 6/27/2022
4.6.0-preview.19073.11 137 6/27/2022
4.6.0-preview.18571.3 119 6/27/2022
4.5.1 123 6/27/2022
4.5.1-servicing-27114-05 129 6/27/2022
4.5.0 117 6/27/2022
4.5.0-rc1 122 6/27/2022
4.5.0-preview2-26406-04 136 6/27/2022
4.5.0-preview1-26216-02 131 6/27/2022
4.5.0-preview1-25914-04 147 6/27/2022
4.4.0 118 6/27/2022
4.4.0-preview2-25405-01 116 6/27/2022
4.4.0-preview1-25305-02 125 6/27/2022
4.3.0 131 6/27/2022
4.3.0-preview1-24530-04 138 6/27/2022
4.0.1 117 6/27/2022
4.0.1-rc2-24027 128 6/27/2022
4.0.1-beta-23516 144 6/27/2022
4.0.1-beta-23409 147 6/27/2022
4.0.1-beta-23225 128 6/27/2022
4.0.0 137 6/27/2022
4.0.0-beta-23109 122 6/27/2022
4.0.0-beta-23019 113 6/27/2022
4.0.0-beta-22816 146 6/27/2022
4.0.0-beta-22605 109 6/27/2022
4.0.0-beta-22416 147 6/27/2022
4.0.0-beta-22231 133 6/27/2022