From c4b59155db69e277ca0b7d04f9bc4857414434a8 Mon Sep 17 00:00:00 2001 From: JaidenSlifer <117319697+JaidenSlifer@users.noreply.github.com> Date: Thu, 12 Jun 2025 13:52:13 -0400 Subject: [PATCH] Update UnicodeRanges.xml Correct BasicLatin and Latin1Supplement Unicode Ranges --- xml/System.Text.Unicode/UnicodeRanges.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/System.Text.Unicode/UnicodeRanges.xml b/xml/System.Text.Unicode/UnicodeRanges.xml index fc9b9b4e91d..df5a0b52029 100644 --- a/xml/System.Text.Unicode/UnicodeRanges.xml +++ b/xml/System.Text.Unicode/UnicodeRanges.xml @@ -511,8 +511,8 @@ For the full set of characters in this block, see [The Unicode Standard, Version System.Text.Unicode.UnicodeRange - Gets the Basic Latin Unicode block (U+0021-U+007F). - The Basic Latin Unicode block (U+0021-U+007F). + Gets the Basic Latin Unicode block (U+0000-U+007F). + The Basic Latin Unicode block (U+0000-U+007F). System.Text.Unicode.UnicodeRange - Gets the Latin-1 Supplement Unicode block (U+00A1-U+00FF). - The Latin-1 Supplement Unicode block (U+00A1-U+00FF). + Gets the Latin-1 Supplement Unicode block (U+0080-U+00FF). + The Latin-1 Supplement Unicode block (U+0080-U+00FF).