From f87fa3355a3a1f41c9bc2160d98d7e7e16bdd9ea Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 29 Jun 2012 14:49:53 -0700 Subject: [PATCH] [perl #113006] perllocale: change Spanish to traditional Spanish Nowadays, Spanish collation does not treat ch as a separate letter. --- pod/perllocale.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perllocale.pod b/pod/perllocale.pod index 9217eec..c14120a 100644 --- a/pod/perllocale.pod +++ b/pod/perllocale.pod @@ -577,7 +577,7 @@ C), Perl looks to the C environment variable to determine the application's notions on collation (ordering) of characters. For example, "b" follows "a" in Latin alphabets, but where do "E" and "E" belong? And while -"color" follows "chocolate" in English, what about in Spanish? +"color" follows "chocolate" in English, what about in traditional Spanish? The following collations all make sense and you may meet any of them if you "use locale". -- 2.7.4