This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
restore comment mangled by 27da23d53ccce6
authorLukas Mai <l.mai@web.de>
Fri, 16 Sep 2016 11:02:16 +0000 (13:02 +0200)
committerLukas Mai <l.mai@web.de>
Fri, 16 Sep 2016 11:02:16 +0000 (13:02 +0200)
perl.c

diff --git a/perl.c b/perl.c
index afc9cbb..07b8523 100644 (file)
--- 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__)