Difference between revisions of "Libunistring"

From Free Software Directory
Jump to: navigation, search
m (version 0.9.6)
m (typo)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=GNU libunistring
+
|Name=GNU Libunistring
 
|Short description=Unicode string library
 
|Short description=Unicode string library
|Full description='''GNU libunistring is a library that provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.'''
+
|Full description='''Libunistring''' is a library providing functions to manipulate Unicode strings and for manipulating C strings according to the Unicode standard.
  
Text files are nowadays usually encoded in Unicode, and may consist of very different scripts – from Latin letters to Chinese Hanzi –, with many kinds of special characters – accents, right-to-left writing marks, hyphens, Roman numbers, and much more. But the POSIX platform APIs for text do not contain adequate functions for dealing with particular properties of many Unicode characters. In fact, the POSIX APIs for text have several assumptions at their base which don't hold for Unicode text.
+
Libunistring can be used by applications involving 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.
 +
 
 +
It also may be useful for an application that 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.
 +
 
 +
The library is also useful for applications using Unicode strings as internal in-memory representation.
 
|Homepage URL=https://www.gnu.org/software/libunistring/
 
|Homepage URL=https://www.gnu.org/software/libunistring/
|User level=intermediate
+
|User level=advanced
 +
|VCS checkout command=git clone git://git.sv.gnu.org/libunistring.git
 
|Computer languages=C,Shell script,M4
 
|Computer languages=C,Shell script,M4
|Documentation note=http://www.gnu.org/software/libunistring/manual/libunistring.html
+
|Documentation note=This package 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)
 +
 
 +
See the user manual for more information. An online copy is available in various format at: https://www.gnu.org/software/libunistring/manual/
 
|Keywords=Unicode,UTF-8,character,UTF-16,POSIX,strings,character encoding,API,UTF-32,UTF
 
|Keywords=Unicode,UTF-8,character,UTF-16,POSIX,strings,character encoding,API,UTF-32,UTF
|Version identifier=0.9.6
+
|Version identifier=0.9.7
|Version date=2015/07/08
+
|Version date=2016/12/02
 
|Version status=alpha
 
|Version status=alpha
|Version download=https://ftp.gnu.org/gnu/libunistring/libunistring-0.9.6.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/libunistring/libunistring-0.9.7.tar.gz
 
|Last review by=Genium
 
|Last review by=Genium
|Last review date=2015/07/22
+
|Last review date=2017/01/29
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
Line 24: Line 43:
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=LGPLv3
+
|License=LGPLv2orlater
|License verified by=genium
+
|License verified by=Genium
|License verified date=2014-09-10
+
|License verified date=2017/01/29
 +
|License note=/lib/stdbool.mini.h, /lib/stdint.mini.h
 +
}}
 +
{{Project license
 +
|License=LGPLv3orlater
 +
|License verified by=Genium
 +
|License verified date=2017/01/29
 +
|License note=http://git.savannah.gnu.org/cgit/libunistring.git/tree/COPYING.LIB
 +
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License verified by=Genium
 +
|License verified date=2017/01/29
 +
|License note=/lib/exported.sh.in, /lib/declared.sh, etc.
 
}}
 
}}
 
{{Person
 
{{Person
Line 36: Line 68:
 
{{Resource
 
{{Resource
 
|Resource audience=Developer
 
|Resource audience=Developer
 +
|Resource kind=Homepage
 +
|Resource URL=https://savannah.gnu.org/projects/libunistring/
 +
}}
 +
{{Resource
 +
|Resource audience=User & Developer
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=http://ftp.gnu.org/gnu/libunistring/
+
|Resource URL=http://ftpmirror.gnu.org/libunistring/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource audience=Developer
|Resource kind=E-mail
+
|Resource kind=VCS Repository Webview
|Resource URL=mailto:bug-libunistring-antispam@antispam.gnu.org
+
|Resource URL=http://git.savannah.gnu.org/cgit/libunistring.git
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=Developer
 
|Resource audience=Developer
|Resource kind=Homepage
+
|Resource kind=Bug Tracking
|Resource URL=http://savannah.gnu.org/projects/libunistring
+
|Resource URL=https://savannah.gnu.org/bugs/?group=libunistring
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 55: Line 92:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource kind=VCS Repository Webview
+
|Resource audience=Bug Tracking
|Resource URL=http://git.savannah.gnu.org/gitweb/?p=libunistring.git
+
|Resource kind=E-mail
 +
|Resource URL=mailto:bug-libunistring-antispam@gnu.org
 +
}}
 +
{{Resource
 +
|Resource audience=Guix
 +
|Resource kind=Homepage
 +
|Resource URL=https://www.gnu.org/software/guix/packages/l.html
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Homepage
 +
|Resource URL=https://packages.debian.org/jessie/libunistring0
 +
}}
 +
{{Resource
 +
|Resource audience=Gentoo
 +
|Resource kind=Homepage
 +
|Resource URL=https://packages.gentoo.org/packages/dev-libs/libunistring
 +
}}
 +
{{Resource
 +
|Resource audience=FreeBSD
 +
|Resource kind=Homepage
 +
|Resource URL=https://www.freshports.org/devel/libunistring/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource kind=VCS Repository Webview
+
|Resource audience=NetBSD
|Resource URL=http://git.savannah.gnu.org/gitweb/?p=gnulib.git
+
|Resource kind=Homepage
 +
|Resource URL=http://pkgsrc.se/textproc/libunistring
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
 +
|Programming-language=C, shell
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux, GNU/Hurd
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite

Revision as of 19:43, 29 January 2017


[edit]

GNU Libunistring

https://www.gnu.org/software/libunistring/
Unicode string library.

Libunistring is a library providing functions to manipulate Unicode strings and for manipulating C strings according to the Unicode standard.

Libunistring can be used by applications involving 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.

It also may be useful for an application that 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.

The library is also useful for applications using Unicode strings as internal in-memory representation.

Documentation

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





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

5 January 2022

Verified by

Genium

Verified on

5 January 2022




Leaders and contributors

Contact(s)Role
Bruno Haible Maintainer
Daiki Ueno Maintainer


Resources and communication

AudienceResource typeURI
WikidataGeneralhttps://www.wikidata.org/wiki/Q76185324
FTPMailing Listhttps://ftpmirror.gnu.org/libunistring/
SavannahDeveloperhttps://savannah.gnu.org/projects/libunistring/
FTPDownloadhttps://ftp.gnu.org/gnu/libunistring/
BugsMailing Listhttps://lists.gnu.org/mailman/listinfo/bug-libunistring/
DebianDeveloperhttps://tracker.debian.org/pkg/libunistring
FTPDownloadhttps://alpha.gnu.org/gnu/libunistring/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/libunistring.git/


Software prerequisites

KindDescription
Source requirementlibiconv
Source requirementlibc

This entry (in part or in whole) was last reviewed on 4 January 2022.




Entry















"User & Developer" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.










"Guix" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Gentoo" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FreeBSD" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"NetBSD" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.



"{{{Prerequisite kind}}}" is not in the list (Required to use, Required to build, Source requirement, Weak prerequisite) of allowed values for the "Prerequisite kind" property.


"{{{Prerequisite kind}}}" is not in the list (Required to use, Required to build, Source requirement, Weak prerequisite) of allowed values for the "Prerequisite kind" property.






Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.