This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use system isascii() when available under locale
authorKarl Williamson <public@khwilliamson.com>
Sun, 5 Feb 2012 00:54:01 +0000 (17:54 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 9 Feb 2012 17:13:59 +0000 (10:13 -0700)
commit07315176ac6b656ebc6d789680513408aaa17075
tree881644add91b0ca6f3869bd77c42eddd27c8be5e
parentf905da72477ede522be53c2e945a47d46ea80a82
Use system isascii() when available under locale

We have code that assumes that ASCII should be locale dependent, but it
was missing its final link.  This supplies that, and makes the code work
as documented.  I thought it better to do that then to document yet
another exception.
handy.h
pod/perldelta.pod
regexec.c