Babel

Overview

Babel is a charset encoding/decoding library, not unlike GNU libiconv, but completely written in Common Lisp.

It strives to achieve decent performance. To that effect, we use Clozure CL's approach of calculating the destination buffer size in advance. Most of the encoding/decoding algorithms have been adapted from Clozure CL's source. Another important goal is reusability. Similarly to SBCL, we define an interface wherein the algorithms can be reused between a variety of data types so long we're dealing with conversions between octets and unicode code points.

Babel comes with converters between strings and octet vectors but can be easily extended to deal with, e.g., strings and foreign memory, vectors and Closure's runes, etc...

Mailing List

babel-devel
(also available through gmane.lisp.babel.devel)

Source Code

The current version is <to be determined via javascript>, released on <some date also to be determined via javascript>. (tar.gz, sig)

Babel's code repository and issue tracker are hosted on github.

git clone git@github.com:cl-babel/babel.git