html-encode

MIT

A library for encoding text in various web-savvy encodings.

$ area51 add html-encodeCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(html-encode:some-function ...)