This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace uvuni_to_utf8() with a macro that passes the extra 0 argument
authorNicholas Clark <nick@ccl4.org>
Sun, 30 Oct 2005 18:04:17 +0000 (18:04 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 30 Oct 2005 18:04:17 +0000 (18:04 +0000)
commit038e8d3c44243c2a2ae7cca24ca6b3918f23f942
tree3c719af9fd29828ee0dd15686a3125699c15db45
parent4eef6d8d75c055d9416392015dd5f1e09e69fc3f
Replace uvuni_to_utf8() with a macro that passes the extra 0 argument
to uvuni_to_utf8_flags(). Move the old body to mathoms.c

p4raw-id: //depot/perl@25905
embed.fnc
embed.h
mathoms.c
proto.h
utf8.c
utf8.h