1
0
Fork 0
mirror of https://git.savannah.gnu.org/git/libunistring.git synced 2025-12-05 22:28:42 +00:00
No description
Find a file
Bruno Haible 7c6a0c1811 Make the generated <unistring/stdint.h> more usable in C++ mode.
Reported by Daniel Collins <solemnwarning@solemnwarning.net>
at <https://savannah.gnu.org/bugs/?67590>.

* lib/Makefile.am (unistring/stdint.h): In C++ 11 or newer mode, just use
<cstdint>.
2025-10-08 16:51:16 +02:00
Admin Update to Unicode version 17.0.0. 2025-09-26 18:07:12 +02:00
build-aux Upgrade to libtool 2.5.4. 2024-11-22 19:13:01 +01:00
doc Update to Unicode version 17.0.0. 2025-09-26 18:07:12 +02:00
gnulib-local Assume the target system has <stdbool.h>. 2024-10-16 13:30:20 +02:00
gnulib-m4 build: Fix build error on MSVC with --enable-shared. 2025-06-05 01:33:39 +02:00
install-tests Fix copyright and license header in new files of last commit. 2025-06-14 19:59:00 +02:00
lib Make the generated <unistring/stdint.h> more usable in C++ mode. 2025-10-08 16:51:16 +02:00
m4 Update after gnulib changed. 2025-01-22 22:53:41 +01:00
tests Update after gnulib changed. 2025-09-04 00:35:26 +02:00
woe32dll Sync woe32dll/export.h with GNU libiconv and GNU gettext. 2025-06-07 04:15:50 +02:00
.gitignore build: Implement 'installcheck' target. 2025-06-10 21:42:04 +02:00
.gitmodules build: Separate git operations from build operations. 2019-05-07 19:52:10 +02:00
AUTHORS maint: Add myself to AUTHORS 2016-11-08 15:03:06 +01:00
autogen.sh build: Avoid an autogen.sh failure. 2025-08-09 09:27:56 +02:00
autopull.sh Make autopull.sh more suited for continuous integration. 2022-07-18 19:38:36 +02:00
BUGS List of known bugs. 2009-03-15 01:38:03 +01:00
ChangeLog Generate the ChangeLog from the git history. 2024-02-24 14:03:26 +01:00
ChangeLog.0 Generate the ChangeLog from the git history. 2024-02-24 14:03:26 +01:00
configure.ac build: Implement 'installcheck' target. 2025-06-10 21:42:04 +02:00
COPYING COPYING: Update from the FSF. 2025-08-05 22:12:06 +02:00
COPYING.LIB License information. 2009-03-15 02:10:58 +01:00
DEPENDENCIES Update DEPENDENCIES. 2024-06-05 11:11:39 +02:00
gitsub.sh Update gitsub.sh. 2025-09-13 00:58:33 +02:00
HACKING Update HACKING. 2024-06-10 03:05:12 +02:00
INSTALL INSTALL: Tweak wording. 2025-08-05 22:16:25 +02:00
INSTALL.windows Update the installation instructions for Windows. 2023-06-29 15:18:23 +02:00
JOIN-GNU Add GNU Project notice. 2022-07-17 14:49:39 +02:00
Makefile.am build: Make the ChangeLog generation in VPATH builds. 2025-08-05 22:44:17 +02:00
NEWS Prepare for 1.4.1 release. 2025-10-05 17:41:38 +02:00
README Prepare for 1.4.1 release. 2025-10-05 17:41:38 +02:00
THANKS List of persons who have contributed code or ideas. 2009-03-15 01:44:26 +01:00
version.sh Prepare for 1.4.1 release. 2025-10-05 17:41:38 +02:00

           GNU LIBUNISTRING - Unicode string library

This library provides functions for manipulating Unicode strings and
for manipulating C strings according to the Unicode standard.

It consists of the following parts:

  unistr.h     elementary string functions
  uniconv.h    conversion from/to legacy encodings
  unistdio.h   formatted output to strings
  uniname.h    character names
  unictype.h   character classification and properties
  uniwidth.h   string width when using nonproportional fonts
  unigbrk.h    grapheme cluster breaks
  uniwbrk.h    word breaks
  unilbrk.h    line breaking algorithm
  uninorm.h    normalization (composition and decomposition)
  unicase.h    case folding
  uniregex.h   regular expressions (not yet implemented)

libunistring is for you if your application involves non-trivial text
processing, such as upper/lower case conversions, line breaking, operations
on words, or more advanced analysis of text. Text provided by the user can,
in general, contain characters of all kinds of scripts. The text processing
functions provided by this library handle all scripts and all languages.

libunistring is for you if your application already uses the ISO C / POSIX
<ctype.h>, <wctype.h> functions and the text it operates on is provided by
the user and can be in any language.

libunistring is also for you if your application uses Unicode strings as
internal in-memory representation.


Installation
------------

As usual for GNU packages:

    $ ./configure --prefix=[[PREFIX]]     where [[PREFIX]] is e.g. $HOME/local
    $ make
    $ make install


Copyright
---------

The libunistring library and its header files are dual-licensed under
"the GNU LGPLv3+ or the GNU GPLv2+". This means, you can use it under either
  - the terms of the GNU Lesser General Public License (LGPL) version 3 or
    (at your option) any later version, or
  - the terms of the GNU General Public License (GPL) version 2 or
    (at your option) any later version, or
  - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+".

You find the GNU LGPL version 3 in the file COPYING.LIB.  This license is
based on the GNU GPL version 3, see file COPYING.

You can find the GNU GPL version 2 at
<https://www.gnu.org/licenses/old-licenses/gpl-2.0.html>.

Note: This dual license makes it possible for the libunistring library
to be used by packages under GPLv2 or GPLv2+ licenses, in particular. See
the table in <https://www.gnu.org/licenses/gpl-faq.html#AllCompatibility>.

The documentation is under another license; see in the documentation.


Download
--------

    https://ftp.gnu.org/gnu/libunistring/libunistring-1.4.1.tar.gz

Homepage
--------

    https://www.gnu.org/software/libunistring/

Bug reports
-----------

Report bugs
  - in the bug tracker at <https://savannah.gnu.org/projects/libunistring>
  - or by email to <bug-libunistring@gnu.org>.

Join the GNU project
--------------------

See file JOIN-GNU.


Bruno Haible <bruno@clisp.org>