This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Add _flags version of to_utf8_fold()
authorKarl Williamson <public@khwilliamson.com>
Tue, 3 May 2011 16:12:00 +0000 (10:12 -0600)
committerJesse Vincent <jesse@bestpractical.com>
Tue, 3 May 2011 21:14:06 +0000 (17:14 -0400)
commit36bb2ab64fa2ef022d7870082c0dcc6db902c86e
treebfee85e71c3f52ac7076a8148880d5a3a62d693c
parent7bee57f6d73fe07d73dd9b4a538e4ffd60c7eed8
utf8.c: Add _flags version of to_utf8_fold()

And also to_uni_fold().

The flag allows retrieving either simple or full folds.

The interface is subject to change, so these are marked experimental
and their names begin with underscore.  The old versions are turned
into macros calling the new versions with the correct extra parameter.
embed.fnc
embed.h
global.sym
proto.h
utf8.c
utf8.h