This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.h: Simplify expressions
authorKarl Williamson <public@khwilliamson.com>
Sun, 29 Apr 2012 00:30:27 +0000 (18:30 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 22 May 2012 14:24:18 +0000 (08:24 -0600)
commita4f7a67c079118a2f900d5f95d3cada67e3475ea
treea957c6c0d3a8dc3becde39014f267dc58a5a7ad7
parentb2635aa880f19db51ef9eeb9d4d2a0eeeca8228b
utf8.h: Simplify expressions

These expressions, while valid, are overly complicated in order to make
it easy to separate out problematic code points in the future, such as
surrogates.  But we made a decision in 5.12 to not go in that direction,
but to accept such problematic code points in general.  I  haven't
heard any cause to regret that decision; if we ever want to go back, the
blame log will easily allow us to.
utf8.h