In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/73e1bd1a5c02345bc685f62eb3210f5a55378752?hp=720c8c4f57a8be0960c9068d899e9d111e143382>

- Log -----------------------------------------------------------------
commit 73e1bd1a5c02345bc685f62eb3210f5a55378752
Author: Lukas Mai <l....@web.de>
Date:   Fri Sep 16 13:02:16 2016 +0200

    restore comment mangled by 27da23d53ccce6
-----------------------------------------------------------------------

Summary of changes:
 perl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/perl.c b/perl.c
index afc9cbb..07b8523 100644
--- a/perl.c
+++ b/perl.c
@@ -2300,6 +2300,7 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit)
 
     /* PL_unicode is turned on by -C, or by $ENV{PERL_UNICODE},
      * or explicitly in some platforms.
+     * PL_utf8locale is conditionally turned on by
      * locale.c:Perl_init_i18nl10n() if the environment
      * look like the user wants to use UTF-8. */
 #if defined(__SYMBIAN32__)

--
Perl5 Master Repository

Reply via email to