Capitalizer.cfc can be used to fix the capitalization either in a string or for an entire column in a database table.
Initialize Capitalizer.cfc using the "init" method which takes DataMgr as its only argument.
To fix the capitalization of a single string, pass that string to the "fixCase" method.
To fix the capitalization of a field in a database table, use the "fixFieldCase" method with the following arguments.