This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handle perl extended utf8 start bytes
authorTony Cook <tony@develop-help.com>
Tue, 16 Mar 2010 12:46:48 +0000 (23:46 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 31 May 2010 10:52:24 +0000 (20:52 +1000)
commit65ab9279784aa811d78b2903b57bc0e7947dec78
treec8c63cd44705797a091def10c9b83a520d0a6cde
parente57ed4ecd4d7de38a79a316da8d657dad656f93f
handle perl extended utf8 start bytes

perl uses UTF8_IS_START() to test if a byte is a valid start byte,
this didn't take perl's extended UTF-8 range into account.
t/op/chop.t
utf8.h