Converts to a lower case character using the locale specified.
template <class charT> charT tolower (charT c, const locale& loc) const;
Returns the lower case character.