Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 2fbb06c103a725af98efde54e9dd1eb0ef6dde56
https://github.com/Perl/perl5/commit/2fbb06c103a725af98efde54e9dd1eb0ef6dde56
Author: Karl Williamson <[email protected]>
Date: 2021-08-14 (Sat, 14 Aug 2021)
Changed paths:
M utf8.c
Log Message:
-----------
Simplify utf16_to_utf8()
A previous commit has simplified uvoffuni_to_utf8_flags() so that it is
hardly more than the code in this function. So strip out the code and
replace it by a call to uvoffuni_to_utf8_flags().