Ulrich Telle
Ulrich Telle
I think I have addressed most items that were mentioned in the reviews. The following items are still open: 1) Methods `AddLikelySubtags()`, `RemoveLikelySubtags()`, and `GetBestMatch()` public or not? IMHO these...
> > 1. Methods `AddLikelySubtags()`, `RemoveLikelySubtags()`, and `GetBestMatch()` public or not? > > IMHO these methods should stay public. For applications dealing with locales and/or languages they could make sense....
Update on the open items. > > 1. Methods `AddLikelySubtags()`, `RemoveLikelySubtags()`, and `GetBestMatch()` public or not? > > IMHO these methods should stay public. For applications dealing with locales and/or...
While testing the new algorithm for determining the best translation language, I came across a Windows oddity. To determine the list of preferred UI languages the method `wxUILocale::GetPreferredUILanguages()` is called,...
> I had never heard about `GetUserLanguages()` before, but if this is the only way to get the real list of the configured languages, we should probably indeed try to...
In the meantime I worked on the underlying regeneration process for the wxWidgets language files. I improved the Lua scripts which are used to extract the required data from the...
@vadz > I'll try to look at this and merge it a.s.a.p. Take your time there is no hurry from my side. > but I need more time than I...
After adding the GitHub workflow `genlangdb.yml` this PR is now complete - unless further issues are reported, that is.
> I've finally tried to look at this again, but I admit I still only did it very superficially and, in particular, didn't make any effort to really understand all...
The underlying [libaegis](https://github.com/aegis-aead/libaegis) library (of which _SQLite3 Multiple Ciphers_ uses a slightly modified variant) has not yet been adapted to support the **ARM64EC** architecture. Maybe just adding a check for...