Skip to content

Commit

Permalink
perllocale: Improve pod appearance
Browse files Browse the repository at this point in the history
Using Z<> instead of NBSP improves the pod spacing.
  • Loading branch information
khwilliamson committed Jul 16, 2018
1 parent 17dd77c commit 032639c
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions pod/perllocale.pod
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,11 @@ for example the character used as the decimal point.

=item Category C<LC_MONETARY>: Formatting of monetary amounts

=for comment
The nbsp below makes this look better (though not great)

E<160>
Z<>

=item Category C<LC_TIME>: Date/Time formatting

=for comment
The nbsp below makes this look better (though not great)

E<160>
Z<>

=item Category C<LC_MESSAGES>: Error and other messages

Expand Down Expand Up @@ -247,10 +241,7 @@ module or writing XS code, it is important to keep in mind that the
underlying locale may be something other than "C", even if the program
hasn't explicitly changed it.

=for comment
The nbsp below makes this look better (though not great)

E<160>
Z<>

=item B<Lingering effects of C<S<use locale>>>

Expand Down Expand Up @@ -278,11 +269,7 @@ behavior, not if the matches are done within such a scope or not.

=back

=for comment
The nbsp below makes this look better (though not great)


E<160>
Z<>

=item B<Under C<"use locale";>>

Expand Down

0 comments on commit 032639c

Please sign in to comment.