Re: [pcre-dev] PCRE2 for z/OS questions

Página Principal
Apagar esta mensagem
Autor: Ze'ev Atlas
Data:  
Para: Philip Hazel, Pcre Exim
Assunto: 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?

 Ze'ev Atlas