Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: f847c0b367a25dc6028136ddc7085a7301da7a82
https://github.com/Perl/perl5/commit/f847c0b367a25dc6028136ddc7085a7301da7a82
Author: Karl Williamson <[email protected]>
Date: 2022-06-25 (Sat, 25 Jun 2022)
Changed paths:
M embed.fnc
M embed.h
M mathoms.c
M proto.h
Log Message:
-----------
Revert "Partially remove deprecated functions"
This partially reverts commit 7008caa915ad99e650acf2aea40612b5e48b7ba2.
It turns out that one of the removed functions, utf8n_to_uvuni(), is
still used in cpan in several prominent places. In thinking about this,
I believe we should write a better API function to recommend to these
distros to change to, before we remove the deprecated one.
I will start an investigation.