What is utf8proc?
utf8proc is a library for processing UTF-8 encoded strings. It is fairly lightweight in comparison to something like ICU, for example. It is implemented in C and has an API in C as well as Ruby.Installation and Quickstart
1. Download from Web
http://www.public-software-group.org/utf8proc2. Build the library
make c-library3. Install static libs
mkdir "%userprofile%\lib\utf8proc"cp -v *.a "%userprofile%\lib\utf8proc"
4. Install header files
mkdir "%userprofile%\include\utf8proc"cp -v utf8proc.h "%userprofile%\include\utf8proc"
5. Add paths to environment
Static libs in LIBRARY_PATHHeaders in CPATH
Keine Kommentare:
Kommentar veröffentlichen