1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
2 | <software-distribution project="MinGW" home="http://mingw.org" issue="2016010400">
|
---|
3 |
|
---|
4 | <!-- File: mingw32-libunistring.xml -->
|
---|
5 |
|
---|
6 | <package-collection subsystem="mingw32">
|
---|
7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
8 |
|
---|
9 | <package name="mingw32-libunistring" alias="libunistring">
|
---|
10 | <affiliate group="MinGW Contributed Libraries" />
|
---|
11 |
|
---|
12 | <description lang="en" title="libunistring: Library for manipulating Unicode strings">
|
---|
13 | <paragraph> Text files are nowadays usually encoded in Unicode, and may
|
---|
14 | consist of very different scripts - from Latin letters to Chinese
|
---|
15 | Hanzi -, with many kinds of special characters - accents,
|
---|
16 | right-to-left writing marks, hyphens, Roman numbers, and much more.
|
---|
17 | But the POSIX platform APIs for text do not contain adequate functions
|
---|
18 | for dealing with particular properties of many Unicode characters. In
|
---|
19 | fact, the POSIX APIs for text have several assumptions at their base
|
---|
20 | which don't hold for Unicode text. This library provides functions for
|
---|
21 | manipulating Unicode strings and for manipulating C strings according
|
---|
22 | to the Unicode standard.
|
---|
23 | </paragraph>
|
---|
24 | </description>
|
---|
25 |
|
---|
26 | <licence tarname="libunistring-%-mingw32-%-lic.tar.%" />
|
---|
27 | <source tarname="libunistring-%-mingw32-%-src.tar.%" />
|
---|
28 |
|
---|
29 | <component class="dll">
|
---|
30 | <release tarname="libunistring-0.9.6-1-mingw32-dll-2.tar.lzma" >
|
---|
31 | <requires eq="mingw32-libgcc-*-mingw32-dll-1.tar" />
|
---|
32 | <requires eq="mingw32-libiconv-*-mingw32-*-dll-2.tar" />
|
---|
33 | </release>
|
---|
34 | <release tarname="libunistring-0.9.3-1-mingw32-dll-0.tar.lzma" >
|
---|
35 | <requires eq="mingw32-libgcc-*-mingw32-dll-1.tar" />
|
---|
36 | <requires eq="mingw32-libiconv-*-mingw32-*-dll-2.tar" />
|
---|
37 | </release>
|
---|
38 | </component>
|
---|
39 |
|
---|
40 | <component class="doc">
|
---|
41 | <release tarname="libunistring-0.9.6-1-mingw32-doc.tar.lzma" />
|
---|
42 | <release tarname="libunistring-0.9.3-1-mingw32-doc.tar.lzma" />
|
---|
43 | </component>
|
---|
44 |
|
---|
45 | <component class="lic">
|
---|
46 | <release tarname="libunistring-0.9.6-1-mingw32-lic.tar.lzma" />
|
---|
47 | <release tarname="libunistring-0.9.3-1-mingw32-lic.tar.lzma" />
|
---|
48 | </component>
|
---|
49 |
|
---|
50 | <component class="dev">
|
---|
51 | <release tarname="libunistring-0.9.6-1-mingw32-dev.tar.lzma" >
|
---|
52 | <requires eq="mingw32-libunistring-%-mingw32-%-dll-2.tar" />
|
---|
53 | </release>
|
---|
54 | <release tarname="libunistring-0.9.3-1-mingw32-dev.tar.lzma" >
|
---|
55 | <requires eq="mingw32-libunistring-%-mingw32-%-dll-0.tar" />
|
---|
56 | </release>
|
---|
57 | </component>
|
---|
58 | </package>
|
---|
59 |
|
---|
60 | </package-collection>
|
---|
61 | </software-distribution>
|
---|
62 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|