This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change to use UVCHR_SKIP over UNI_SKIP
authorKarl Williamson <khw@cpan.org>
Wed, 13 May 2015 23:38:08 +0000 (17:38 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 4 Sep 2015 16:21:17 +0000 (10:21 -0600)
UNI_SKIP is somewhat ambiguous.  Perl has long used 'uvchr' as part of a
name to mean the unsigned values using the native character set plus
Unicode values for those above 255.

This also changes two calls (one in dquote_static.c and one in
dquote_inline.h) to use UVCHR_SKIP; they should not have been OFFUNI, as
they are dealing with native values.


No differences found