From 88da426834f4d7824d86069d544c6f9082d9c011 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 11 Mar 2021 09:17:28 -0700 Subject: [PATCH] locale.c comments --- locale.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/locale.c b/locale.c index a339850c3db2..eb51fdfd2766 100644 --- a/locale.c +++ b/locale.c @@ -111,6 +111,14 @@ * its locale information before the first fork, and be stable thereafter. But * perl toggles LC_NUMERIC if the locale's radix character isn't a dot, as do * the other toggles, which are less common. + +perllocale needs to be updated. Apparently this isn't a problem with querying what locale we are in +we could just return false for utf8 locales + + < * The locale names returned by these macros are per-thread, and stable until + < * setlocale() is called again. You may need to savepv() them, if the locale + < * is being changed. + */ /* If the environment says to, we can output debugging information during