We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d5a8c commit 18d3710Copy full SHA for 18d3710
locale.c
@@ -5153,15 +5153,6 @@ Perl_init_i18nl10n(pTHX_ int printwarn)
5153
/* Done with finding the locales; update the auxiliary records */
5154
new_LC_ALL(NULL);
5155
5156
-# if defined(USE_POSIX_2008_LOCALE) && defined(USE_LOCALE_NUMERIC)
5157
-
5158
- /* This is a temporary workaround for #20155, to avoid issues where the
5159
- * global locale wants a radix different from the per-thread one. This
5160
- * restores behavior for LC_NUMERIC to what it was before a7ff7ac. */
5161
- posix_setlocale(LC_NUMERIC, "C");
5162
5163
-# endif
5164
5165
for (i = 0; i < NOMINAL_LC_ALL_INDEX; i++) {
5166
Safefree(curlocales[i]);
5167
}
0 commit comments