Markus Scherer

Results 324 comments of Markus Scherer

PS: We are looking at deprecating h24 because it is not used in CLDR data, which means we _don't know_ of a real use case. It is still possible that...

This does not seem to apply, since ICU requires C++17: ``` warning: class template argument deduction is incompatible with C++ standards before C++17; for compatibility, use explicit type ```

I just found that internally to Google, we have a brand new C++ “Tip of the Week `#238`: Avoid std::make_pair and std::make_tuple” It recommends using `{a, b}` if possible, otherwise...

This PR here also targets the main branch...

We publish alpha and beta files in a location whose path contains "draft". This indicates the status at least as well as a version suffix. Some of the readmes that...

> ... I read this in a recent pull request comment: > > > The link checker complains about https://www.unicode.org/Public/UCA/16.0.0/ etc. because there should be redirects from there to /Public/draft/UCA/...

@sffc please take a look at the feedback from @FrankYFTang

Let's not have this be stuck for a second release just on line wrapping... I have amended the commit to address @FrankYFTang 's feedback. @richgillam had approved this already in...

> Digging in the export tables, and a bunch of entries seems to be dropped (not exported anymore). > [...] > I've seen both static an non static methods disappearing,...

> > @mihnita since you have a Windows machine, can you please try this? For example: > > I tried, there is no difference in the export table between this...