This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POSIX::strftime() should be able to handle Unicode characters in the format
authorNicholas Clark <nick@ccl4.org>
Thu, 15 Oct 2009 16:09:12 +0000 (17:09 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 15 Oct 2009 16:12:11 +0000 (17:12 +0100)
commitdc57de01240c08cc88678a29fcb4e2d5f23efa66
tree3d08c7414c541206cc1dfdb93e9313ba1eb12722
parenta55b162c2ce28c963bbb5fda32a8aff3855ff15d
POSIX::strftime() should be able to handle Unicode characters in the format
string.

(Restore the intent of 9e8c01f558a03902ff2f54935fd7e6dcc7ec656c, but with non-
buggy tests. Improve the implementation so that it doesn't always upgrade the
format string to UTF-8.)
ext/POSIX/POSIX.pm
ext/POSIX/POSIX.xs
ext/POSIX/t/time.t