module Netunichar:sig
..end
val to_lower : int -> int
This bases on the 1:1 lowercase transformation of letters, and
ignores any transformation mapping one letter to several chars.
val to_upper : int -> int
val to_title : int -> int