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

Why does not Unicode_3_2 have propertyValueAliases for key blk=alphabeticpresentationforms? #830

Open
regisd opened this issue Dec 22, 2020 · 0 comments
Assignees
Labels
question More information is needed
Projects

Comments

@regisd
Copy link
Member

regisd commented Dec 22, 2020

While re-generating the Unicode data with the ucd_generator (#828), I had an unexpected output with Unicode 3.2.0

  • propertyValueAliases: Not true that <{ahex=asciihexdigit, alpha=alphabetic, arab=arabic, etc.
  • is equal to <{ahex=asciihexdigit, alpha=alphabetic, arab=arabic, etc.
  • The subject has the following extra entries: {blk=alphabeticpresentationforms=block=alphabeticpresentationforms, blk=arabic=block=arabic, etc.

@sarowe Why does the current Unicode_3_2.java not contain the block blk value aliases?

The value block=alphabeticpresentationforms is used in the interval. L3928

And the alias is defined in PropertyAliases-3.2.0.txt

# Non-enumerated Properties
# ================================================
age       ; Age
blk       ; Block

Shouldn't we emit the alias in that case?

@regisd regisd added the question More information is needed label Dec 22, 2020
@regisd regisd added this to Open bugs in JFlex core via automation Dec 22, 2020
@regisd regisd changed the title Why does Unicode_3_2 not have propertyValiesAliases for key blk=alphabeticpresentationforms Why does Unicode_3_2 not have propertyValiesAliases for key blk=alphabeticpresentationforms? Dec 22, 2020
@regisd regisd changed the title Why does Unicode_3_2 not have propertyValiesAliases for key blk=alphabeticpresentationforms? Why does not Unicode_3_2 not have propertyValiueAliases for key blk=alphabeticpresentationforms? Dec 22, 2020
@regisd regisd changed the title Why does not Unicode_3_2 not have propertyValiueAliases for key blk=alphabeticpresentationforms? Why does not Unicode_3_2 have propertyValiueAliases for key blk=alphabeticpresentationforms? Dec 22, 2020
@regisd regisd changed the title Why does not Unicode_3_2 have propertyValiueAliases for key blk=alphabeticpresentationforms? Why does not Unicode_3_2 have propertyValueAliases for key blk=alphabeticpresentationforms? Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question More information is needed
Projects
JFlex core
  
Open bugs
Development

No branches or pull requests

2 participants