Auteur: Ze'ev Atlas Date: À: Philip Hazel, Pcre Exim Sujet: Re: [pcre-dev] PCRE2 for z/OS questions
It looks like my previous email got lost
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?