Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.85k stars 524 forks source link

loc_tools.pl: Fix up Windows locale gathering #22157

Closed khwilliamson closed 1 week ago

khwilliamson commented 1 week ago

The code previously didn't properly check for .ACP, .OCP, and .1252 locales, and as a result the attempts to check these were not the proper syntax and so they didn't get tested.

khwilliamson commented 1 week ago

@sisyphus please check

sisyphus commented 1 week ago

Tests fine for me on for MSWin32-x64-multi-thread-quadmath and MSWin32-x86-multi-thread-quadmath - both of which were built using a UCRT gcc-13.2.0 compiler. I don't see a need to test the whole range of ivtype and nvtype permutations, and the CI tests have already checked some other configurations.

Looks good !!