Markus Scherer
Markus Scherer
``` meld ~/cldr/uni/src/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/UnicodeProperty.java unicodetools/src/main/java/org/unicode/props/UnicodeProperty.java ```
@eggrobin just deleted the UnicodeJSPs version in PR #649.
@nedley can you please take over this PR and address the feedback?
FYI @macchiati here is an earlier post about the current file process/workflow and writing files into the repo vs. into "Generated": https://github.com/unicode-org/unicodetools/issues/239#issuecomment-1128203903
> @nedley can you please take over this PR and address the feedback? ping @nedley
> This is still on my list, yes. ping @nedley ...?
Definitely not intended. Rant: > To give people instructions for reporting security vulnerabilities in your project, you can add a `SECURITY.md` file to your repository's root, `docs`, or `.github` folder....
@srl295 PR from December, in draft state. Are you intending to continue work here and take it out of "draft", for review?
Wish list: - Write a `*_data.h` file, e.g., `ucd_data.h`, with C initializers. Include that into [unisifex.c](https://github.com/unicode-org/unicodetools/blob/main/c/uca/sifter/unisifex.c). Check it into the same sifter folder. - For each boolean unisifex “property”, write...
PS: After some iterations in ICU, we settled there on the `_data.h` suffix for files with generated initializers, generated by calling writesrc.cpp functions. Examples: - https://github.com/unicode-org/icu/blob/main/icu4c/source/common/uchar_props_data.h - https://github.com/unicode-org/icu/blob/main/icu4c/source/common/ucase_props_data.h - https://github.com/unicode-org/icu/blob/main/icu4c/source/common/norm2_nfc_data.h