This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Continue the internal UTF-8 API tweaking.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 25 Oct 2000 20:00:48 +0000 (20:00 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 25 Oct 2000 20:00:48 +0000 (20:00 +0000)
commitdcad28805702d580064bc39a267d63c58bbb3b3f
treec59311ffbadd7bc18b3b7bcc1b2158652051f134
parentfcc8fcf67e5ea5f08178c9ac86509bc972ef38ff
Continue the internal UTF-8 API tweaking.
Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
used much more than the simpler API, now called utf8_to_uv_simple().
Still not quite happy with API, too much partial duplication
of functionality.

p4raw-id: //depot/perl@7439
16 files changed:
doop.c
embed.h
embed.pl
objXSUB.h
op.c
perlapi.c
pod/perlapi.pod
pod/perlunicode.pod
pp.c
pp_ctl.c
proto.h
regcomp.c
regexec.c
sv.c
toke.c
utf8.c