Skip to content

Commit b09abd2

Browse files
Update xml/System.Text/Encoding.xml
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
1 parent 55d39da commit b09abd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xml/System.Text/Encoding.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Use the <xref:System.Text.Encoding.GetEncoding*> method to obtain other encoding
102102
103103
## List of encodings
104104
105-
The following table lists the encodings supported by .NET. It lists each encoding's code page number and the values of the encoding's <xref:System.Text.EncodingInfo.Name?displayProperty=nameWithType> and <xref:System.Text.EncodingInfo.DisplayName?displayProperty=nameWithType> properties. A check mark in the **.NET support** column indicates that the code page is natively supported by .NET, regardless of the underlying platform.Other encodings are available by using the <xref:System.Text.CodePagesEncodingProvider?displayProperty=nameWithType> class or by deriving from the <xref:System.Text.EncodingProvider?displayProperty=nameWithType> class.
105+
The following table lists the encodings supported by .NET. It lists each encoding's code page number and the values of the encoding's <xref:System.Text.EncodingInfo.Name?displayProperty=nameWithType> and <xref:System.Text.EncodingInfo.DisplayName?displayProperty=nameWithType> properties. A check mark in the **.NET support** column indicates that the code page is natively supported by .NET, regardless of the underlying platform. Other encodings are available by using the <xref:System.Text.CodePagesEncodingProvider?displayProperty=nameWithType> class or by deriving from the <xref:System.Text.EncodingProvider?displayProperty=nameWithType> class.
106106
107107
> [!NOTE]
108108
> Code pages whose <xref:System.Text.EncodingInfo.Name?displayProperty=nameWithType> property corresponds to an international standard do not necessarily comply in full with that standard.

0 commit comments

Comments
 (0)