Module Encoded_word.Charset

type t = [
  1. | `Ascii
  2. | `Big5
  3. | `GB2312
  4. | `Latin1
  5. | `Latin2
  6. | `Utf8
  7. | `Windows1252
  8. | `KS_C_5601_1987
]
val compare : t -> t -> int
val sexp_of_t : t -> Sexplib0.Sexp.t
val all : t list