Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 6b961c8ec83bb5142514a7a66660c45b8cc88041
https://github.com/Perl/perl5/commit/6b961c8ec83bb5142514a7a66660c45b8cc88041
Author: Karl Williamson <[email protected]>
Date: 2024-02-07 (Wed, 07 Feb 2024)
Changed paths:
M locale.c
Log Message:
-----------
locale.c: Reword comment for clarity
Commit: 86e593981b20f11fc201eef9e42f4cc3c87c9cfe
https://github.com/Perl/perl5/commit/86e593981b20f11fc201eef9e42f4cc3c87c9cfe
Author: Karl Williamson <[email protected]>
Date: 2024-02-07 (Wed, 07 Feb 2024)
Changed paths:
M lib/locale.t
M locale.c
Log Message:
-----------
Accept 0 for first alternate digit when no nl_langinfo()
Commit 85857715f96ef9f591dd5ca0322dc293e1f07867 allows a locale to have
an ASCII digit 0 to be the first alternate digit. This is to
accommodate locales without a zero (such as Roman numerals) to use the
modern day Western 0, and still have the rest of the digits be
alternates.
This commit extends that to perl's emulation of nl_langinfo() on systems
that lack that libc function.
Compare: https://github.com/Perl/perl5/compare/95e3939ea385...86e593981b20