Skip to content

UnicodeRanges static properties return incorrect range #11434

Open
@JaidenSlifer

Description

@JaidenSlifer

Type of issue

Typo

Description

UnicodeRanges provides several static UnicodeRange properties corresponding to Unicode code blocks. For some of these properties, the returned range is not equivalent to the range stated in the documentation.

For example, UnicodeRanges.BasicLatin is stated to return the range from U+0021 to U+007F, but actually returns the range from U+0000 to U+007F.

The only two ranges I have found to be incorrect are BasicLatin and Latin1Supplement (range starts at U+0080 instead of U+00A1), although there could be other instances.

Page URL

https://learn.microsoft.com/en-us/dotnet/api/system.text.unicode.unicoderanges?view=net-9.0

Content source URL

https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Text.Unicode/UnicodeRanges.xml

Document Version Independent Id

6368ec59-4d47-ee92-f8e7-3186c02ed15e

Platform Id

2af53177-3df4-d0c5-3ad9-ed54446fc29d

Article author

@dotnet-bot

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions