Difference between revisions of "Libunistring"
m (added gnu identifier.) |
|||
| (One intermediate revision by one user not shown) | |||
| Line 2: | Line 2: | ||
|Name=libunistring | |Name=libunistring | ||
|Short description=a library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. | |Short description=a library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. | ||
| − | |Full description=Text files are nowadays usually encoded in Unicode, and may consist of very different scripts | + | |Full description=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. |
| − | + | This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. | |
| − | + | ||
| − | + | ||
|Homepage URL=http://www.gnu.org/software/libunistring/ | |Homepage URL=http://www.gnu.org/software/libunistring/ | ||
| − | | | + | |User level=intermediate |
|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=http://www.gnu.org/software/libunistring/manual/libunistring.html | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|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.3 | |Version identifier=0.9.3 | ||
|Version date=2010-05-03 | |Version date=2010-05-03 | ||
|Version status=alpha | |Version status=alpha | ||
|Version download=http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.3.tar.gz | |Version download=http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.3.tar.gz | ||
| + | |Last review by=Donald Robertson | ||
| + | |Last review date=2013/01/18 | ||
| + | |Submitted by=Database conversion | ||
| + | |Submitted date=2011-04-01 | ||
| + | |Status= | ||
| + | |Is GNU=Yes | ||
| + | |GNU package identifier=libunistring | ||
|License verified date=2010-05-03 | |License verified date=2010-05-03 | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
}} | }} | ||
{{Project license | {{Project license | ||
| Line 117: | Line 82: | ||
|License verified date=2010-05-03 | |License verified date=2010-05-03 | ||
}} | }} | ||
| + | {{Person | ||
| + | |Real name=Bruno Haible | ||
| + | |Role=Maintainer | ||
| + | |Email=bruno@clisp.org | ||
| + | |Resource URL= | ||
| + | }} | ||
| + | {{Resource | ||
| + | |Resource audience=Developer | ||
| + | |Resource kind=Download | ||
| + | |Resource URL=http://ftp.gnu.org/gnu/libunistring/ | ||
| + | }} | ||
| + | {{Resource | ||
| + | |Resource audience=Bug Tracking | ||
| + | |Resource kind=E-mail | ||
| + | |Resource URL=mailto:bug-libunistring-antispam@antispam.gnu.org | ||
| + | }} | ||
| + | {{Resource | ||
| + | |Resource audience=Developer | ||
| + | |Resource kind=Homepage | ||
| + | |Resource URL=http://savannah.gnu.org/projects/libunistring | ||
| + | }} | ||
| + | {{Resource | ||
| + | |Resource audience=Bug Tracking | ||
| + | |Resource kind=Mailing List Info/Archive | ||
| + | |Resource URL=http://lists.gnu.org/mailman/listinfo/bug-libunistring | ||
| + | }} | ||
| + | {{Resource | ||
| + | |Resource kind=VCS Repository Webview | ||
| + | |Resource URL=http://git.savannah.gnu.org/gitweb/?p=libunistring.git | ||
| + | }} | ||
| + | {{Resource | ||
| + | |Resource kind=VCS Repository Webview | ||
| + | |Resource URL=http://git.savannah.gnu.org/gitweb/?p=gnulib.git | ||
| + | }} | ||
| + | {{Software category | ||
| + | |Interface=library | ||
| + | }} | ||
| + | {{Software prerequisite | ||
| + | |Prerequisite description=libc | ||
| + | }} | ||
| + | {{Software prerequisite | ||
| + | |Prerequisite description=libiconv | ||
| + | }} | ||
| + | {{Featured}} | ||
Latest revision as of 16:31, 27 March 2013
libunistring
http://www.gnu.org/software/libunistring/
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.
This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.
Documentation
http://www.gnu.org/software/libunistring/manual/libunistring.html
This is a GNU package:libunistring
Download
Download
version 0.9.3
(alpha)
released on 3 May 2010
Categories
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| GPLv3orlater | Kelly Hopkins | 3 May 2010 | |
| GFDL | Kelly Hopkins | 3 May 2010 | |
| LGPLv3orlater | Kelly Hopkins | 3 May 2010 |
Leaders and contributors
| Contact(s) | Role |
|---|---|
|
| Maintainer |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| VCS Repository Webview | http://git.savannah.gnu.org/gitweb/?p=libunistring.git | |
| VCS Repository Webview | http://git.savannah.gnu.org/gitweb/?p=gnulib.git | |
| Developer | Download | http://ftp.gnu.org/gnu/libunistring/ |
| Bug Tracking | mailto:bug-libunistring-antispam@antispam.gnu.org | |
| Developer | Homepage | http://savannah.gnu.org/projects/libunistring |
| Bug Tracking | Mailing List Info/Archive | http://lists.gnu.org/mailman/listinfo/bug-libunistring |
Software prerequisites
| Kind | Description |
|---|---|
| libc | |
| libiconv |
This entry (in part or in whole) was last reviewed on 18 January 2013.
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 described in this text has its own copyright notice and license, which can usually be found in the distribution itself.
