Re: r27888 - docs/Perl6/Spec

2009-08-07 Thread Moritz Lenz
pugs-comm...@feather.perl6.nl wrote:
 Author: jimmy
 Date: 2009-08-07 05:02:42 +0200 (Fri, 07 Aug 2009)
 New Revision: 27888
 
 Modified:
docs/Perl6/Spec/S01-overview.pod
docs/Perl6/Spec/S02-bits.pod
docs/Perl6/Spec/S03-operators.pod
docs/Perl6/Spec/S04-control.pod
docs/Perl6/Spec/S05-regex.pod
docs/Perl6/Spec/S06-routines.pod
docs/Perl6/Spec/S09-data.pod
docs/Perl6/Spec/S10-packages.pod
docs/Perl6/Spec/S11-modules.pod
docs/Perl6/Spec/S12-objects.pod
docs/Perl6/Spec/S13-overloading.pod
docs/Perl6/Spec/S14-roles-and-parametric-types.pod
docs/Perl6/Spec/S29-functions.pod
docs/Perl6/Spec/S31-pragmatic-modules.pod
 Log:
 [Spec]fixed the wrong space, now it's \x20, not \xC2A0

What was wrong with the non-breaking spaces?
We use Perl 5 and Perl 6 as words, so it makes a lot of sense to
separate them by non-breaking spaces, IMHO.

Also note that this commit breaks 22 smartlinks.

Cheers,
Moritz


Re: r27888 - docs/Perl6/Spec

2009-08-07 Thread Patrick R. Michaud
On Fri, Aug 07, 2009 at 08:17:30AM +0200, Moritz Lenz wrote:
 pugs-comm...@feather.perl6.nl wrote:
  Author: jimmy
  Date: 2009-08-07 05:02:42 +0200 (Fri, 07 Aug 2009)
  New Revision: 27888
  
  Log:
  [Spec]fixed the wrong space, now it's \x20, not \xC2A0
 
 What was wrong with the non-breaking spaces?
 We use Perl 5 and Perl 6 as words, so it makes a lot of sense to
 separate them by non-breaking spaces, IMHO.
 
 Also note that this commit breaks 22 smartlinks.

I vote to revert this change and keep the non-breaking space.

Pm