Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax: Make \p{Sc} work #899

Closed
wants to merge 1 commit into from
Closed

Conversation

jorickert
Copy link
Contributor

I am not completely sure if this change introduces some unwanted side effects, as there seems to be support for the 'Script' property, which is not the case for the 'Case_Folding' property

Fixes #835
Related #719 b1489c8

'sc' refers to the 'Currency_Symbol' general category,
but is also the abbreviation for the 'Script' property.

Fixes rust-lang#835
Related rust-lang#719 b1489c8
BurntSushi pushed a commit that referenced this pull request Mar 4, 2023
'sc' refers to the 'Currency_Symbol' general category, but is also
the abbreviation for the 'Script' property. So when going through the
canonicalization process, it would get normalized to 'Script' before
being checked as a general category. We fix it by special casing it.

See also #719

Fixes #835, #899
BurntSushi pushed a commit that referenced this pull request Mar 5, 2023
'sc' refers to the 'Currency_Symbol' general category, but is also
the abbreviation for the 'Script' property. So when going through the
canonicalization process, it would get normalized to 'Script' before
being checked as a general category. We fix it by special casing it.

See also #719

Fixes #835, #899
BurntSushi pushed a commit that referenced this pull request Mar 21, 2023
'sc' refers to the 'Currency_Symbol' general category, but is also
the abbreviation for the 'Script' property. So when going through the
canonicalization process, it would get normalized to 'Script' before
being checked as a general category. We fix it by special casing it.

See also #719

Fixes #835, #899
BurntSushi pushed a commit that referenced this pull request Apr 15, 2023
'sc' refers to the 'Currency_Symbol' general category, but is also
the abbreviation for the 'Script' property. So when going through the
canonicalization process, it would get normalized to 'Script' before
being checked as a general category. We fix it by special casing it.

See also #719

Fixes #835, #899
BurntSushi pushed a commit that referenced this pull request Apr 17, 2023
'sc' refers to the 'Currency_Symbol' general category, but is also
the abbreviation for the 'Script' property. So when going through the
canonicalization process, it would get normalized to 'Script' before
being checked as a general category. We fix it by special casing it.

See also #719

Fixes #835, #899
BurntSushi pushed a commit that referenced this pull request Apr 17, 2023
'sc' refers to the 'Currency_Symbol' general category, but is also
the abbreviation for the 'Script' property. So when going through the
canonicalization process, it would get normalized to 'Script' before
being checked as a general category. We fix it by special casing it.

See also #719

Fixes #835, #899
BurntSushi pushed a commit that referenced this pull request Apr 17, 2023
'sc' refers to the 'Currency_Symbol' general category, but is also
the abbreviation for the 'Script' property. So when going through the
canonicalization process, it would get normalized to 'Script' before
being checked as a general category. We fix it by special casing it.

See also #719

Fixes #835, #899
@BurntSushi
Copy link
Member

This was closed by 9e6b094.

@BurntSushi BurntSushi closed this Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Currency symbol abbreviation "Sc" is not a valid property
2 participants