The ToUpper—Wide Character method

This method converts the wide character c to uppercase. If the wide character has no uppercase equivalent, it is copied unchanged.

ITWChar ToUpper(ITWChar c) const

This method returns the uppercase character equivalent, if there is one, or the input character if there is no uppercase equivalent. If there is an error, this method returns 0. Call ITLocale::GetError() to retrieve a specific error message.