diff options
author | Tom Christiansen <tchrist@perl.com> | 1998-08-11 05:58:07 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-02 18:03:51 +0000 |
commit | b687b08b628449b317ff558f31d9d716ace045de (patch) | |
tree | cf2f3d08c76010d3997b1647f790742612a48c39 /pod/perllocale.pod | |
parent | b2d124e428258350667f59b4f3c8ccc7a652e994 (diff) | |
download | perl-b687b08b628449b317ff558f31d9d716ace045de.tar.gz |
Fix most of the bad L<> links of
Subject: bad L<> links
Reply-to: tchrist@perl.com
To: perlbug@jhereg.perl.com
Message-Id: <199808111658.KAA00484@jhereg.perl.com>
The ones not fixed may require darker Pod::HTML magic,
for example the perlguts.html#tags should work fine, IMHO.
p4raw-id: //depot/cfgperl@2437
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r-- | pod/perllocale.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod index ba93f18edd..dba15feffe 100644 --- a/pod/perllocale.pod +++ b/pod/perllocale.pod @@ -330,7 +330,7 @@ Second, if using the listed commands you see something B<exactly> (prefix matches do not count and case usually counts) like "En_US" without the quotes, then you should be okay because you are using a locale name that should be installed and available in your system. -In this case, see L<Fixing system locale configuration>. +In this case, see L<Permanently fixing system locale configuration>. =head2 Permanently fixing your locale configuration @@ -349,7 +349,7 @@ rules for matching locale names are a bit vague because standardization is weak in this area. See again the L<Finding locales> about general rules. -=head2 Permanently fixing system locale configuration +=head2 Fixing system locale configuration Contact a system administrator (preferably your own) and report the exact error message you get, and ask them to read this same documentation you @@ -855,7 +855,7 @@ always in force, even if the program environment suggested otherwise (see L<The setlocale function>). By default, Perl still behaves this way for backward compatibility. If you want a Perl application to pay attention to locale information, you B<must> use the S<C<use locale>> -pragma (see L<The use locale Pragma>) to instruct it to do so. +pragma (see L<The use locale pragma>) to instruct it to do so. Versions of Perl from 5.002 to 5.003 did use the C<LC_CTYPE> information if available; that is, C<\w> did understand what |