From 60f0fa02348e327557421afb6d9216b0c90dc2f5 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 7 Jul 1998 16:27:47 +0300 Subject: 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 --- pod/perllocale.pod | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pod/perllocale.pod') 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' and 'E' 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: -- cgit v1.2.1