Module Restful.Encode

module Encode: sig .. end

Functions for encoding data.


val html : ?in_enc:Netconversion.encoding ->
?out_enc:Netconversion.encoding -> string -> string

htmlencode ?in_enc ?out_enc str: encode str for HTML (or XML)

in_enc : input encoding (default: `Enc_utf8)
out_enc : input encoding (default: `Enc_utf8)