System.Text.Encoding.CodePages 9.0.0-preview.3.24172.9

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
EPPlus
A spreadsheet library for .NET framework and .NET core
1,601
EPPlus
Create advanced Excel spreadsheets using .NET
1,812
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.
50
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.
53
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard.
46
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard. 8f968b9e79c5721d78cc88e46fe57457fe9d490d When using NuGet 3.x this package requires at least version 3.4.
50
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
46
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
53
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
54
System.Data.Odbc
Provides a collection of classes used to access an ODBC data source in the managed space Commonly Used Types: System.Data.Odbc.OdbcCommand System.Data.Odbc.OdbcConnection System.Data.Odbc.OdbcDataReader System.Data.Odbc.OdbcDataAdapter System.Data.Odbc.OdbcParameter System.Data.Odbc.OdbcParameterCollection System.Data.Odbc.OdbcTransaction
47
System.Data.Odbc
Provides a collection of classes used to access an ODBC data source in the managed space Commonly Used Types: System.Data.Odbc.OdbcCommand System.Data.Odbc.OdbcConnection System.Data.Odbc.OdbcDataReader System.Data.Odbc.OdbcDataAdapter System.Data.Odbc.OdbcParameter System.Data.Odbc.OdbcParameterCollection System.Data.Odbc.OdbcTransaction
48
System.Data.Odbc
Provides a collection of classes used to access an ODBC data source in the managed space Commonly Used Types: System.Data.Odbc.OdbcCommand System.Data.Odbc.OdbcConnection System.Data.Odbc.OdbcDataReader System.Data.Odbc.OdbcDataAdapter System.Data.Odbc.OdbcParameter System.Data.Odbc.OdbcParameterCollection System.Data.Odbc.OdbcTransaction
50
System.Data.Odbc
Provides a collection of classes used to access an ODBC data source in the managed space Commonly Used Types: System.Data.Odbc.OdbcCommand System.Data.Odbc.OdbcConnection System.Data.Odbc.OdbcDataReader System.Data.Odbc.OdbcDataAdapter System.Data.Odbc.OdbcParameter System.Data.Odbc.OdbcParameterCollection System.Data.Odbc.OdbcTransaction
51
System.Data.Odbc
Provides a collection of classes used to access an ODBC data source in the managed space Commonly Used Types: System.Data.Odbc.OdbcCommand System.Data.Odbc.OdbcConnection System.Data.Odbc.OdbcDataReader System.Data.Odbc.OdbcDataAdapter System.Data.Odbc.OdbcParameter System.Data.Odbc.OdbcParameterCollection System.Data.Odbc.OdbcTransaction
52
System.Data.Odbc
Provides a collection of classes used to access an ODBC data source in the managed space Commonly Used Types: System.Data.Odbc.OdbcCommand System.Data.Odbc.OdbcConnection System.Data.Odbc.OdbcDataReader System.Data.Odbc.OdbcDataAdapter System.Data.Odbc.OdbcParameter System.Data.Odbc.OdbcParameterCollection System.Data.Odbc.OdbcTransaction
53
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 0f6d0a02c9cc2e766dd543ff24135f16e9a971e4 When using NuGet 3.x this package requires at least version 3.4.
55
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 215f374988eba0829f6880026909851ed04a8638 When using NuGet 3.x this package requires at least version 3.4.
51
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.
47
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.
61
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.
9,118

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-preview.3.24172.9 1 04/16/2024
9.0.0-preview.2.24128.5 2 03/14/2024
9.0.0-preview.1.24080.9 5 02/26/2024
8.0.0 10 11/16/2023
8.0.0-rc.2.23479.6 5 10/12/2023
8.0.0-rc.1.23419.4 8 09/16/2023
8.0.0-preview.7.23375.6 33 09/05/2023
8.0.0-preview.6.23329.7 23 07/15/2023
8.0.0-preview.5.23280.8 6 06/18/2023
8.0.0-preview.4.23259.5 13 05/30/2023
8.0.0-preview.3.23174.8 19 04/15/2023
8.0.0-preview.2.23128.3 44 03/29/2023
8.0.0-preview.1.23110.8 17 02/26/2023
7.0.0 32 12/15/2022
7.0.0-rc.2.22472.3 62 10/24/2022
7.0.0-rc.1.22426.10 66 12/16/2022
7.0.0-preview.7.22375.6 30 09/21/2022
7.0.0-preview.6.22324.4 54 09/21/2022
7.0.0-preview.5.22301.12 58 08/12/2022
7.0.0-preview.4.22229.4 51 09/21/2022
7.0.0-preview.3.22175.4 24 09/21/2022
7.0.0-preview.2.22152.2 65 09/21/2022
7.0.0-preview.1.22076.8 60 08/11/2022
6.0.2-mauipre.1.22102.15 32 09/21/2022
6.0.2-mauipre.1.22054.8 53 09/21/2022
6.0.0 76 09/21/2022
6.0.0-rc.2.21480.5 69 09/21/2022
6.0.0-rc.1.21451.13 63 08/11/2022
6.0.0-preview.7.21377.19 74 09/21/2022
6.0.0-preview.6.21352.12 38 09/21/2022
6.0.0-preview.5.21301.5 37 09/21/2022
6.0.0-preview.4.21253.7 34 09/21/2022
6.0.0-preview.3.21201.4 37 09/21/2022
6.0.0-preview.2.21154.6 31 09/21/2022
6.0.0-preview.1.21102.12 69 09/21/2022
5.0.0 1,653 09/21/2022
5.0.0-rc.2.20475.5 50 08/11/2022
5.0.0-rc.1.20451.14 45 09/21/2022
5.0.0-preview.8.20407.11 32 09/21/2022
5.0.0-preview.7.20364.11 72 08/11/2022
5.0.0-preview.6.20305.6 55 09/21/2022
5.0.0-preview.5.20278.1 13 08/11/2022
5.0.0-preview.4.20251.6 58 09/21/2022
5.0.0-preview.3.20214.6 58 09/21/2022
5.0.0-preview.2.20160.6 41 09/21/2022
5.0.0-preview.1.20120.5 57 09/21/2022
4.7.1 59 09/21/2022
4.7.0 1,831 06/27/2022
4.7.0-preview3.19551.4 41 09/21/2022
4.7.0-preview2.19523.17 54 09/21/2022
4.7.0-preview1.19504.10 67 09/21/2022
4.6.0 52 07/17/2022
4.6.0-rc1.19456.4 57 09/21/2022
4.6.0-preview9.19421.4 37 09/21/2022
4.6.0-preview9.19416.11 52 09/21/2022
4.6.0-preview8.19405.3 23 09/21/2022
4.6.0-preview7.19362.9 19 08/11/2022
4.6.0-preview6.19303.8 28 08/11/2022
4.6.0-preview6.19264.9 63 09/21/2022
4.6.0-preview5.19224.8 27 09/21/2022
4.6.0-preview4.19212.13 28 09/21/2022
4.6.0-preview3.19128.7 12 09/21/2022
4.6.0-preview.19073.11 41 09/21/2022
4.6.0-preview.18571.3 19 09/21/2022
4.5.1 46 09/21/2022
4.5.1-servicing-27114-05 44 08/11/2022
4.5.0 70 09/21/2022
4.5.0-rc1 49 09/21/2022
4.5.0-preview2-26406-04 57 09/21/2022
4.5.0-preview1-26216-02 50 09/21/2022
4.5.0-preview1-25914-04 69 09/21/2022
4.4.0 16 08/11/2022
4.4.0-preview2-25405-01 40 09/21/2022
4.4.0-preview1-25305-02 12 09/21/2022
4.3.0 59 09/21/2022
4.3.0-preview1-24530-04 23 08/11/2022
4.0.1 21 09/21/2022
4.0.1-rc2-24027 32 08/11/2022
4.0.1-beta-23516 28 09/21/2022
4.0.1-beta-23409 25 09/12/2022
4.0.1-beta-23225 33 09/21/2022
4.0.0 59 09/21/2022
4.0.0-beta-23109 70 09/21/2022
4.0.0-beta-23019 49 08/11/2022
4.0.0-beta-22816 41 09/21/2022
4.0.0-beta-22605 24 09/21/2022
4.0.0-beta-22416 64 09/21/2022
4.0.0-beta-22231 58 09/21/2022