System.Text.Encoding.CodePages
8.0.0
Prefix Reserved
See the version list below for details.
dotnet add package System.Text.Encoding.CodePages --version 8.0.0
NuGet\Install-Package System.Text.Encoding.CodePages -Version 8.0.0
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
paket add System.Text.Encoding.CodePages --version 8.0.0
#r "nuget: System.Text.Encoding.CodePages, 8.0.0"
// Install System.Text.Encoding.CodePages as a Cake Addin #addin nuget:?package=System.Text.Encoding.CodePages&version=8.0.0 // Install System.Text.Encoding.CodePages as a Cake Tool #tool nuget:?package=System.Text.Encoding.CodePages&version=8.0.0
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
Related Packages
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. monoandroid10 is compatible. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. monotouch10 is compatible. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. |
Xamarin.Mac | xamarinmac was computed. xamarinmac20 is compatible. |
Xamarin.TVOS | xamarintvos was computed. xamarintvos10 is compatible. |
Xamarin.WatchOS | xamarinwatchos was computed. xamarinwatchos10 is compatible. |
-
.NETFramework 4.6.2
- System.Memory (>= 4.5.5)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
-
.NETStandard 2.0
- System.Memory (>= 4.5.5)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
-
net6.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
-
net7.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (1.3K)
Showing the top 5 NuGet packages that depend on System.Text.Encoding.CodePages:
Package | 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/cf82d399c36008e7936d545cde24141f8d3790fa. |
|
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. |
|
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/cf82d399c36008e7936d545cde24141f8d3790fa. |
|
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/cf82d399c36008e7936d545cde24141f8d3790fa. |
|
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/cf82d399c36008e7936d545cde24141f8d3790fa. |
GitHub repositories (358)
Showing the top 5 popular GitHub repositories that depend on System.Text.Encoding.CodePages:
Repository | Stars |
---|---|
microsoft/PowerToys
Windows system utilities to maximize productivity
|
|
PowerShell/PowerShell
PowerShell for every system!
|
|
jellyfin/jellyfin
The Free Software Media System
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
QL-Win/QuickLook
Bring macOS “Quick Look” feature to Windows
|
Version | Downloads | Last updated | |
---|---|---|---|
9.0.0-rc.1.24431.7 | 1,742 | 9/10/2024 | |
9.0.0-preview.7.24405.7 | 8,343 | 8/13/2024 | |
9.0.0-preview.6.24327.7 | 15,419 | 7/9/2024 | |
9.0.0-preview.5.24306.7 | 7,946 | 6/11/2024 | |
9.0.0-preview.4.24266.19 | 4,842 | 5/21/2024 | |
9.0.0-preview.3.24172.9 | 11,970 | 4/11/2024 | |
9.0.0-preview.2.24128.5 | 3,940 | 3/12/2024 | |
9.0.0-preview.1.24080.9 | 13,541 | 2/13/2024 | |
8.0.0 | 16,605,418 | 11/14/2023 | |
8.0.0-rc.2.23479.6 | 36,574 | 10/10/2023 | |
8.0.0-rc.1.23419.4 | 64,497 | 9/12/2023 | |
8.0.0-preview.7.23375.6 | 46,228 | 8/8/2023 | |
8.0.0-preview.6.23329.7 | 7,077 | 7/11/2023 | |
8.0.0-preview.5.23280.8 | 8,150 | 6/13/2023 | |
8.0.0-preview.4.23259.5 | 20,565 | 5/16/2023 | |
8.0.0-preview.3.23174.8 | 33,080 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 22,478 | 3/14/2023 | |
8.0.0-preview.1.23110.8 | 27,114 | 2/21/2023 | |
7.0.0 | 45,561,048 | 11/7/2022 | |
7.0.0-rc.2.22472.3 | 58,148 | 10/11/2022 | |
7.0.0-rc.1.22426.10 | 72,192 | 9/14/2022 | |
7.0.0-preview.7.22375.6 | 17,761 | 8/9/2022 | |
7.0.0-preview.6.22324.4 | 7,815 | 7/12/2022 | |
7.0.0-preview.5.22301.12 | 7,967 | 6/14/2022 | |
7.0.0-preview.4.22229.4 | 15,053 | 5/10/2022 | |
7.0.0-preview.3.22175.4 | 7,044 | 4/13/2022 | |
7.0.0-preview.2.22152.2 | 16,078 | 3/14/2022 | |
7.0.0-preview.1.22076.8 | 7,206 | 2/17/2022 | |
6.0.0 | 200,745,226 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 30,244 | 10/12/2021 | |
6.0.0-rc.1.21451.13 | 16,899 | 9/14/2021 | |
6.0.0-preview.7.21377.19 | 16,449 | 8/10/2021 | |
6.0.0-preview.6.21352.12 | 27,221 | 7/14/2021 | |
6.0.0-preview.5.21301.5 | 10,284 | 6/15/2021 | |
6.0.0-preview.4.21253.7 | 26,072 | 5/24/2021 | |
6.0.0-preview.3.21201.4 | 16,585 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 29,993 | 3/11/2021 | |
6.0.0-preview.1.21102.12 | 40,822 | 2/12/2021 | |
5.0.0 | 196,533,074 | 11/9/2020 | |
5.0.0-rc.2.20475.5 | 23,954 | 10/13/2020 | |
5.0.0-rc.1.20451.14 | 34,148 | 9/14/2020 | |
5.0.0-preview.8.20407.11 | 20,300 | 8/25/2020 | |
5.0.0-preview.7.20364.11 | 59,852 | 7/21/2020 | |
5.0.0-preview.6.20305.6 | 223,823 | 6/25/2020 | |
5.0.0-preview.5.20278.1 | 25,817 | 6/10/2020 | |
5.0.0-preview.4.20251.6 | 22,485 | 5/18/2020 | |
5.0.0-preview.3.20214.6 | 43,050 | 4/23/2020 | |
5.0.0-preview.2.20160.6 | 6,435 | 4/2/2020 | |
5.0.0-preview.1.20120.5 | 34,177 | 3/16/2020 | |
4.7.1 | 34,871,743 | 5/12/2020 | |
4.7.0 | 296,461,546 | 12/3/2019 | |
4.7.0-preview3.19551.4 | 90,756 | 11/13/2019 | |
4.7.0-preview2.19523.17 | 24,833 | 11/1/2019 | |
4.7.0-preview1.19504.10 | 46,503 | 10/15/2019 | |
4.6.0 | 14,263,653 | 9/23/2019 | |
4.6.0-rc1.19456.4 | 64,954 | 9/16/2019 | |
4.6.0-preview9.19421.4 | 13,419 | 9/4/2019 | |
4.6.0-preview9.19416.11 | 982 | 9/4/2019 | |
4.6.0-preview8.19405.3 | 46,696 | 8/13/2019 | |
4.6.0-preview7.19362.9 | 44,264 | 7/23/2019 | |
4.6.0-preview6.19303.8 | 861,831 | 6/12/2019 | |
4.6.0-preview6.19264.9 | 1,122 | 9/4/2019 | |
4.6.0-preview5.19224.8 | 164,634 | 5/6/2019 | |
4.6.0-preview4.19212.13 | 286,732 | 4/18/2019 | |
4.6.0-preview3.19128.7 | 133,313 | 3/6/2019 | |
4.6.0-preview.19073.11 | 610,330 | 1/29/2019 | |
4.6.0-preview.18571.3 | 82,758 | 12/3/2018 | |
4.5.1 | 378,275,091 | 1/8/2019 | |
4.5.1-servicing-27114-05 | 3,574 | 11/28/2018 | |
4.5.0 | 230,060,589 | 5/29/2018 | |
4.5.0-rc1 | 383,412 | 5/6/2018 | |
4.5.0-preview2-26406-04 | 444,908 | 4/10/2018 | |
4.5.0-preview1-26216-02 | 359,263 | 2/26/2018 | |
4.5.0-preview1-25914-04 | 359,765 | 11/15/2017 | |
4.4.0 | 255,010,439 | 8/11/2017 | |
4.4.0-preview2-25405-01 | 210,013 | 6/27/2017 | |
4.4.0-preview1-25305-02 | 186,981 | 5/9/2017 | |
4.3.0 | 231,240,431 | 11/15/2016 | |
4.3.0-preview1-24530-04 | 34,434 | 10/24/2016 | |
4.0.1 | 216,637,196 | 6/27/2016 | |
4.0.1-rc2-24027 | 2,351,975 | 5/16/2016 | |
4.0.1-beta-23516 | 129,236 | 11/18/2015 | |
4.0.1-beta-23409 | 22,149 | 10/15/2015 | |
4.0.1-beta-23225 | 15,460 | 9/2/2015 | |
4.0.0 | 2,005,909 | 7/29/2015 | |
4.0.0-beta-23109 | 10,689 | 7/27/2015 | |
4.0.0-beta-23019 | 20,446 | 6/30/2015 | |
4.0.0-beta-22816 | 23,520 | 4/24/2015 | |
4.0.0-beta-22605 | 8,450 | 2/13/2015 | |
4.0.0-beta-22416 | 3,220 | 1/16/2015 | |
4.0.0-beta-22231 | 4,476 | 11/11/2014 |