Ulrich Telle

Results 182 comments of Ulrich Telle

@vadz: Sorry for the delay - I had to perform some small experiments to be able to respond to your last post. > Let's be honest with ourselves here: documenting...

> My 2 cents: If you must to do something, revert the change. Actually, I really don't understand your recommendation, @PBfordev. In your [last reply](https://forums.wxwidgets.org/viewtopic.php?p=229088#p229088) on the wxForum you told...

> It's almost universally seen as a bug. Yes, it is a bug ... in the user's application, namely **not** setting a locale. And a misfeature in the MS date/time...

> As I wrote several times here and elsewhere, I am surprised at the user feedback to this, even more so it coming from users not using US locale who...

Regarding CI checks: - Code Checks / Check Whitespace fails due to tabs and whitespace issues in Unicode CLDR data files. These files should be excluded from the checks. -...

> > Just say `(void) bestDesired;` after its definition. > > We have `wxUnusedVar()` for this, which is more readable. @vadz @lanurmi - Thanks for the pointer. This fixes the...

> Thanks for your work on this, I didn't have time to look at everything, but the code changes look reasonable and the tests seem to conform to my expectations...

> > There are Lua scripts, SQL scripts, Python scripts and XSLT (which I'd gladly never touch again in my life) and I'm just scared. > > FWIW, CLDR publishes...

> > > There are Lua scripts, SQL scripts, Python scripts and XSLT (which I'd gladly never touch again in my life) and I'm just scared. > > > >...

> `wxTranslations` is documented to return empty string if no match is found — then the "default language" fallback is realized simply by wxTranslations not loading any translation. IMNSHO this...