This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: toggle LC_CTYPE in S_override
authorKarl Williamson <khw@cpan.org>
Wed, 27 Dec 2023 13:10:57 +0000 (06:10 -0700)
committerKarl Williamson <khw@cpan.org>
Wed, 3 Jan 2024 04:05:47 +0000 (21:05 -0700)
commitec02ab7a647280ff4f7f3fe63a35eecb515380f5
tree0f227facfce00b0a458ef5f6a2d115e2020d5c43
parent4f3785661c86751b74bdb1c94d0963829aa9a5b7
locale.c: toggle LC_CTYPE in S_override

Commit 0b60dbbe529b372662069aaadf3dfcf18f85c1cc missed this.  Most of
this function must be done in the requested locale so that the libc
functions work on the correct underlying locale.
locale.c