Module Ocamlduce.Utf8


module Utf8: sig .. end
Coercions between x-strings and OCaml string type (whose values are interpreted as being UTF-8 encoded).

type t = {{String}} 
type repr = string 
val make : repr -> t
Raises the exception Failure "Utf8.make" if the argument is not a valid UTF-8 encoded string.
val get : t -> repr