On Fri, Jul 29, 2016 at 1:44 PM, William A Rowe Jr <[email protected]> wrote: > On Fri, Jul 29, 2016 at 11:51 AM, Eric Covener <[email protected]> wrote: >> >> On Fri, Jul 29, 2016 at 12:45 PM, William A Rowe Jr <[email protected]> >> wrote: >> > Borrow our mapping table created for ap_cstr_tolower? >> yep, even simpler. > > > What's your thought on adding apr_isascii_equiv() as an identity to isascii > on most platforms, and as a function of our mapping table on EBCDIC? > > Of course we'll need an ap_ flavor in the interim, and we can't directly > consume that from gen_test_char.c without some trickery.
Sounds reasonable, given as you proposed it doesn't implicitly get used in any existing portability stuff. But hard to get excited about pushing it down if we end up adding it in three places.
