Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pod/perl5280delta.pod
Original file line number Diff line number Diff line change
Expand Up @@ -1868,7 +1868,7 @@ A new function, L<C<Perl_langinfo()>|perlapi/Perl_langinfo> has been
added. It is an (almost) drop-in replacement for the system
C<nl_langinfo(3)>, but works on platforms that lack that; as well as
being more thread-safe, and hiding some gotchas with locale handling
from the caller. Code that uses this, needn't use L<C<localeconv(3)>>
from the caller. Code that uses this, needn't use C<L<localeconv(3)>>
(and be affected by the gotchas) to find the decimal point, thousands
separator, or currency symbol. See L<perlapi/Perl_langinfo>.

Expand Down
Loading