U_CAPI UChar U_EXPORT2 u_toupper (UChar c)

The given character is mapped to its uppercase equivalent according to Unicode 2

Documentation

The given character is mapped to its uppercase equivalent according to Unicode 2.1.2; if the character has no uppercase equivalent, the character itself is returned.

utoupper() only deals with the general letter case conversion. For language specific case conversion behavior, use ustrToUpper(). For example, the case conversion for dot-less i and dotted I in Turkish, or ess-zed (i.e., "sharp S") in German.

Returns:
the uppercase equivalent of the character, if any; otherwise the character itself.
Parameters:
ch - the character to be converted

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de