scanner / typogrify

Automatically exported from code.google.com/p/typogrify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Title Case Support #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just a simple patch so typofrigy supports title case.

Required Library: 
http://muffinresearch.co.uk/archives/2008/05/27/titlecasepy-titlecase-in-
python/

Original issue reported on code.google.com by Myles.Braithwaite on 27 May 2008 at 7:48

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry forgot to add <code>register.filter('titlecase', titlecase)</code> at the 
bottom.

Original comment by Myles.Braithwaite on 27 May 2008 at 7:50

GoogleCodeExporter commented 9 years ago
This has been added in r15. Thanks for the patch Myles! Requires Stuart 
Colville's titlecase library.
http://muffinresearch.co.uk/archives/2008/05/27/titlecasepy-titlecase-in-python/

Original comment by mintx...@gmail.com on 29 Aug 2008 at 9:23