We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f514e68 commit c0705fcCopy full SHA for c0705fc
locale.c
@@ -5167,15 +5167,6 @@ Perl_init_i18nl10n(pTHX_ int printwarn)
5167
/* Done with finding the locales; update the auxiliary records */
5168
new_LC_ALL(NULL);
5169
5170
-# if defined(USE_POSIX_2008_LOCALE) && defined(USE_LOCALE_NUMERIC)
5171
-
5172
- /* This is a temporary workaround for #20155, to avoid issues where the
5173
- * global locale wants a radix different from the per-thread one. This
5174
- * restores behavior for LC_NUMERIC to what it was before a7ff7ac. */
5175
- posix_setlocale(LC_NUMERIC, "C");
5176
5177
-# endif
5178
5179
for (i = 0; i < NOMINAL_LC_ALL_INDEX; i++) {
5180
Safefree(curlocales[i]);
5181
}
0 commit comments