Module CFString.Encoding

type t =
| MacRoman
| WindowsLatin1
| ISOLatin1
| NextStepLatin
| ASCII
| Unicode
| UTF8
| NonLossyASCII
| UTF16
| UTF16BE
| UTF16LE
| UTF32
| UTF32BE
| UTF32LE
val to_uint32 : t -> Unsigned.uint32 Types_detected.const
val of_uint32 : Unsigned.uint32 Types_detected.const -> t
val t : t Ctypes.typ