Unicode characters, i.e. the [[System.Char]] type. see also the operations
in [[System.Char]] and the [[System.Text.Encoding]] interfaces if necessary.
Values
| Value | Description |
val chr : int -> char | |
val code : char -> int | |
val compare : char -> char -> int | |
val lowercase : char -> char | |
val uppercase : char -> char | |
|