[pcre-dev] PCRE2 for z/OS questions

Top Page
Delete this message
Author: Ze'ev Atlas
Date:  
To: Philip Hazel, Pcre Exim
Subject: [pcre-dev] PCRE2 for z/OS questions
Hi PhilipPCRE2 for z/OS questions

I look at the config.h and it is simplified alright.  But there is a question:
In PCRE, I was required to do
#ifndef NEWLINE#define NEWLINE 21#endif
In PCRE2 I have
#ifndef NEWLINE_DEFAULT#define NEWLINE_DEFAULT 2#endif
but there is no mentioning for the EBCDIC possibility  What should I do?

 Ze'ev Atlas