From: Karl Williamson Date: Sat, 6 Mar 2010 18:18:36 +0000 (-0700) Subject: Document that there are bugs with EBCDIC and regexes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=88c9975e7b98d350d1b6ec529e43d24699437316;p=p5sagit%2Fp5-mst-13.2.git Document that there are bugs with EBCDIC and regexes --- diff --git a/pod/perlre.pod b/pod/perlre.pod index b6a73c0..014f921 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -2163,6 +2163,8 @@ for ASCII characters. For example, C doesn't match all the Russian upper and lower case letters. +Many regular expression constructs don't work on EBCDIC platforms. + This document varies from difficult to understand to completely and utterly opaque. The wandering prose riddled with jargon is hard to fathom in several places.