diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-03-28 21:00:13 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-04-04 12:33:40 -0600 |
commit | 42d3c0f0d8b1e34eff0b8f0bba335a48d956452c (patch) | |
tree | 1773adcffc2bdb885a952a7f1cc5fdbf386dc876 /pod/perlunicode.pod | |
parent | 5bbfa552246f66d64448edd315c53d7d3521da50 (diff) | |
download | perl-42d3c0f0d8b1e34eff0b8f0bba335a48d956452c.tar.gz |
perlunicode: Remove out-dated text
This promised feature never fully worked, as some things have always
been compiled into perl, and just changing an environment variable won't
change that. In 5.16, even more things are compiled-in, so this is even
more broken
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r-- | pod/perlunicode.pod | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 74c16669fd..97f800ba19 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -1603,13 +1603,6 @@ F<lib/unicore> in the Perl source tree. Follow the instructions in F<README.perl> in that directory to change some of their names, and then build perl (see L<INSTALL>). -It is even possible to copy the built files to a different directory, and then -change F<utf8_heavy.pl> in the directory C<$Config{privlib}> to point to the -new directory, or maybe make a copy of that directory before making the change, -and using C<@INC> or the C<-I> run-time flag to switch between versions at will -(but because of caching, not in the middle of a process), but all this is -beyond the scope of these instructions. - =head1 BUGS =head2 Interaction with Locales |