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

Running tests under openjdk-21.0.1 have errors with unicode categories #99

Open
curious-odd-man opened this issue Feb 24, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@curious-odd-man
Copy link
Owner

curious-odd-man commented Feb 24, 2024

Image contains unicode category keys that fail:
image

Below are the categories and list of characters that seem to not belong to that category anymore.
i.e. in java 17 - it belongs to category
in java 21 - it does not belong in category

ANY_LETTER: 'ࢵ','ౝ','ೝ','ᜍ','ᜟ','ᭌ','Ⱟ','ⱟ','ꟓ',
ANY_LETTER: range(2160, 2183), range(2185, 2190), range(2248, 2249), range(40957, 40959), range(42944, 42945), range(42960, 42961), range(42965, 42969), range(42994, 42996), 

LOWERCASE_LETTER: 'ⱟ','ꟁ','ꟑ','ꟓ','ꟕ','ꟗ','ꟙ',

UPPERCASE_LETTER: 'Ⱟ','Ꟁ','Ꟑ','Ꟗ','Ꟙ',

MODIFIER_LETTER: 'ࣉ',
MODIFIER_LETTER: range(42994, 42996), 

OTHER_LETTER: 'ࢵ','ࣈ','ౝ','ೝ','ᜍ','ᜟ','ᭌ',
OTHER_LETTER: range(2160, 2183), range(2185, 2190), range(40957, 40959), 

MARK: '఼','ೳ','໎','᜕','᠏','᷺',
MARK: range(2200, 2207), range(2250, 2258), range(6849, 6862), 

NON_SPACING_MARK: '఼','໎','᠏','᷺',
NON_SPACING_MARK: range(2200, 2207), range(2250, 2258), range(6849, 6862), 

SPACING_COMBINING_MARK: 'ೳ','᜕','᜴',

SYMBOL: '࢈','⃀',

CURRENCY_SYMBOL: '⃀',

MODIFIER_SYMBOL: '࢈',

PUNCTUATION: '؝',
PUNCTUATION: range(7037, 7038), range(11859, 11869), 

DASH_PUNCTUATION: '⹝',

OPEN_PUNCTUATION: '⹕','⹗','⹙','⹛',

CLOSE_PUNCTUATION: '⹖','⹘','⹚','⹜',

OTHER_PUNCTUATION: '؝',
OTHER_PUNCTUATION: range(7037, 7038), range(11859, 11860), 

FORMAT: range(2192, 2193), 
 
@curious-odd-man curious-odd-man added the bug Something isn't working label Feb 24, 2024
@curious-odd-man curious-odd-man self-assigned this Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant