﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
832,Handle title case/sentence case properly,codec,simon,"Some styles require title case (""Article Title Here""), while others require sentence case (""Article title here""). At the moment, a transform to title case is implemented (although it's not customizable). Unfortunately, sentence case is a much harder situation. Transforming titles like ""Glycogen: a Trojan horse for neurons"" and ""Characterization of the SKN7 ortholog of Aspergillus fumigatus"" from their title case equivalents will not be possible by algorithms alone.

Suppose we provide an icon to toggle between title/sentence case in the edit pane. Then, if the user modifies something beyond the capitalization in either form, we determine the minimum number of deletes and inserts to transform it (classic dynamic programming problem), and if this includes insertion of a new word, we capitalize it/put it in lower case as appropriate. This will require some modifications to the database schema, but is, as far as I can tell, the most intuitive all-encompassing solution.",enhancement,assigned,major,1.5 Alpha 1,export,1.0,,,
