-
5612686e
by Alexandre Julliard at 2026-05-15T14:34:46+02:00
kernel32/tests: Adapt sort order test for Japanese and Korean.
-
250a2162
by Alexandre Julliard at 2026-05-15T15:44:17+02:00
kernel32/tests: Remove a sorting test that depends on Windows version.
-
e5f1444a
by Alexandre Julliard at 2026-05-15T15:44:17+02:00
kernel32/tests: Fix some geo name tests on latest Windows.
It's more strict about not storing invalid values in the registry.
-
00580f7d
by Alexandre Julliard at 2026-05-15T15:44:17+02:00
kernelbase: Don't store invalid geo names in the registry.
-
181959ee
by Alexandre Julliard at 2026-05-15T15:44:17+02:00
kernelbase: Implement GetGeoInfo(GEO_NAME).
And ignore GEO_TIMEZONES and GEO_OFFICIALLANGUAGES which are
apparently also ignored on Windows.
-
93b95afe
by Alexandre Julliard at 2026-05-15T15:44:17+02:00
kernelbase: Implement GetGeoInfo(GEO_RFC1766).
-
6d07a8ec
by Alexandre Julliard at 2026-05-15T15:44:17+02:00
kernelbase: Implement GetGeoInfo(GEO_LCID).
-
0fd8219a
by Alexandre Julliard at 2026-05-15T15:44:17+02:00
kernelbase: Partially implement GetGeoInfo(GEO_FRIENDLYNAME).
Based on a patch by Rose Hellsing.