-
John Gruber recently published a perl script to convert strings into title case avoiding capitalizing small words based on rules from the New York Times Manual of style as well as catering for several special cases.
-
To Title Case by David Gouch
I wrote some Javascript to convert text to title case in response to John Gruber's public call. My script handles some edge cases Gruber's doesn't.