libutf8++
provides a C++ API for encoding and decoding
UTF-8. It is a wrapper around libutf8. It
uses the C type wchar_t
as its internal
character representation, and also the C++ type
std::wstring
.
You can download the latest version by cloning the git repository:
git clone git://git.lwithers.me.uk/libutf8++
Version | Date | Source | GPG Signature (key) | Documentation | Doc Signature | Dependencies |
---|---|---|---|---|---|---|
1.2.2 | 20060825 | .tar.bz2 | .tar.bz2.asc | .tar.bz2 | .tar.bz2.asc | libutf8 1.2.1 |
1.2.1 | 20060731 | .tar.bz2 | (not yet) | .tar.bz2 | (not yet) | libutf8 1.2.0 |
1.2.0 | 20060731 | .tar.bz2 | (not yet) | .tar.bz2 | (not yet) | libutf8 1.2.0 |
Older releases may be found here.