pango 2.2.5-x64-mingw32 → 3.0.0-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +19 -3
- data/ext/pango/depend +0 -1
- data/ext/pango/extconf.rb +0 -2
- data/ext/pango/rbpango.c +44 -6
- data/ext/pango/rbpango.h +0 -1
- data/ext/pango/rbpangoattribute.c +2 -2
- data/ext/pango/rbpangocairo.c +4 -4
- data/ext/pango/rbpangocontext.c +2 -2
- data/ext/pango/rbpangofontdescription.c +2 -2
- data/ext/pango/rbpangogravity.c +2 -2
- data/ext/pango/rbpangolanguage.c +8 -0
- data/ext/pango/rbpangolayout.c +15 -4
- data/ext/pango/rbpangomatrix.c +2 -2
- data/ext/pango/rbpangoscript.c +3 -3
- data/lib/2.0/pango.so +0 -0
- data/lib/2.1/pango.so +0 -0
- data/lib/2.2/pango.so +0 -0
- data/test/test-language.rb +5 -0
- data/test/test-layout.rb +7 -1
- data/vendor/local/bin/derb.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-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/libharfbuzz-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/bin/pango-querymodules.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/etc/pango/pango.modules +1 -1
- data/vendor/local/include/harfbuzz/hb-buffer.h +26 -1
- data/vendor/local/include/harfbuzz/hb-common.h +7 -0
- data/vendor/local/include/harfbuzz/hb-font.h +7 -6
- data/vendor/local/include/harfbuzz/hb-ft.h +58 -1
- data/vendor/local/include/harfbuzz/hb-glib.h +3 -0
- data/vendor/local/include/harfbuzz/hb-ot-font.h +4 -0
- data/vendor/local/include/harfbuzz/hb-shape.h +0 -3
- data/vendor/local/include/harfbuzz/hb-unicode.h +28 -3
- data/vendor/local/include/harfbuzz/hb-version.h +4 -4
- data/vendor/local/include/layout/LEFontInstance.h +2 -28
- data/vendor/local/include/layout/LETableReference.h +7 -2
- data/vendor/local/include/unicode/calendar.h +32 -2
- data/vendor/local/include/unicode/coll.h +9 -7
- data/vendor/local/include/unicode/datefmt.h +102 -13
- data/vendor/local/include/unicode/dcfmtsym.h +4 -2
- data/vendor/local/include/unicode/decimfmt.h +4 -5
- data/vendor/local/include/unicode/dtfmtsym.h +60 -1
- data/vendor/local/include/unicode/dtptngen.h +21 -7
- data/vendor/local/include/unicode/localpointer.h +49 -1
- data/vendor/local/include/unicode/locid.h +2 -3
- data/vendor/local/include/unicode/measfmt.h +30 -37
- data/vendor/local/include/unicode/measunit.h +65 -152
- data/vendor/local/include/unicode/measure.h +3 -3
- data/vendor/local/include/unicode/numfmt.h +3 -5
- data/vendor/local/include/unicode/platform.h +12 -2
- data/vendor/local/include/unicode/plurrule.h +18 -14
- data/vendor/local/include/unicode/rbnf.h +3 -4
- data/vendor/local/include/unicode/regex.h +42 -26
- data/vendor/local/include/unicode/region.h +9 -9
- data/vendor/local/include/unicode/reldatefmt.h +50 -45
- data/vendor/local/include/unicode/scientificnumberformatter.h +222 -0
- data/vendor/local/include/unicode/smpdtfmt.h +30 -24
- data/vendor/local/include/unicode/tblcoll.h +5 -4
- data/vendor/local/include/unicode/timezone.h +18 -1
- data/vendor/local/include/unicode/ucal.h +2 -2
- data/vendor/local/include/unicode/ucol.h +22 -18
- data/vendor/local/include/unicode/uconfig.h +17 -2
- data/vendor/local/include/unicode/udat.h +164 -56
- data/vendor/local/include/unicode/udatpg.h +9 -7
- data/vendor/local/include/unicode/ufieldpositer.h +121 -0
- data/vendor/local/include/unicode/uidna.h +21 -13
- data/vendor/local/include/unicode/ulistformatter.h +130 -0
- data/vendor/local/include/unicode/ulocdata.h +4 -3
- data/vendor/local/include/unicode/unistr.h +101 -53
- data/vendor/local/include/unicode/unum.h +7 -10
- data/vendor/local/include/unicode/uregex.h +52 -29
- data/vendor/local/include/unicode/urename.h +14 -3
- data/vendor/local/include/unicode/uscript.h +30 -16
- data/vendor/local/include/unicode/uspoof.h +13 -9
- data/vendor/local/include/unicode/utrans.h +5 -7
- data/vendor/local/include/unicode/utypes.h +9 -3
- data/vendor/local/include/unicode/uvernum.h +8 -8
- data/vendor/local/lib/icu/{54.1 → 55.1}/Makefile.inc +5 -5
- data/vendor/local/lib/icu/{54.1 → 55.1}/pkgdata.inc +1 -1
- data/vendor/local/lib/icu/Makefile.inc +5 -5
- data/vendor/local/lib/icu/pkgdata.inc +1 -1
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt54.dll → icudt55.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin55.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio55.dll +0 -0
- data/vendor/local/lib/icule.dll +0 -0
- data/vendor/local/lib/icule55.dll +0 -0
- data/vendor/local/lib/iculx.dll +0 -0
- data/vendor/local/lib/iculx55.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest55.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu55.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc55.dll +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +7 -7
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +7 -7
- 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/libicule.dll.a +0 -0
- data/vendor/local/lib/libiculx.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 +1 -1
- 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/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +2 -2
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +2 -2
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +2 -2
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +2 -2
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +3 -1
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-io.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-le.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-lx.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-uc.pc +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +35 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +30 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +158 -27
- data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +87 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/{ch01.html → ch06.html} +12 -13
- data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +31 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +7 -8
- data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +40 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +352 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +88 -47
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +128 -204
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +290 -304
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +14 -23
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +14 -17
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +40 -51
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +126 -190
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +19 -24
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +14 -29
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +438 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +14 -25
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +14 -29
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +19 -160
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +21 -36
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +14 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +70 -81
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +33 -44
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +290 -323
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +14 -23
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +59 -27
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +16 -13
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +415 -104
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +181 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +43 -12
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +11 -13
- data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +31 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +70 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +107 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +31 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +39 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +31 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +31 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +31 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +124 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +38 -0
- data/vendor/local/share/icu/{54.1 → 55.1}/config/mh-mingw64 +0 -0
- data/vendor/local/share/icu/{54.1 → 55.1}/install-sh +0 -0
- data/vendor/local/share/icu/{54.1 → 55.1}/license.html +3 -4
- data/vendor/local/share/icu/{54.1 → 55.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 +38 -22
- data/vendor/local/include/unicode/scientificformathelper.h +0 -139
- data/vendor/local/lib/icuin54.dll +0 -0
- data/vendor/local/lib/icuio54.dll +0 -0
- data/vendor/local/lib/icule54.dll +0 -0
- data/vendor/local/lib/iculx54.dll +0 -0
- data/vendor/local/lib/icutest54.dll +0 -0
- data/vendor/local/lib/icutu54.dll +0 -0
- data/vendor/local/lib/icuuc54.dll +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html +0 -286
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.sgml +0 -496
@@ -4,7 +4,7 @@
|
|
4
4
|
.\"
|
5
5
|
.\" Copyright (C) 2012 International Business Machines Corporation and others
|
6
6
|
.\"
|
7
|
-
.TH GENCFU 1 "24 May 2009" "ICU MANPAGE" "ICU
|
7
|
+
.TH GENCFU 1 "24 May 2009" "ICU MANPAGE" "ICU 55.1 Manual"
|
8
8
|
.SH NAME
|
9
9
|
.B gencfu
|
10
10
|
\- Generates Unicode Confusable data files
|
@@ -7,7 +7,7 @@
|
|
7
7
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
8
8
|
.\" Manual page by George Rhoten
|
9
9
|
.\"
|
10
|
-
.TH GENCNVAL 1 "11 March 2004" "ICU MANPAGE" "ICU
|
10
|
+
.TH GENCNVAL 1 "11 March 2004" "ICU MANPAGE" "ICU 55.1 Manual"
|
11
11
|
.SH NAME
|
12
12
|
.B gencnval
|
13
13
|
\- compile the converters aliases file
|
@@ -73,7 +73,7 @@ The default destination directory is specified by the environment variable
|
|
73
73
|
.TP 10
|
74
74
|
.B ICU_DATA
|
75
75
|
Specifies the directory containing ICU data. Defaults to
|
76
|
-
.BR ${prefix}/share/icu/
|
76
|
+
.BR ${prefix}/share/icu/55.1/ .
|
77
77
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
78
78
|
important to make sure that it is present if
|
79
79
|
.B ICU_DATA
|
@@ -84,7 +84,7 @@ is set.
|
|
84
84
|
Description of ICU's converters and their aliases. This data file is not
|
85
85
|
normally installed, and it is available as a part of ICU source code.
|
86
86
|
.SH VERSION
|
87
|
-
|
87
|
+
55.1
|
88
88
|
.SH COPYRIGHT
|
89
89
|
Copyright (C) 2000-2004 IBM, Inc. and others.
|
90
90
|
.SH SEE ALSO
|
@@ -4,7 +4,7 @@
|
|
4
4
|
.\"
|
5
5
|
.\" Copyright (C) 2012 International Business Machines Corporation and others
|
6
6
|
.\"
|
7
|
-
.TH GENDICT 1 "1 June 2012" "ICU MANPAGE" "ICU
|
7
|
+
.TH GENDICT 1 "1 June 2012" "ICU MANPAGE" "ICU 55.1 Manual"
|
8
8
|
.SH NAME
|
9
9
|
.B gendict
|
10
10
|
\- Compiles word list into ICU string trie dictionary
|
@@ -115,7 +115,7 @@ must be specified.
|
|
115
115
|
.TP 10
|
116
116
|
.B ICU_DATA
|
117
117
|
Specifies the directory containing ICU data. Defaults to
|
118
|
-
.BR ${prefix}/share/icu/
|
118
|
+
.BR ${prefix}/share/icu/55.1/ .
|
119
119
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
120
120
|
important to make sure that it is present if
|
121
121
|
.B ICU_DATA
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\"
|
7
7
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
8
8
|
.\"
|
9
|
-
.TH GENRB 1 "16 April 2002" "ICU MANPAGE" "ICU
|
9
|
+
.TH GENRB 1 "16 April 2002" "ICU MANPAGE" "ICU 55.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B genrb
|
12
12
|
\- compile a resource bundle
|
@@ -131,13 +131,13 @@ This is the set which is guaranteed to be available regardless of code page.
|
|
131
131
|
.TP 10
|
132
132
|
.B ICU_DATA
|
133
133
|
Specifies the directory containing ICU data. Defaults to
|
134
|
-
.BR ${prefix}/share/icu/
|
134
|
+
.BR ${prefix}/share/icu/55.1/ .
|
135
135
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
136
136
|
important to make sure that it is present if
|
137
137
|
.B ICU_DATA
|
138
138
|
is set.
|
139
139
|
.SH VERSION
|
140
|
-
|
140
|
+
55.1
|
141
141
|
.SH COPYRIGHT
|
142
142
|
Copyright (C) 2000-2002 IBM, Inc. and others.
|
143
143
|
.SH SEE ALSO
|
@@ -8,7 +8,7 @@
|
|
8
8
|
.\" Modified by Steven R. Loomis <srl@jtcsv.com>.
|
9
9
|
.\" With help from http://www.igpm.rwth-aachen.de/~albrecht/manpage.html
|
10
10
|
|
11
|
-
.TH ICU-CONFIG 1 "17 May 2004" "ICU MANPAGE" "ICU
|
11
|
+
.TH ICU-CONFIG 1 "17 May 2004" "ICU MANPAGE" "ICU 55.1 Manual"
|
12
12
|
.\".Dd "17 May 2004"
|
13
13
|
.\".Dt ICU-CONFIG 1
|
14
14
|
.\".Os
|
@@ -282,7 +282,7 @@ Prints the 'Makefile.inc' path, suitable for use with pkgdata(1)'s \-O option.
|
|
282
282
|
.SH AUTHORS
|
283
283
|
Steven Loomis
|
284
284
|
.SH VERSION
|
285
|
-
|
285
|
+
55.1
|
286
286
|
.SH COPYRIGHT
|
287
287
|
Copyright (C) 2002-2004 IBM, Inc. and others.
|
288
288
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\"
|
7
7
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
8
8
|
.\"
|
9
|
-
.TH MAKECONV 1 "16 April 2002" "ICU MANPAGE" "ICU
|
9
|
+
.TH MAKECONV 1 "16 April 2002" "ICU MANPAGE" "ICU 55.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B makeconv
|
12
12
|
\- compile a converter table
|
@@ -96,13 +96,13 @@ packaged one.
|
|
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/55.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
|
103
103
|
is set.
|
104
104
|
.SH VERSION
|
105
|
-
|
105
|
+
55.1
|
106
106
|
.SH COPYRIGHT
|
107
107
|
Copyright (C) 2000 IBM, Inc. and others.
|
108
108
|
.SH SEE ALSO
|
@@ -7,7 +7,7 @@
|
|
7
7
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
8
8
|
.\" Modified by Michael Ow <mow@us.ibm.com>.
|
9
9
|
.\"
|
10
|
-
.TH PKGDATA 1 "6 February 2009" "ICU MANPAGE" "ICU
|
10
|
+
.TH PKGDATA 1 "6 February 2009" "ICU MANPAGE" "ICU 55.1 Manual"
|
11
11
|
.SH NAME
|
12
12
|
.B pkgdata
|
13
13
|
\- package data for use by ICU
|
@@ -252,7 +252,7 @@ Steven Loomis
|
|
252
252
|
.br
|
253
253
|
Yves Arrouye
|
254
254
|
.SH VERSION
|
255
|
-
|
255
|
+
55.1
|
256
256
|
.SH COPYRIGHT
|
257
257
|
Copyright (C) 2000-2009 IBM, Inc. and others.
|
258
258
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\"
|
7
7
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
8
8
|
.\"
|
9
|
-
.TH UCONV 1 "2005-jul-1" "ICU MANPAGE" "ICU
|
9
|
+
.TH UCONV 1 "2005-jul-1" "ICU MANPAGE" "ICU 55.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B uconv
|
12
12
|
\- convert data from one encoding to another
|
@@ -436,7 +436,7 @@ Jonas Utterstroem
|
|
436
436
|
.br
|
437
437
|
Yves Arrouye
|
438
438
|
.SH VERSION
|
439
|
-
|
439
|
+
55.1
|
440
440
|
.SH COPYRIGHT
|
441
441
|
Copyright (C) 2000-2005 IBM, Inc. and others.
|
442
442
|
.SH SEE ALSO
|
@@ -4,7 +4,7 @@
|
|
4
4
|
.\"
|
5
5
|
.\" Copyright (C) 2003-2004 IBM, Inc. and others.
|
6
6
|
.\"
|
7
|
-
.TH GENCCODE 8 "11 March 2004" "ICU MANPAGE" "ICU
|
7
|
+
.TH GENCCODE 8 "11 March 2004" "ICU MANPAGE" "ICU 55.1 Manual"
|
8
8
|
.SH NAME
|
9
9
|
.B genccode
|
10
10
|
\- generate C or platform specific assembly code from an ICU data file.
|
@@ -101,6 +101,6 @@ option) followed by an underscore and the type of the data (set by the
|
|
101
101
|
.BI "\-t\fP, \fB\-\-type"
|
102
102
|
option).
|
103
103
|
.SH VERSION
|
104
|
-
|
104
|
+
55.1
|
105
105
|
.SH COPYRIGHT
|
106
106
|
Copyright (C) 2000-2004 IBM, Inc. and others.
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\"
|
7
7
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
8
8
|
.\"
|
9
|
-
.TH GENCMN 8 "5 November 2001" "ICU MANPAGE" "ICU
|
9
|
+
.TH GENCMN 8 "5 November 2001" "ICU MANPAGE" "ICU 55.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B gencmn
|
12
12
|
\- generate an ICU memory-mappable data file
|
@@ -116,13 +116,13 @@ option).
|
|
116
116
|
.TP 10
|
117
117
|
.B ICU_DATA
|
118
118
|
Specifies the directory containing ICU data. Defaults to
|
119
|
-
.BR ${prefix}/share/icu/
|
119
|
+
.BR ${prefix}/share/icu/55.1/ .
|
120
120
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
121
121
|
important to make sure that it is present if
|
122
122
|
.B ICU_DATA
|
123
123
|
is set.
|
124
124
|
.SH VERSION
|
125
|
-
|
125
|
+
55.1
|
126
126
|
.SH COPYRIGHT
|
127
127
|
Copyright (C) 2000-2001 IBM, Inc. and others.
|
128
128
|
.SH SEE ALSO
|
@@ -4,7 +4,7 @@
|
|
4
4
|
.\"
|
5
5
|
.\" Copyright (C) 2003 IBM, Inc. and others.
|
6
6
|
.\"
|
7
|
-
.TH gensprep 8 "18 March 2003" "ICU MANPAGE" "ICU
|
7
|
+
.TH gensprep 8 "18 March 2003" "ICU MANPAGE" "ICU 55.1 Manual"
|
8
8
|
.SH NAME
|
9
9
|
.B gensprep
|
10
10
|
\- compile StringPrep data from files filtered by filterRFC3454.pl
|
@@ -66,7 +66,7 @@ The default destination directory is specified by the environment variable
|
|
66
66
|
.TP 10
|
67
67
|
.B ICU_DATA
|
68
68
|
Specifies the directory containing ICU data. Defaults to
|
69
|
-
.BR ${prefix}/share/icu/
|
69
|
+
.BR ${prefix}/share/icu/55.1/ .
|
70
70
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
71
71
|
important to make sure that it is present if
|
72
72
|
.B ICU_DATA
|
@@ -95,7 +95,7 @@ Contains the list of code points that are prohibited for IDNA.
|
|
95
95
|
.B NormalizationCorrections.txt
|
96
96
|
Contains the list of code points whose normalization has changed since Unicode Version 3.2.0.
|
97
97
|
.SH VERSION
|
98
|
-
|
98
|
+
55.1
|
99
99
|
.SH COPYRIGHT
|
100
100
|
Copyright (C) 2000-2002 IBM, Inc. and others.
|
101
101
|
.SH SEE ALSO
|
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:
|
4
|
+
version: 3.0.0
|
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: 2015-
|
11
|
+
date: 2015-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cairo
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 3.0.0
|
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:
|
40
|
+
version: 3.0.0
|
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: []
|
@@ -276,7 +276,7 @@ files:
|
|
276
276
|
- vendor/local/include/unicode/rep.h
|
277
277
|
- vendor/local/include/unicode/resbund.h
|
278
278
|
- vendor/local/include/unicode/schriter.h
|
279
|
-
- vendor/local/include/unicode/
|
279
|
+
- vendor/local/include/unicode/scientificnumberformatter.h
|
280
280
|
- vendor/local/include/unicode/search.h
|
281
281
|
- vendor/local/include/unicode/selfmt.h
|
282
282
|
- vendor/local/include/unicode/simpletz.h
|
@@ -323,11 +323,13 @@ files:
|
|
323
323
|
- vendor/local/include/unicode/udatpg.h
|
324
324
|
- vendor/local/include/unicode/udisplaycontext.h
|
325
325
|
- vendor/local/include/unicode/uenum.h
|
326
|
+
- vendor/local/include/unicode/ufieldpositer.h
|
326
327
|
- vendor/local/include/unicode/uformattable.h
|
327
328
|
- vendor/local/include/unicode/ugender.h
|
328
329
|
- vendor/local/include/unicode/uidna.h
|
329
330
|
- vendor/local/include/unicode/uiter.h
|
330
331
|
- vendor/local/include/unicode/uldnames.h
|
332
|
+
- vendor/local/include/unicode/ulistformatter.h
|
331
333
|
- vendor/local/include/unicode/uloc.h
|
332
334
|
- vendor/local/include/unicode/ulocdata.h
|
333
335
|
- vendor/local/include/unicode/umachine.h
|
@@ -377,26 +379,26 @@ files:
|
|
377
379
|
- vendor/local/lib/girepository-1.0/Pango-1.0.typelib
|
378
380
|
- vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib
|
379
381
|
- vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib
|
380
|
-
- vendor/local/lib/icu/
|
381
|
-
- vendor/local/lib/icu/
|
382
|
+
- vendor/local/lib/icu/55.1/Makefile.inc
|
383
|
+
- vendor/local/lib/icu/55.1/pkgdata.inc
|
382
384
|
- vendor/local/lib/icu/Makefile.inc
|
383
385
|
- vendor/local/lib/icu/pkgdata.inc
|
384
386
|
- vendor/local/lib/icudt.dll
|
385
|
-
- vendor/local/lib/
|
387
|
+
- vendor/local/lib/icudt55.dll
|
386
388
|
- vendor/local/lib/icuin.dll
|
387
|
-
- vendor/local/lib/
|
389
|
+
- vendor/local/lib/icuin55.dll
|
388
390
|
- vendor/local/lib/icuio.dll
|
389
|
-
- vendor/local/lib/
|
391
|
+
- vendor/local/lib/icuio55.dll
|
390
392
|
- vendor/local/lib/icule.dll
|
391
|
-
- vendor/local/lib/
|
393
|
+
- vendor/local/lib/icule55.dll
|
392
394
|
- vendor/local/lib/iculx.dll
|
393
|
-
- vendor/local/lib/
|
395
|
+
- vendor/local/lib/iculx55.dll
|
394
396
|
- vendor/local/lib/icutest.dll
|
395
|
-
- vendor/local/lib/
|
397
|
+
- vendor/local/lib/icutest55.dll
|
396
398
|
- vendor/local/lib/icutu.dll
|
397
|
-
- vendor/local/lib/
|
399
|
+
- vendor/local/lib/icutu55.dll
|
398
400
|
- vendor/local/lib/icuuc.dll
|
399
|
-
- vendor/local/lib/
|
401
|
+
- vendor/local/lib/icuuc55.dll
|
400
402
|
- vendor/local/lib/libharfbuzz-icu.a
|
401
403
|
- vendor/local/lib/libharfbuzz-icu.la
|
402
404
|
- vendor/local/lib/libharfbuzz.dll.a
|
@@ -443,10 +445,15 @@ files:
|
|
443
445
|
- vendor/local/share/gir-1.0/Pango-1.0.gir
|
444
446
|
- vendor/local/share/gir-1.0/PangoCairo-1.0.gir
|
445
447
|
- vendor/local/share/gir-1.0/PangoFT2-1.0.gir
|
448
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html
|
446
449
|
- vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html
|
447
450
|
- vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html
|
448
|
-
- vendor/local/share/gtk-doc/html/harfbuzz/
|
451
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html
|
452
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/ch06.html
|
453
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html
|
449
454
|
- vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html
|
455
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html
|
456
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html
|
450
457
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html
|
451
458
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html
|
452
459
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html
|
@@ -464,23 +471,32 @@ files:
|
|
464
471
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html
|
465
472
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html
|
466
473
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html
|
467
|
-
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html
|
468
474
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html
|
469
475
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html
|
470
476
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html
|
471
477
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html
|
472
478
|
- vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2
|
479
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html
|
473
480
|
- vendor/local/share/gtk-doc/html/harfbuzz/home.png
|
474
481
|
- vendor/local/share/gtk-doc/html/harfbuzz/index.html
|
475
|
-
- vendor/local/share/gtk-doc/html/harfbuzz/index.sgml
|
476
482
|
- vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png
|
477
483
|
- vendor/local/share/gtk-doc/html/harfbuzz/left.png
|
478
484
|
- vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html
|
485
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html
|
486
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/pt01.html
|
487
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/pt02.html
|
479
488
|
- vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png
|
480
489
|
- vendor/local/share/gtk-doc/html/harfbuzz/right.png
|
490
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html
|
491
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html
|
481
492
|
- vendor/local/share/gtk-doc/html/harfbuzz/style.css
|
482
493
|
- vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png
|
483
494
|
- vendor/local/share/gtk-doc/html/harfbuzz/up.png
|
495
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html
|
496
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html
|
497
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html
|
498
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html
|
499
|
+
- vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html
|
484
500
|
- vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html
|
485
501
|
- vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html
|
486
502
|
- vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html
|
@@ -548,10 +564,10 @@ files:
|
|
548
564
|
- vendor/local/share/gtk-doc/html/pango/tools.html
|
549
565
|
- vendor/local/share/gtk-doc/html/pango/up-insensitive.png
|
550
566
|
- vendor/local/share/gtk-doc/html/pango/up.png
|
551
|
-
- vendor/local/share/icu/
|
552
|
-
- vendor/local/share/icu/
|
553
|
-
- vendor/local/share/icu/
|
554
|
-
- vendor/local/share/icu/
|
567
|
+
- vendor/local/share/icu/55.1/config/mh-mingw64
|
568
|
+
- vendor/local/share/icu/55.1/install-sh
|
569
|
+
- vendor/local/share/icu/55.1/license.html
|
570
|
+
- vendor/local/share/icu/55.1/mkinstalldirs
|
555
571
|
- vendor/local/share/license/harfbuzz/AUTHORS
|
556
572
|
- vendor/local/share/license/harfbuzz/COPYING
|
557
573
|
- vendor/local/share/license/pango/AUTHORS
|
@@ -1,139 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
**********************************************************************
|
3
|
-
* Copyright (c) 2014, International Business Machines
|
4
|
-
* Corporation and others. All Rights Reserved.
|
5
|
-
**********************************************************************
|
6
|
-
*/
|
7
|
-
#ifndef SCIFORMATHELPER_H
|
8
|
-
#define SCIFORMATHELPER_H
|
9
|
-
|
10
|
-
#include "unicode/utypes.h"
|
11
|
-
|
12
|
-
#if !UCONFIG_NO_FORMATTING
|
13
|
-
|
14
|
-
#ifndef U_HIDE_DRAFT_API
|
15
|
-
|
16
|
-
#include "unicode/unistr.h"
|
17
|
-
|
18
|
-
/**
|
19
|
-
* \file
|
20
|
-
* \brief C++ API: Formatter for measure objects.
|
21
|
-
*/
|
22
|
-
|
23
|
-
U_NAMESPACE_BEGIN
|
24
|
-
|
25
|
-
class DecimalFormatSymbols;
|
26
|
-
class FieldPositionIterator;
|
27
|
-
class DecimalFormatStaticSets;
|
28
|
-
|
29
|
-
/**
|
30
|
-
* A helper class for formatting numbers in standard scientific notation
|
31
|
-
* instead of E notation.
|
32
|
-
*
|
33
|
-
* Sample code:
|
34
|
-
* <pre>
|
35
|
-
* UErrorCode status = U_ZERO_ERROR;
|
36
|
-
* DecimalFormat *decfmt = (DecimalFormat *)
|
37
|
-
* NumberFormat::createScientificInstance("en", status);
|
38
|
-
* UnicodeString appendTo;
|
39
|
-
* FieldPositionIterator fpositer;
|
40
|
-
* decfmt->format(1.23456e-78, appendTo, &fpositer, status);
|
41
|
-
* ScientificFormatHelper helper(*decfmt->getDecimalFormatSymbols(), status);
|
42
|
-
* UnicodeString result;
|
43
|
-
*
|
44
|
-
* // result = "1.23456x10<sup>-78</sup>"
|
45
|
-
* helper.insertMarkup(appendTo, fpositer, "<sup>", "</sup>", result, status));
|
46
|
-
* </pre>
|
47
|
-
*
|
48
|
-
* @see NumberFormat
|
49
|
-
* @draft ICU 54
|
50
|
-
*/
|
51
|
-
class U_I18N_API ScientificFormatHelper : public UObject {
|
52
|
-
public:
|
53
|
-
/**
|
54
|
-
* Constructor.
|
55
|
-
* @param symbols comes from DecimalFormat instance used for default
|
56
|
-
* scientific notation.
|
57
|
-
* @param status any error reported here.
|
58
|
-
* @draft ICU 54
|
59
|
-
*/
|
60
|
-
ScientificFormatHelper(const DecimalFormatSymbols &symbols, UErrorCode& status);
|
61
|
-
|
62
|
-
/**
|
63
|
-
* Copy constructor.
|
64
|
-
* @draft ICU 54
|
65
|
-
*/
|
66
|
-
ScientificFormatHelper(const ScientificFormatHelper &other);
|
67
|
-
|
68
|
-
/**
|
69
|
-
* Assignment operator.
|
70
|
-
* @draft ICU 54
|
71
|
-
*/
|
72
|
-
ScientificFormatHelper &operator=(const ScientificFormatHelper &other);
|
73
|
-
|
74
|
-
/**
|
75
|
-
* Destructor.
|
76
|
-
* @draft ICU 54
|
77
|
-
*/
|
78
|
-
virtual ~ScientificFormatHelper();
|
79
|
-
|
80
|
-
/**
|
81
|
-
* Formats standard scientific notation by surrounding exponent with
|
82
|
-
* html to make it superscript.
|
83
|
-
* @param s the original formatted scientific notation
|
84
|
-
* e.g "6.02e23". s is output from
|
85
|
-
* NumberFormat::createScientificInstance()->format().
|
86
|
-
* @param fpi the FieldPositionIterator from the format call.
|
87
|
-
* fpi is output from
|
88
|
-
* NumberFormat::createScientificInstance()->format().
|
89
|
-
* @param beginMarkup the start html for the exponent e.g "<sup>"
|
90
|
-
* @param endMarkup the end html for the exponent e.g "</sup>"
|
91
|
-
* @param result standard scientific notation appended here.
|
92
|
-
* @param status any error returned here. When status is set to a
|
93
|
-
* non-zero error, the value of result is unspecified,
|
94
|
-
* and client should fallback to using s for scientific
|
95
|
-
* notation.
|
96
|
-
* @return the value stored in result.
|
97
|
-
* @draft ICU 54
|
98
|
-
*/
|
99
|
-
UnicodeString &insertMarkup(
|
100
|
-
const UnicodeString &s,
|
101
|
-
FieldPositionIterator &fpi,
|
102
|
-
const UnicodeString &beginMarkup,
|
103
|
-
const UnicodeString &endMarkup,
|
104
|
-
UnicodeString &result,
|
105
|
-
UErrorCode &status) const;
|
106
|
-
|
107
|
-
/**
|
108
|
-
* Formats standard scientific notation by using superscript unicode
|
109
|
-
* points 0..9.
|
110
|
-
* @param s the original formatted scientific notation
|
111
|
-
* e.g "6.02e23". s is output from
|
112
|
-
* NumberFormat::createScientificInstance()->format().
|
113
|
-
* @param fpi the FieldPositionIterator from the format call.
|
114
|
-
* fpi is output from
|
115
|
-
* NumberFormat::createScientificInstance()->format().
|
116
|
-
* @param result standard scientific notation appended here.
|
117
|
-
* @param status any error returned here. When status is set to a
|
118
|
-
* non-zero error, the value of result is unspecified,
|
119
|
-
* and client should fallback to using s for scientific
|
120
|
-
* notation.
|
121
|
-
* @return the value stored in result.
|
122
|
-
* @draft ICU 54
|
123
|
-
*/
|
124
|
-
UnicodeString &toSuperscriptExponentDigits(
|
125
|
-
const UnicodeString &s,
|
126
|
-
FieldPositionIterator &fpi,
|
127
|
-
UnicodeString &result,
|
128
|
-
UErrorCode &status) const;
|
129
|
-
private:
|
130
|
-
UnicodeString fPreExponent;
|
131
|
-
const DecimalFormatStaticSets *fStaticSets;
|
132
|
-
};
|
133
|
-
|
134
|
-
U_NAMESPACE_END
|
135
|
-
|
136
|
-
#endif /* U_HIDE_DRAFT_API */
|
137
|
-
|
138
|
-
#endif /* !UCONFIG_NO_FORMATTING */
|
139
|
-
#endif
|