libunistring
C library for manipulating Unicode strings
GNU libunistring is a library providing functions to manipulate Unicode strings and for manipulating C strings according to the Unicode standard.
- Versions: 0.9.10
- Website: https://www.gnu.org/software/libunistring/
- Licenses: GPL 2 · LGPL 3+
- Package source: gnu/packages/libunistring.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of libunistring
as follows:
guix install libunistring
Or install a particular version:
guix install libunistring@0.9.10
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.