char-upcase

[procedure] char-upcase char

R5RS, R6RS

In R6RS, the character case conversion routines (char-upcase, char-downcase, char-titlecase, and char-foldcase) give an approximation of locale-independent case conversion. (see R6RS library document for more details).

See also char-downcase.