pango 3.2.7-x64-mingw32 → 3.2.8-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +10 -7
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/2.4/pango.so +0 -0
- data/lib/2.5/pango.so +0 -0
- data/pango.gemspec +2 -0
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/escapesrc.exe +0 -0
- data/vendor/local/bin/fribidi.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-subset.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +6 -6
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libfribidi-0.dll +0 -0
- data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-subset-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/{libexec/installed-tests/graphene-1.0/quad.exe → bin/pango-list.exe} +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/fribidi/fribidi-config.h +2 -2
- data/vendor/local/include/graphene-1.0/graphene-macros.h +1 -1
- data/vendor/local/include/graphene-1.0/graphene-matrix.h +1 -1
- data/vendor/local/include/graphene-1.0/graphene-vec2.h +1 -1
- data/vendor/local/include/graphene-1.0/graphene-vec3.h +1 -1
- data/vendor/local/include/graphene-1.0/graphene-vec4.h +1 -1
- data/vendor/local/include/graphene-1.0/graphene-version.h +2 -2
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +13 -0
- data/vendor/local/include/harfbuzz/hb-set.h +4 -0
- data/vendor/local/include/harfbuzz/hb-subset-plan.hh +1 -1
- data/vendor/local/include/harfbuzz/hb-subset-private.hh +1 -0
- data/vendor/local/include/harfbuzz/hb-subset.h +3 -0
- data/vendor/local/include/harfbuzz/hb-version.h +2 -2
- data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
- data/vendor/local/include/unicode/brkiter.h +1 -1
- data/vendor/local/include/unicode/bytestriebuilder.h +1 -1
- data/vendor/local/include/unicode/caniter.h +2 -2
- data/vendor/local/include/unicode/compactdecimalformat.h +17 -250
- data/vendor/local/include/unicode/currunit.h +3 -2
- data/vendor/local/include/unicode/dcfmtsym.h +8 -1
- data/vendor/local/include/unicode/decimfmt.h +301 -439
- data/vendor/local/include/unicode/docmain.h +1 -1
- data/vendor/local/include/unicode/edits.h +129 -21
- data/vendor/local/include/unicode/fmtable.h +14 -21
- data/vendor/local/include/unicode/fpositer.h +0 -8
- data/vendor/local/include/unicode/measunit.h +0 -8
- data/vendor/local/include/unicode/nounit.h +6 -6
- data/vendor/local/include/unicode/numberformatter.h +1005 -553
- data/vendor/local/include/unicode/numfmt.h +10 -10
- data/vendor/local/include/unicode/platform.h +0 -14
- data/vendor/local/include/unicode/plurrule.h +0 -21
- data/vendor/local/include/unicode/rbbi.h +9 -15
- data/vendor/local/include/unicode/rbnf.h +2 -2
- data/vendor/local/include/unicode/scientificnumberformatter.h +0 -5
- data/vendor/local/include/unicode/smpdtfmt.h +33 -6
- data/vendor/local/include/unicode/timezone.h +2 -0
- data/vendor/local/include/unicode/uchar.h +42 -3
- data/vendor/local/include/unicode/unistr.h +3 -3
- data/vendor/local/include/unicode/unum.h +26 -5
- data/vendor/local/include/unicode/unumberformatter.h +717 -0
- data/vendor/local/include/unicode/urename.h +13 -0
- data/vendor/local/include/unicode/uscript.h +16 -1
- data/vendor/local/include/unicode/uspoof.h +24 -1
- data/vendor/local/include/unicode/utypes.h +4 -1
- data/vendor/local/include/unicode/uvernum.h +5 -5
- data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +1 -1
- data/vendor/local/lib/graphene-1.0/include/graphene-config.h +3 -1
- data/vendor/local/lib/icu/{61.1 → 62.1}/Makefile.inc +6 -6
- data/vendor/local/lib/icu/{61.1 → 62.1}/pkgdata.inc +3 -3
- data/vendor/local/lib/icu/Makefile.inc +6 -6
- data/vendor/local/lib/icu/pkgdata.inc +3 -3
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt61.dll → icudt62.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin62.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/{icuio61.dll → icuio62.dll} +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/{icutest61.dll → icutest62.dll} +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/{icutu61.dll → icutu62.dll} +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/{icuuc61.dll → icuuc62.dll} +0 -0
- data/vendor/local/lib/libfribidi.dll.a +0 -0
- data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +2 -2
- data/vendor/local/lib/libharfbuzz-subset.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-subset.la +2 -2
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +2 -2
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +2 -2
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +2 -2
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +2 -2
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +2 -2
- data/vendor/local/lib/pkgconfig/fribidi.pc +1 -1
- data/vendor/local/lib/pkgconfig/graphene-1.0.pc +7 -11
- data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +6 -12
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-io.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-uc.pc +6 -6
- data/vendor/local/lib/pkgconfig/pango.pc +3 -2
- data/vendor/local/lib/pkgconfig/pangocairo.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
- data/vendor/local/share/gir-1.0/Graphene-1.0.gir +1 -1
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +13 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +20 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +83 -28
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +5 -1
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +1 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +1 -1
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/style.css +4 -0
- data/vendor/local/share/icu/{61.1 → 62.1}/LICENSE +0 -0
- data/vendor/local/share/icu/{61.1 → 62.1}/config/mh-mingw64 +0 -0
- data/vendor/local/share/icu/{61.1 → 62.1}/install-sh +0 -0
- data/vendor/local/share/icu/{61.1 → 62.1}/mkinstalldirs +0 -0
- data/vendor/local/share/man/man1/derb.1 +2 -2
- data/vendor/local/share/man/man1/genbrk.1 +2 -2
- data/vendor/local/share/man/man1/gencfu.1 +1 -1
- data/vendor/local/share/man/man1/gencnval.1 +3 -3
- data/vendor/local/share/man/man1/gendict.1 +2 -2
- data/vendor/local/share/man/man1/genrb.1 +3 -3
- data/vendor/local/share/man/man1/icu-config.1 +2 -2
- data/vendor/local/share/man/man1/makeconv.1 +3 -3
- data/vendor/local/share/man/man1/pkgdata.1 +2 -2
- data/vendor/local/share/man/man1/uconv.1 +2 -2
- data/vendor/local/share/man/man8/genccode.8 +2 -2
- data/vendor/local/share/man/man8/gencmn.8 +3 -3
- data/vendor/local/share/man/man8/gensprep.8 +3 -3
- data/vendor/local/share/man/man8/icupkg.8 +1 -1
- metadata +20 -54
- data/vendor/local/lib/icuin61.dll +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
- data/vendor/local/share/installed-tests/graphene-1.0/box.test +0 -3
- data/vendor/local/share/installed-tests/graphene-1.0/euler.test +0 -3
- data/vendor/local/share/installed-tests/graphene-1.0/frustum.test +0 -3
- data/vendor/local/share/installed-tests/graphene-1.0/matrix.test +0 -3
- data/vendor/local/share/installed-tests/graphene-1.0/plane.test +0 -3
- data/vendor/local/share/installed-tests/graphene-1.0/point.test +0 -3
- data/vendor/local/share/installed-tests/graphene-1.0/point3d.test +0 -3
- data/vendor/local/share/installed-tests/graphene-1.0/quad.test +0 -3
- data/vendor/local/share/installed-tests/graphene-1.0/quaternion.test +0 -3
- data/vendor/local/share/installed-tests/graphene-1.0/ray.test +0 -3
- data/vendor/local/share/installed-tests/graphene-1.0/rect.test +0 -3
- data/vendor/local/share/installed-tests/graphene-1.0/simd.test +0 -3
- data/vendor/local/share/installed-tests/graphene-1.0/size.test +0 -3
- data/vendor/local/share/installed-tests/graphene-1.0/sphere.test +0 -3
- data/vendor/local/share/installed-tests/graphene-1.0/triangle.test +0 -3
- data/vendor/local/share/installed-tests/graphene-1.0/vec2.test +0 -3
- data/vendor/local/share/installed-tests/graphene-1.0/vec3.test +0 -3
- data/vendor/local/share/installed-tests/graphene-1.0/vec4.test +0 -3
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="index.html" title="Pango Reference Manual">
|
9
9
|
<link rel="prev" href="pango-Vertical-Text.html" title="Vertical Text">
|
10
10
|
<link rel="next" href="pango-Win32-Fonts-and-Rendering.html" title="Win32 Fonts and Rendering">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -41,6 +41,6 @@
|
|
41
41
|
</dl></div>
|
42
42
|
</div>
|
43
43
|
<div class="footer">
|
44
|
-
<hr>Generated by GTK-Doc V1.
|
44
|
+
<hr>Generated by GTK-Doc V1.28</div>
|
45
45
|
</body>
|
46
46
|
</html>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\" License & terms of use: http://www.unicode.org/copyright.html
|
7
7
|
.\" Copyright (C) 2000-2014 IBM, Inc. and others.
|
8
8
|
.\"
|
9
|
-
.TH DERB 1 "7 Mar 2014" "ICU MANPAGE" "ICU
|
9
|
+
.TH DERB 1 "7 Mar 2014" "ICU MANPAGE" "ICU 62.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B derb
|
12
12
|
\- disassemble a resource bundle
|
@@ -180,7 +180,7 @@ This is the set which is guaranteed to be available regardless of code page.
|
|
180
180
|
.TP 10
|
181
181
|
.B ICU_DATA
|
182
182
|
Specifies the directory containing ICU data. Defaults to
|
183
|
-
.BR ${prefix}/share/icu/
|
183
|
+
.BR ${prefix}/share/icu/62.1/ .
|
184
184
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
185
185
|
important to make sure that it is present if
|
186
186
|
.B ICU_DATA
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\" License & terms of use: http://www.unicode.org/copyright.html
|
7
7
|
.\" Copyright (C) 2005-2006 International Business Machines Corporation and others
|
8
8
|
.\"
|
9
|
-
.TH GENBRK 1 "2 December 2005" "ICU MANPAGE" "ICU
|
9
|
+
.TH GENBRK 1 "2 December 2005" "ICU MANPAGE" "ICU 62.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B genbrk
|
12
12
|
\- Compiles ICU break iteration rules source files into binary data files
|
@@ -96,7 +96,7 @@ with the BOM.
|
|
96
96
|
.TP 10
|
97
97
|
.B ICU_DATA
|
98
98
|
Specifies the directory containing ICU data. Defaults to
|
99
|
-
.BR ${prefix}/share/icu/
|
99
|
+
.BR ${prefix}/share/icu/62.1/ .
|
100
100
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
101
101
|
important to make sure that it is present if
|
102
102
|
.B ICU_DATA
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\" License & terms of use: http://www.unicode.org/copyright.html
|
7
7
|
.\" Copyright (C) 2012 International Business Machines Corporation and others
|
8
8
|
.\"
|
9
|
-
.TH GENCFU 1 "24 May 2009" "ICU MANPAGE" "ICU
|
9
|
+
.TH GENCFU 1 "24 May 2009" "ICU MANPAGE" "ICU 62.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B gencfu
|
12
12
|
\- Generates Unicode Confusable data files
|
@@ -9,7 +9,7 @@
|
|
9
9
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
10
10
|
.\" Manual page by George Rhoten
|
11
11
|
.\"
|
12
|
-
.TH GENCNVAL 1 "11 March 2004" "ICU MANPAGE" "ICU
|
12
|
+
.TH GENCNVAL 1 "11 March 2004" "ICU MANPAGE" "ICU 62.1 Manual"
|
13
13
|
.SH NAME
|
14
14
|
.B gencnval
|
15
15
|
\- compile the converters aliases file
|
@@ -75,7 +75,7 @@ The default destination directory is specified by the environment variable
|
|
75
75
|
.TP 10
|
76
76
|
.B ICU_DATA
|
77
77
|
Specifies the directory containing ICU data. Defaults to
|
78
|
-
.BR ${prefix}/share/icu/
|
78
|
+
.BR ${prefix}/share/icu/62.1/ .
|
79
79
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
80
80
|
important to make sure that it is present if
|
81
81
|
.B ICU_DATA
|
@@ -86,7 +86,7 @@ is set.
|
|
86
86
|
Description of ICU's converters and their aliases. This data file is not
|
87
87
|
normally installed, and it is available as a part of ICU source code.
|
88
88
|
.SH VERSION
|
89
|
-
|
89
|
+
62.1
|
90
90
|
.SH COPYRIGHT
|
91
91
|
Copyright (C) 2000-2004 IBM, Inc. and others.
|
92
92
|
.SH SEE ALSO
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\" License & terms of use: http://www.unicode.org/copyright.html
|
7
7
|
.\" Copyright (C) 2012 International Business Machines Corporation and others
|
8
8
|
.\"
|
9
|
-
.TH GENDICT 1 "1 June 2012" "ICU MANPAGE" "ICU
|
9
|
+
.TH GENDICT 1 "1 June 2012" "ICU MANPAGE" "ICU 62.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B gendict
|
12
12
|
\- Compiles word list into ICU string trie dictionary
|
@@ -117,7 +117,7 @@ must be specified.
|
|
117
117
|
.TP 10
|
118
118
|
.B ICU_DATA
|
119
119
|
Specifies the directory containing ICU data. Defaults to
|
120
|
-
.BR ${prefix}/share/icu/
|
120
|
+
.BR ${prefix}/share/icu/62.1/ .
|
121
121
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
122
122
|
important to make sure that it is present if
|
123
123
|
.B ICU_DATA
|
@@ -8,7 +8,7 @@
|
|
8
8
|
.\"
|
9
9
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
10
10
|
.\"
|
11
|
-
.TH GENRB 1 "16 April 2002" "ICU MANPAGE" "ICU
|
11
|
+
.TH GENRB 1 "16 April 2002" "ICU MANPAGE" "ICU 62.1 Manual"
|
12
12
|
.SH NAME
|
13
13
|
.B genrb
|
14
14
|
\- compile a resource bundle
|
@@ -133,13 +133,13 @@ This is the set which is guaranteed to be available regardless of code page.
|
|
133
133
|
.TP 10
|
134
134
|
.B ICU_DATA
|
135
135
|
Specifies the directory containing ICU data. Defaults to
|
136
|
-
.BR ${prefix}/share/icu/
|
136
|
+
.BR ${prefix}/share/icu/62.1/ .
|
137
137
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
138
138
|
important to make sure that it is present if
|
139
139
|
.B ICU_DATA
|
140
140
|
is set.
|
141
141
|
.SH VERSION
|
142
|
-
|
142
|
+
62.1
|
143
143
|
.SH COPYRIGHT
|
144
144
|
Copyright (C) 2000-2002 IBM, Inc. and others.
|
145
145
|
.SH SEE ALSO
|
@@ -10,7 +10,7 @@
|
|
10
10
|
.\" Modified by Steven R. Loomis <srl@jtcsv.com>.
|
11
11
|
.\" With help from http://www.igpm.rwth-aachen.de/~albrecht/manpage.html
|
12
12
|
|
13
|
-
.TH ICU-CONFIG 1 "17 May 2004" "ICU MANPAGE" "ICU
|
13
|
+
.TH ICU-CONFIG 1 "17 May 2004" "ICU MANPAGE" "ICU 62.1 Manual"
|
14
14
|
.\".Dd "17 May 2004"
|
15
15
|
.\".Dt ICU-CONFIG 1
|
16
16
|
.\".Os
|
@@ -281,7 +281,7 @@ Prints the 'Makefile.inc' path, suitable for use with pkgdata(1)'s \-O option.
|
|
281
281
|
.SH AUTHORS
|
282
282
|
Steven Loomis
|
283
283
|
.SH VERSION
|
284
|
-
|
284
|
+
62.1
|
285
285
|
.SH COPYRIGHT
|
286
286
|
Copyright (C) 2002-2004 IBM, Inc. and others.
|
287
287
|
|
@@ -8,7 +8,7 @@
|
|
8
8
|
.\"
|
9
9
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
10
10
|
.\"
|
11
|
-
.TH MAKECONV 1 "16 April 2002" "ICU MANPAGE" "ICU
|
11
|
+
.TH MAKECONV 1 "16 April 2002" "ICU MANPAGE" "ICU 62.1 Manual"
|
12
12
|
.SH NAME
|
13
13
|
.B makeconv
|
14
14
|
\- compile a converter table
|
@@ -98,13 +98,13 @@ packaged one.
|
|
98
98
|
.TP 10
|
99
99
|
.B ICU_DATA
|
100
100
|
Specifies the directory containing ICU data. Defaults to
|
101
|
-
.BR ${prefix}/share/icu/
|
101
|
+
.BR ${prefix}/share/icu/62.1/ .
|
102
102
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
103
103
|
important to make sure that it is present if
|
104
104
|
.B ICU_DATA
|
105
105
|
is set.
|
106
106
|
.SH VERSION
|
107
|
-
|
107
|
+
62.1
|
108
108
|
.SH COPYRIGHT
|
109
109
|
Copyright (C) 2000 IBM, Inc. and others.
|
110
110
|
.SH SEE ALSO
|
@@ -9,7 +9,7 @@
|
|
9
9
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
10
10
|
.\" Modified by Michael Ow <mow@us.ibm.com>.
|
11
11
|
.\"
|
12
|
-
.TH PKGDATA 1 "6 February 2009" "ICU MANPAGE" "ICU
|
12
|
+
.TH PKGDATA 1 "6 February 2009" "ICU MANPAGE" "ICU 62.1 Manual"
|
13
13
|
.SH NAME
|
14
14
|
.B pkgdata
|
15
15
|
\- package data for use by ICU
|
@@ -254,7 +254,7 @@ Steven Loomis
|
|
254
254
|
.br
|
255
255
|
Yves Arrouye
|
256
256
|
.SH VERSION
|
257
|
-
|
257
|
+
62.1
|
258
258
|
.SH COPYRIGHT
|
259
259
|
Copyright (C) 2000-2009 IBM, Inc. and others.
|
260
260
|
|
@@ -8,7 +8,7 @@
|
|
8
8
|
.\"
|
9
9
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
10
10
|
.\"
|
11
|
-
.TH UCONV 1 "2005-jul-1" "ICU MANPAGE" "ICU
|
11
|
+
.TH UCONV 1 "2005-jul-1" "ICU MANPAGE" "ICU 62.1 Manual"
|
12
12
|
.SH NAME
|
13
13
|
.B uconv
|
14
14
|
\- convert data from one encoding to another
|
@@ -438,7 +438,7 @@ Jonas Utterstroem
|
|
438
438
|
.br
|
439
439
|
Yves Arrouye
|
440
440
|
.SH VERSION
|
441
|
-
|
441
|
+
62.1
|
442
442
|
.SH COPYRIGHT
|
443
443
|
Copyright (C) 2000-2005 IBM, Inc. and others.
|
444
444
|
.SH SEE ALSO
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\" License & terms of use: http://www.unicode.org/copyright.html
|
7
7
|
.\" Copyright (C) 2003-2004 IBM, Inc. and others.
|
8
8
|
.\"
|
9
|
-
.TH GENCCODE 8 "11 March 2004" "ICU MANPAGE" "ICU
|
9
|
+
.TH GENCCODE 8 "11 March 2004" "ICU MANPAGE" "ICU 62.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B genccode
|
12
12
|
\- generate C or platform specific assembly code from an ICU data file.
|
@@ -103,6 +103,6 @@ option) followed by an underscore and the type of the data (set by the
|
|
103
103
|
.BI "\-t\fP, \fB\-\-type"
|
104
104
|
option).
|
105
105
|
.SH VERSION
|
106
|
-
|
106
|
+
62.1
|
107
107
|
.SH COPYRIGHT
|
108
108
|
Copyright (C) 2000-2004 IBM, Inc. and others.
|
@@ -8,7 +8,7 @@
|
|
8
8
|
.\"
|
9
9
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
10
10
|
.\"
|
11
|
-
.TH GENCMN 8 "5 November 2001" "ICU MANPAGE" "ICU
|
11
|
+
.TH GENCMN 8 "5 November 2001" "ICU MANPAGE" "ICU 62.1 Manual"
|
12
12
|
.SH NAME
|
13
13
|
.B gencmn
|
14
14
|
\- generate an ICU memory-mappable data file
|
@@ -118,13 +118,13 @@ option).
|
|
118
118
|
.TP 10
|
119
119
|
.B ICU_DATA
|
120
120
|
Specifies the directory containing ICU data. Defaults to
|
121
|
-
.BR ${prefix}/share/icu/
|
121
|
+
.BR ${prefix}/share/icu/62.1/ .
|
122
122
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
123
123
|
important to make sure that it is present if
|
124
124
|
.B ICU_DATA
|
125
125
|
is set.
|
126
126
|
.SH VERSION
|
127
|
-
|
127
|
+
62.1
|
128
128
|
.SH COPYRIGHT
|
129
129
|
Copyright (C) 2000-2001 IBM, Inc. and others.
|
130
130
|
.SH SEE ALSO
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\" License & terms of use: http://www.unicode.org/copyright.html
|
7
7
|
.\" Copyright (C) 2003 IBM, Inc. and others.
|
8
8
|
.\"
|
9
|
-
.TH gensprep 8 "18 March 2003" "ICU MANPAGE" "ICU
|
9
|
+
.TH gensprep 8 "18 March 2003" "ICU MANPAGE" "ICU 62.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B gensprep
|
12
12
|
\- compile StringPrep data from files filtered by filterRFC3454.pl
|
@@ -68,7 +68,7 @@ The default destination directory is specified by the environment variable
|
|
68
68
|
.TP 10
|
69
69
|
.B ICU_DATA
|
70
70
|
Specifies the directory containing ICU data. Defaults to
|
71
|
-
.BR ${prefix}/share/icu/
|
71
|
+
.BR ${prefix}/share/icu/62.1/ .
|
72
72
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
73
73
|
important to make sure that it is present if
|
74
74
|
.B ICU_DATA
|
@@ -97,7 +97,7 @@ Contains the list of code points that are prohibited for IDNA.
|
|
97
97
|
.B NormalizationCorrections.txt
|
98
98
|
Contains the list of code points whose normalization has changed since Unicode Version 3.2.0.
|
99
99
|
.SH VERSION
|
100
|
-
|
100
|
+
62.1
|
101
101
|
.SH COPYRIGHT
|
102
102
|
Copyright (C) 2000-2002 IBM, Inc. and others.
|
103
103
|
.SH SEE ALSO
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\" License & terms of use: http://www.unicode.org/copyright.html
|
7
7
|
.\" Copyright (C) 2000-2006 IBM, Inc. and others.
|
8
8
|
.\"
|
9
|
-
.TH ICUPKG 8 "18 August 2006" "ICU MANPAGE" "ICU
|
9
|
+
.TH ICUPKG 8 "18 August 2006" "ICU MANPAGE" "ICU 62.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B icupkg
|
12
12
|
\- extract or modify an ICU
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pango
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.8
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME2 Project Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-06
|
11
|
+
date: 2018-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cairo-gobject
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.2.
|
19
|
+
version: 3.2.8
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.2.
|
26
|
+
version: 3.2.8
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: gobject-introspection
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.2.
|
33
|
+
version: 3.2.8
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.2.
|
40
|
+
version: 3.2.8
|
41
41
|
description: Ruby/Pango is a Ruby binding of pango-1.x.
|
42
42
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
43
43
|
executables: []
|
@@ -123,6 +123,7 @@ files:
|
|
123
123
|
- vendor/local/bin/libpangoft2-1.0-0.dll
|
124
124
|
- vendor/local/bin/libpangowin32-1.0-0.dll
|
125
125
|
- vendor/local/bin/makeconv.exe
|
126
|
+
- vendor/local/bin/pango-list.exe
|
126
127
|
- vendor/local/bin/pango-view.exe
|
127
128
|
- vendor/local/bin/pkgdata.exe
|
128
129
|
- vendor/local/bin/uconv.exe
|
@@ -378,6 +379,7 @@ files:
|
|
378
379
|
- vendor/local/include/unicode/unorm.h
|
379
380
|
- vendor/local/include/unicode/unorm2.h
|
380
381
|
- vendor/local/include/unicode/unum.h
|
382
|
+
- vendor/local/include/unicode/unumberformatter.h
|
381
383
|
- vendor/local/include/unicode/unumsys.h
|
382
384
|
- vendor/local/include/unicode/uobject.h
|
383
385
|
- vendor/local/include/unicode/upluralrules.h
|
@@ -417,22 +419,22 @@ files:
|
|
417
419
|
- vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib
|
418
420
|
- vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib
|
419
421
|
- vendor/local/lib/graphene-1.0/include/graphene-config.h
|
420
|
-
- vendor/local/lib/icu/
|
421
|
-
- vendor/local/lib/icu/
|
422
|
+
- vendor/local/lib/icu/62.1/Makefile.inc
|
423
|
+
- vendor/local/lib/icu/62.1/pkgdata.inc
|
422
424
|
- vendor/local/lib/icu/Makefile.inc
|
423
425
|
- vendor/local/lib/icu/pkgdata.inc
|
424
426
|
- vendor/local/lib/icudt.dll
|
425
|
-
- vendor/local/lib/
|
427
|
+
- vendor/local/lib/icudt62.dll
|
426
428
|
- vendor/local/lib/icuin.dll
|
427
|
-
- vendor/local/lib/
|
429
|
+
- vendor/local/lib/icuin62.dll
|
428
430
|
- vendor/local/lib/icuio.dll
|
429
|
-
- vendor/local/lib/
|
431
|
+
- vendor/local/lib/icuio62.dll
|
430
432
|
- vendor/local/lib/icutest.dll
|
431
|
-
- vendor/local/lib/
|
433
|
+
- vendor/local/lib/icutest62.dll
|
432
434
|
- vendor/local/lib/icutu.dll
|
433
|
-
- vendor/local/lib/
|
435
|
+
- vendor/local/lib/icutu62.dll
|
434
436
|
- vendor/local/lib/icuuc.dll
|
435
|
-
- vendor/local/lib/
|
437
|
+
- vendor/local/lib/icuuc62.dll
|
436
438
|
- vendor/local/lib/libfribidi.dll.a
|
437
439
|
- vendor/local/lib/libfribidi.la
|
438
440
|
- vendor/local/lib/libgraphene-1.0.dll.a
|
@@ -469,24 +471,6 @@ files:
|
|
469
471
|
- vendor/local/lib/pkgconfig/pangocairo.pc
|
470
472
|
- vendor/local/lib/pkgconfig/pangoft2.pc
|
471
473
|
- vendor/local/lib/pkgconfig/pangowin32.pc
|
472
|
-
- vendor/local/libexec/installed-tests/graphene-1.0/box.exe
|
473
|
-
- vendor/local/libexec/installed-tests/graphene-1.0/euler.exe
|
474
|
-
- vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe
|
475
|
-
- vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe
|
476
|
-
- vendor/local/libexec/installed-tests/graphene-1.0/plane.exe
|
477
|
-
- vendor/local/libexec/installed-tests/graphene-1.0/point.exe
|
478
|
-
- vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe
|
479
|
-
- vendor/local/libexec/installed-tests/graphene-1.0/quad.exe
|
480
|
-
- vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe
|
481
|
-
- vendor/local/libexec/installed-tests/graphene-1.0/ray.exe
|
482
|
-
- vendor/local/libexec/installed-tests/graphene-1.0/rect.exe
|
483
|
-
- vendor/local/libexec/installed-tests/graphene-1.0/simd.exe
|
484
|
-
- vendor/local/libexec/installed-tests/graphene-1.0/size.exe
|
485
|
-
- vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe
|
486
|
-
- vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe
|
487
|
-
- vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe
|
488
|
-
- vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe
|
489
|
-
- vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe
|
490
474
|
- vendor/local/share/gir-1.0/Graphene-1.0.gir
|
491
475
|
- vendor/local/share/gir-1.0/Pango-1.0.gir
|
492
476
|
- vendor/local/share/gir-1.0/PangoCairo-1.0.gir
|
@@ -624,28 +608,10 @@ files:
|
|
624
608
|
- vendor/local/share/gtk-doc/html/pango/style.css
|
625
609
|
- vendor/local/share/gtk-doc/html/pango/up-insensitive.png
|
626
610
|
- vendor/local/share/gtk-doc/html/pango/up.png
|
627
|
-
- vendor/local/share/icu/
|
628
|
-
- vendor/local/share/icu/
|
629
|
-
- vendor/local/share/icu/
|
630
|
-
- vendor/local/share/icu/
|
631
|
-
- vendor/local/share/installed-tests/graphene-1.0/box.test
|
632
|
-
- vendor/local/share/installed-tests/graphene-1.0/euler.test
|
633
|
-
- vendor/local/share/installed-tests/graphene-1.0/frustum.test
|
634
|
-
- vendor/local/share/installed-tests/graphene-1.0/matrix.test
|
635
|
-
- vendor/local/share/installed-tests/graphene-1.0/plane.test
|
636
|
-
- vendor/local/share/installed-tests/graphene-1.0/point.test
|
637
|
-
- vendor/local/share/installed-tests/graphene-1.0/point3d.test
|
638
|
-
- vendor/local/share/installed-tests/graphene-1.0/quad.test
|
639
|
-
- vendor/local/share/installed-tests/graphene-1.0/quaternion.test
|
640
|
-
- vendor/local/share/installed-tests/graphene-1.0/ray.test
|
641
|
-
- vendor/local/share/installed-tests/graphene-1.0/rect.test
|
642
|
-
- vendor/local/share/installed-tests/graphene-1.0/simd.test
|
643
|
-
- vendor/local/share/installed-tests/graphene-1.0/size.test
|
644
|
-
- vendor/local/share/installed-tests/graphene-1.0/sphere.test
|
645
|
-
- vendor/local/share/installed-tests/graphene-1.0/triangle.test
|
646
|
-
- vendor/local/share/installed-tests/graphene-1.0/vec2.test
|
647
|
-
- vendor/local/share/installed-tests/graphene-1.0/vec3.test
|
648
|
-
- vendor/local/share/installed-tests/graphene-1.0/vec4.test
|
611
|
+
- vendor/local/share/icu/62.1/LICENSE
|
612
|
+
- vendor/local/share/icu/62.1/config/mh-mingw64
|
613
|
+
- vendor/local/share/icu/62.1/install-sh
|
614
|
+
- vendor/local/share/icu/62.1/mkinstalldirs
|
649
615
|
- vendor/local/share/license/fribidi/fribidi/AUTHORS
|
650
616
|
- vendor/local/share/license/fribidi/fribidi/COPYING
|
651
617
|
- vendor/local/share/license/harfbuzz/AUTHORS
|