libunistring-1.4.1

Introduction to libunistring

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

Package Information

  • Download (HTTP): https://mirror.csclub.uwaterloo.ca/gnu/libunistring/libunistring-1.4.1.tar.xz

  • Download SHA256 Sum: 67d88430892527861903788868c77802a217b0959990f7449f2976126a307763

  • Download MD5 sum: 7419fcbca7c0b29d3b218a09a15cbc76

  • Download size: 2,769 KB

  • Estimated disk space required: 58 MB (add 46 MB for tests)

  • Estimated build time: 0.6 SBU (add 0.3 SBU for tests; both using parallelism=4)

libunistring Dependencies

Optional

"texlive" (or "tl-installer") (to rebuild the documentation)

Installation of libunistring

Configure and build libunistring by running the following commands:

./configure --prefix=/usr    \
            --disable-static \
            --docdir=/usr/share/doc/libunistring-1.4.1
make

To test the results, issue:

make check

Now, install by running the following command:

make install

Contents

Installed Programs: None
Installed Libraries: libunistring.so
Installed Directory: /usr/include/unistring and /usr/share/doc/libunistring-1.4.1

Short Descriptions

libunistring.so

provides the unicode string library API