module Netencoding: sig
.. end
Base64, Quoted Printable, URL encoding, HTML escaping
module Base64: sig
.. end
module QuotedPrintable: sig
.. end
module Q: sig
.. end
module Url: sig
.. end
module Html: sig
.. end
val to_hex : ?lc:bool -> string -> string