Plasma GitLab Archive
Projects Blog Knowledge

Module Netencoding.Q


module Q: sig .. end


The "Q" encoding as described by RFC 2047.
val encode : ?pos:int -> ?len:int -> string -> string
Note: All characters except alphanumeric characters are protected by hex tokens. In particular, spaces are represented as "=20", not as "_".
val decode : ?pos:int -> ?len:int -> string -> string
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml