GLib.unichar_toupper
function unichar_toupper(c: String): String {
// Gjs wrapper for g_unichar_toupper()
}
Converts a character to uppercase.
- c
a Unicode character
- Returns
the result of converting c to uppercase. If c is not an lowercase or titlecase character, or has no upper case equivalent c is returned unchanged.