mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-03 11:58:07 -07:00
Signed-off-by: Michael Kochera <kochera@google.com> Signed-off-by: Sam James <sam@gentoo.org>
24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||
<pkgmetadata>
|
||
<maintainer type="project">
|
||
<email>scheme@gentoo.org</email>
|
||
<name>Gentoo Scheme Project</name>
|
||
</maintainer>
|
||
<longdescription>
|
||
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.
|
||
</longdescription>
|
||
<upstream>
|
||
<remote-id type="cpe">cpe:/a:gnu:libunistring</remote-id>
|
||
<remote-id type="savannah">libunistring</remote-id>
|
||
</upstream>
|
||
</pkgmetadata>
|