From 88c9975e7b98d350d1b6ec529e43d24699437316 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 6 Mar 2010 11:18:36 -0700 Subject: [PATCH] Document that there are bugs with EBCDIC and regexes --- pod/perlre.pod | 2 ++ 1 file changed, 2 insertions(+) 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. -- 1.8.3.1