Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita6a6ed7

Browse files
authored
Merge pull request#11446 from JaidenSlifer/patch-1
Fix UnicodeRanges documentation
2 parents5e2ff41 +c4b5915 commita6a6ed7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎xml/System.Text.Unicode/UnicodeRanges.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,8 @@ For the full set of characters in this block, see [The Unicode Standard, Version
511511
<ReturnType>System.Text.Unicode.UnicodeRange</ReturnType>
512512
</ReturnValue>
513513
<Docs>
514-
<summary>Gets the Basic Latin Unicode block (U+0021-U+007F).</summary>
515-
<value>The Basic Latin Unicode block (U+0021-U+007F).</value>
514+
<summary>Gets the Basic Latin Unicode block (U+0000-U+007F).</summary>
515+
<value>The Basic Latin Unicode block (U+0000-U+007F).</value>
516516
<remarks>
517517
<formattype="text/markdown"><![CDATA[
518518
@@ -3357,8 +3357,8 @@ For the full set of characters in this block, see [The Unicode Standard, Version
33573357
<ReturnType>System.Text.Unicode.UnicodeRange</ReturnType>
33583358
</ReturnValue>
33593359
<Docs>
3360-
<summary>Gets the Latin-1 Supplement Unicode block (U+00A1-U+00FF).</summary>
3361-
<value>The Latin-1 Supplement Unicode block (U+00A1-U+00FF).</value>
3360+
<summary>Gets the Latin-1 Supplement Unicode block (U+0080-U+00FF).</summary>
3361+
<value>The Latin-1 Supplement Unicode block (U+0080-U+00FF).</value>
33623362
<remarks>
33633363
<formattype="text/markdown"><![CDATA[
33643364

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp