From: Jarkko Hietaniemi Date: Mon, 1 Apr 2002 02:00:10 +0000 (+0000) Subject: Document known FreeBSD locale glitch. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9ffc0d0ca0c35554a289b28c7e560047a6ed8b3b;p=p5sagit%2Fp5-mst-13.2.git Document known FreeBSD locale glitch. p4raw-id: //depot/perl@15643 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 0b4aadf..9abaff0 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2628,6 +2628,13 @@ One cannot call Perl using the C syntax, that is, C works, but for example C doesn't. The exact reason isn't known but the current suspect is the F library. +=head2 FreeBSD Failing locale Test 117 For ISO8859-15 Locales + +The ISO8859-15 locales may fail the locale test 117 in FreeBSD. +This is caused by the characters \xFF (y with diaeresis) and \xBE +(Y with diaeresis) not behaving correctly when being matched +case-insensitively. + =head2 mod_perl 1.26 Doesn't Build With Threaded Perl Use mod_perl 1.27 or higher.