libunistring-0.9.4

Introduction to libunistring

libunistring is a library that provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.

This package is known to build and work properly using an LFS-7.6 platform.

Package Information

libunistring Dependencies

Optional

texlive-20140525 (to rebuild the documentation)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libunistring

Installation of libunistring

Install libunistring by running the following commands:

./configure --prefix=/usr &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Libraries: libunistring.{a,so}
Installed Directory: /usr/share/doc/libunistring and /usr/share/libunistring

Short Descriptions

libunistring.{a,so}

provides the unicode string library API.

Last updated on 2014-09-13 22:25:33 -0700