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

Update Unicode Character Database #28

Open
yoriyuki opened this issue Aug 26, 2017 · 1 comment
Open

Update Unicode Character Database #28

yoriyuki opened this issue Aug 26, 2017 · 1 comment
Milestone

Comments

@yoriyuki
Copy link
Owner

This is also a part of updating Camomile to the latest Unicode standard. This requires defining new properties and new property values, and taking cares of consistency of all code using UCD. The second thing to do.

@yoriyuki yoriyuki modified the milestone: v1.0.0 Sep 7, 2017
@yoriyuki
Copy link
Owner Author

7c88b72 implements a parser for Unicode Character Database ver 10.0.0. There are several issues to be resolved.

  • Parsing takes long time (3 min. in my machine).
  • Collation data is not supported now (because it is not a part of UCD). I will take a look when I update collation engine. Therefore, build for locales is currently disabled.
  • String_prep related data is also removed. We may say String_prep is out of scope because Camomile is an implementation of Unicode standard.
  • This modification breaks many modules in runtime, because names and formats are now different from Unicode Standard 3.2.

@yoriyuki yoriyuki modified the milestones: v1.0.0, v3.0.0 Mar 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant