Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: c3b01b791bb308adb1c4c7bbbe7590fef79b9dd0
      
https://github.com/Perl/perl5/commit/c3b01b791bb308adb1c4c7bbbe7590fef79b9dd0
  Author: Karl Williamson <k...@cpan.org>
  Date:   2022-08-23 (Tue, 23 Aug 2022)

  Changed paths:
    M locale.c
    M t/run/locale.t

  Log Message:
  -----------
  Use Windows system default locale

This fixes #20054

In order to make Perl programs more portable, the perl locale system on
Windows emulates POSIX behavior.  But Windows has a default system
locale, missing from other platforms.  This really should be considered
as a fallback when the POSIX behavior doesn't work.

And it was, for a few releases, as noted in the ticket.  But
inadvertently broken in 5.28; and this commit now restores it.


Reply via email to