This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use the new utf8 to code point functions
authorKarl Williamson <public@khwilliamson.com>
Mon, 19 Mar 2012 21:38:06 +0000 (15:38 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 20 Mar 2012 00:23:44 +0000 (18:23 -0600)
commit4b88fb76efce8c436e63b907c9842345d4fa77c7
tree67d8be3146bf0c32e93bd8209c141ed72c5a0ae2
parent27d6c58a7e12243bef66c58b38e7d1415d9ca07e
Use the new utf8 to code point functions

These functions should be used in preference to the old ones which can
read beyond the end of the input string.
15 files changed:
cygwin/cygwin.c
dist/Data-Dumper/Dumper.pm
dist/Data-Dumper/Dumper.xs
dump.c
ext/XS-APItest/APItest.pm
ext/XS-APItest/APItest.xs
handy.h
pod/perlguts.pod
pod/perlunicode.pod
pp.c
regcomp.c
symbian/PerlBase.cpp
t/lib/warnings/utf8
toke.c
utf8.c