cppp-project / cppp-reiconv

A character set conversion library based on GNU LIBICONV.
https://github.com/cppp-project/cppp-reiconv
GNU Lesser General Public License v3.0
20 stars 4 forks source link
charset cpp libiconv

cppp-reiconv logo

cppp-reiconv

A character set conversion library based on GNU LIBICONV.

Instruction

This library provides some charset conversation function for The C++ Plus Project.

It provides support for the encodings:

When configured with the option -DENABLE_EXTRA, it also provides support for a few extra encodings:

It can convert from any of these encodings to any other, through Unicode conversion.

cppp-reiconv is for you if your application needs to support multiple character encodings, but that support lacks from your system.

Build and installation

We use CMake for build

When use full build, extra encodings will be enabled.

Install

This library installs:

To use it, simply #include <cppp/reiconv.hpp> and import the lib to use the functions.

Copyright

The cppp-reiconv is under LGPLv3, see file COPYING.

Download

https://github.com/cppp-project/cppp-reiconv/releases

Homepage

https://github.com/cppp-project/cppp-reiconv

Bug reports