GNU libunistring is a library that provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.
Here are the compressed sources: https://ftp.gnu.org/gnu/libunistring/libunistring-0.9.9.tar.gz (3.6MB) https://ftp.gnu.org/gnu/libunistring/libunistring-0.9.9.tar.xz (2.0MB) Here are the GPG detached signatures[*]: https://ftp.gnu.org/gnu/libunistring/libunistring-0.9.9.tar.gz.sig https://ftp.gnu.org/gnu/libunistring/libunistring-0.9.9.tar.xz.sig Use a mirror for higher download bandwidth: https://www.gnu.org/order/ftp.html Here are the MD5 and SHA1 checksums: 4f689e37e4c3bd67de5786aa51d98b13 libunistring-0.9.9.tar.gz e4ecbf169a07ef021f89132e3fe55c02 libunistring-0.9.9.tar.xz 8d86107da1e099d999e93712374fbd8550bedc9e libunistring-0.9.9.tar.gz 0f7049cf9cdea9d010235cf6c56254693da17eaa libunistring-0.9.9.tar.xz [*] Use a .sig file to verify that the corresponding file (without the .sig suffix) is intact. First, be sure to download both the .sig file and the corresponding tarball. Then, run a command like this: gpg --verify libunistring-0.9.9.tar.gz.sig If that command fails because you don't have the required public key, then run this command to import it: gpg --keyserver keys.gnupg.net --recv-keys 462225C3B46F34879FC8496CD605848ED7E69871 and rerun the 'gpg --verify' command. This release was bootstrapped with the following tools: Autoconf 2.69 Automake 1.15 Libtool 2.4.6 Gnulib v0.1-1800-ge6aa57864 New in 0.9.9: * Fixed a multithread-safety bug. Regards, -- Daiki Ueno
signature.asc
Description: PGP signature
-- If you have a working or partly working program that you'd like to offer to the GNU project as a GNU package, see https://www.gnu.org/help/evaluation.html.