-
-
Notifications
You must be signed in to change notification settings - Fork 42
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 Unicodejsps to U13.0 and E13.1 #44
Update Unicodejsps to U13.0 and E13.1 #44
Conversation
unicodetools/org/unicode/propstest/UnicodePropertyPartition.java
Outdated
Show resolved
Hide resolved
unicodetools/org/unicode/propstest/UnicodePropertyPartition.java
Outdated
Show resolved
Hide resolved
unicodetools/org/unicode/propstest/UnicodePropertyPartition.java
Outdated
Show resolved
Hide resolved
unicodetools/org/unicode/propstest/UnicodePropertyPartition.java
Outdated
Show resolved
Hide resolved
Changed the method name, and removed the UnicodePropertyPartition. Should be ready now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maven related part LGTM, no comment on the Unicode changes themselves
Pending PR with one or two unresolved comments, and now with merge conflicts. But this still wants to move forward, right? |
Yes, would be good to move forward, address comments in next one.
…On Thu, May 27, 2021, 16:16 Markus Scherer ***@***.***> wrote:
Pending PR with one or two unresolved comments, and now with merge
conflicts. But this still wants to move forward, right?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJLEMFW56BLU4I6U56UIFTTP3HF5ANCNFSM4YJF3XRA>
.
|
e9cf7fb
to
7b23830
Compare
Mark,
|
7b23830
to
af2431d
Compare
Basic_Emoji is a DelayedUnicodeProperty, of type |
@macchiati i know you can't review since you opened it, but let me knwo if you have any comments |
These are boolean properties of strings, and outside of the UCD, so generic code that gets the type from PropertyAliases.txt won't know what these are. We probably need to hardcode their types into the tools until we can get something better into the Unicode data files. (Mark and I have related action items that we haven't gotten to yet.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks mostly plausible; please also take a look at a couple of older comments and fix or otherwise resolve
Ok, will take a spin through. There are a lot of "13.1" related changes. |
I think I am out of comments. Could you please squash? |
- a few fixes also for UTS unicode-org#18. - Note that the easiest way to support U13 and E13.1 was to copy some extra files into idna/13.1 and security/13.1 (to revisit in unicode-org#100) - Clarify where getTrueSet() can't be called - Work around getTrueSet() exception for UNKNOWN type data - Add CheckEmojiProps2.java (work around name conflict) - improve tool output Co-authored-by: Markus Scherer <markus.icu@gmail.com> Co-authored-by: Steven R. Loomis <srl295@gmail.com>
0a6eb08
to
5ffba89
Compare
Squashed to 1. Verified JSP works as well after squash. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm tnx!
Will make a release and deploy Monday. |
Adds a few fixes also for
UTS #18
, and a fix to the layout (when you have too many strings, the generated html was faulty).Adjusted the target for CopyPropsToUnicodeJsp.java, needed after the mavenizing of UnicodeJsps.
Note that the easiest way to support U13 and E13.1 was to copy some extra files into idna/13.1 and security/13.1