Skip to content

Commit

Permalink
perlapi: Improve wording for Perl_langinfo()
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed May 6, 2023
1 parent 9683765 commit 52eb9b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions locale.c
Expand Up @@ -5483,8 +5483,9 @@ only one is completely unimplemented, though on non-Windows platforms, another
significant one is not fully implemented). They use various techniques to
recover the other items, including calling C<L<localeconv(3)>>, and
C<L<strftime(3)>>, both of which are specified in C89, so should be always be
available. Later C<strftime()> versions have additional capabilities; What the
C locale yields or C<""> is returned for any item not available on your system.
available. Later C<strftime()> versions have additional capabilities.
If an item is not available on your system, this returns either the value
associated with the C locale, or simply C<"">, whichever is more appropriate.
It is important to note that, when called with an item that is recovered by
using C<localeconv>, the buffer from any previous explicit call to
Expand Down

0 comments on commit 52eb9b8

Please sign in to comment.