This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.h: Add clearer #define synonyms
authorKarl Williamson <khw@cpan.org>
Thu, 26 Nov 2015 03:41:39 +0000 (20:41 -0700)
committerKarl Williamson <khw@cpan.org>
Sun, 29 Nov 2015 00:19:26 +0000 (17:19 -0700)
commitd35f2ca5c7434d42bc5c28288976153ea974bef0
tree01e7339753b9ee90a1f6264dc26b4ee2f12d23de
parent6d8b7216aef81fd37c04d2454465e80010c63968
utf8.h: Add clearer #define synonyms

These names have long caused me consternation, as they are named after
the internal ASCII-platform UTF-8 representation, which is not the same
for EBCDIC platforms, nor do they convey meaning to someone who isn't
currently steeped in the UTF-8 internals.  I've added synonyms that are
platform-independent in meaning and make more sense to someone coming at
this cold.  The old names are retained for back compat.
utf8.c
utf8.h