Re: [perl6/specs] d9d8b3: refactor case mappings (again)

2012-07-30 Thread Smylers
Larry Wall writes: > On Tue, Jul 24, 2012 at 09:42:10PM +0100, Smylers wrote: > > : Under what circumstances is tcuc useful? I'm currently suffering > : from a lack of imagination as to when somebody would ever want that > : rather than just uc. > > A bare uc will do the wrong thing for the firs

Re: [perl6/specs] d9d8b3: refactor case mappings (again)

2012-07-30 Thread Larry Wall
On Tue, Jul 24, 2012 at 09:42:10PM +0100, Smylers wrote: : GitHub writes: : : > https://github.com/perl6/specs/commit/d9d8b35825f7abf07a9314fd90b0b5563253bd15 : > Author: Larry Wall : > : > There is no more titlecase function. Instead there is a suite : > of mapping functions appropria

Re: [perl6/specs] d9d8b3: refactor case mappings (again)

2012-07-24 Thread Smylers
GitHub writes: > > https://github.com/perl6/specs/commit/d9d8b35825f7abf07a9314fd90b0b5563253bd15 > Author: Larry Wall > > There is no more titlecase function. Instead there is a suite > of mapping functions appropriate to apply on a word-by-word basis > (tc, tclc, and tcuc), Under wh

[perl6/specs] d9d8b3: refactor case mappings (again)

2012-07-24 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: d9d8b35825f7abf07a9314fd90b0b5563253bd15 https://github.com/perl6/specs/commit/d9d8b35825f7abf07a9314fd90b0b5563253bd15 Author: Larry Wall Date: 2012-07-24 (Tue, 24 Jul 2012) Changed paths: M S32-set