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