toupper


Description:

public unichar toupper ()

Converts a character to uppercase.

Parameters:

c

a Unicode character

Returns:

the result of converting c to uppercase. If c is not a lowercase or titlecase character, or has no upper case equivalent c is returned unchanged.