This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't use swash to find cntrls
authorKarl Williamson <public@khwilliamson.com>
Sat, 24 Sep 2011 19:23:21 +0000 (13:23 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 1 Oct 2011 15:58:08 +0000 (09:58 -0600)
commit7b952154426e53253db1065e8e73307cafb4c28b
tree961df07252889efbbd02fc2dc53cfbfec06aad78
parenta34094a9f21d9970be58b6482fe6e3245019558e
Don't use swash to find cntrls

Unicode stability policy guarantees that no code points will ever be
added to the control characters beyond those already in it.

All such characters are in the Latin1 range, and so the Perl core
already knows which ones those are, and so there is no need to go out to
disk and create a swash for these.
embedvar.h
handy.h
intrpvar.h
perl.c
sv.c
utf8.c