diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-07-07 16:27:47 +0300 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-08 02:11:11 +0000 |
commit | 60f0fa02348e327557421afb6d9216b0c90dc2f5 (patch) | |
tree | 07a5bbacd54d5cb50d71f3a6478bd6fdd2cfa6c7 /pod/perllocale.pod | |
parent | fb87c415cfc5d52e36013c492176de3a1df7a905 (diff) | |
download | perl-60f0fa02348e327557421afb6d9216b0c90dc2f5.tar.gz |
applied tweak (via private mail)
Message-Id: <199807071027.NAA20829@alpha.hut.fi>
Subject: tiny perllocale.pod patch for 5.004_70
p4raw-id: //depot/perl@1363
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r-- | pod/perllocale.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod index f4ca0dd607..a3e3998883 100644 --- a/pod/perllocale.pod +++ b/pod/perllocale.pod @@ -412,6 +412,14 @@ environment variable to determine the application's notions on collation alphabets, but where do 'E<aacute>' and 'E<aring>' belong? And while 'color' follows 'chocolate' in English, what about in Spanish? +The following collations all make sense and you may meet any of them +if you "use locale". + + A B C D E a b c d e + A a B b C c D d D e + a A b B c C d D e E + a b c d e A B C D E + Here is a code snippet to tell what alphanumeric characters are in the current locale, in that locale's order: |