Markus Scherer

Results 324 comments of Markus Scherer

@macchiati reminder of an old project...

Hi @macchiati it looks like there are two sets of changes here: - Some changes in emoji-proposal-handling code, adding some extra checks? - An additional UnicodeSet parser related to the...

@srl295 can you please provide the exact lines of text that we should use at the top of our data files? @Ken-Whistler FYI

> The top level readme for this project has: Do you mean https://github.com/unicode-org/unicodetools/blob/main/README.md ? > ``` > Copyright © 2001-2023 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks...

> Yes, probably need to wait, and this will be targetting 16 anyway, right? The unicodetools README.md is just in the repo. It does not get copied into the www.unicode.org/Public/...

@srl295 it sounds like this is about the Readme.md in the GitHub unicodetools repo. Therefore, I am taking it off of the PAG dashboard. For resolution here, could you send...

It looks like CLDR RandomStringGenerator has other problems, too. It sounds generic, but its init() function is specific to working with the GCB property. And when you call the (Factory,...

I verified that the RandomStringGenerator is not used in CLDR. Please move it out of there and into the Unicode Tools. https://unicode-org.atlassian.net/browse/CLDR-15482

Something I learned (and others might have realized some time ago): The Unicode Tools use the CLDR UnicodePropertySymbolTable which calls into UnicodeProperty. That must be a CLDR UnicodeProperty, which is...

FYI In pull request #214 @srl295 copied most of the classes from https://github.com/unicode-org/cldr/tree/main/tools/cldr-code/src/main/java/org/unicode/cldr/util/props into the unicodetools. It looks like only abstract class [UnicodeLabel](https://github.com/unicode-org/cldr/blob/main/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/UnicodeLabel.java) (the base for all of the UnicodeProperty...