pango 3.1.0-x64-mingw32 → 3.1.1-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 +9 -4
- data/ext/pango/rbpangolayoutline.c +6 -2
- 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/sample/layout.rb +1 -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 +16 -11
- 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-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/harfbuzz/hb-font.h +5 -0
- data/vendor/local/include/harfbuzz/hb-glib.h +2 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +19 -0
- data/vendor/local/include/harfbuzz/hb-shape-plan.h +19 -0
- data/vendor/local/include/harfbuzz/hb-version.h +3 -3
- data/vendor/local/include/unicode/alphaindex.h +2 -0
- data/vendor/local/include/unicode/appendable.h +2 -0
- data/vendor/local/include/unicode/basictz.h +2 -0
- data/vendor/local/include/unicode/brkiter.h +7 -0
- data/vendor/local/include/unicode/bytestream.h +2 -0
- data/vendor/local/include/unicode/bytestrie.h +3 -2
- data/vendor/local/include/unicode/bytestriebuilder.h +4 -4
- data/vendor/local/include/unicode/calendar.h +2 -0
- data/vendor/local/include/unicode/caniter.h +2 -0
- data/vendor/local/include/unicode/chariter.h +2 -0
- data/vendor/local/include/unicode/choicfmt.h +2 -0
- data/vendor/local/include/unicode/coleitr.h +2 -0
- data/vendor/local/include/unicode/coll.h +2 -0
- data/vendor/local/include/unicode/compactdecimalformat.h +4 -3
- data/vendor/local/include/unicode/curramt.h +2 -0
- data/vendor/local/include/unicode/currpinf.h +2 -0
- data/vendor/local/include/unicode/currunit.h +2 -0
- data/vendor/local/include/unicode/datefmt.h +2 -0
- data/vendor/local/include/unicode/dbbi.h +2 -0
- data/vendor/local/include/unicode/dcfmtsym.h +2 -0
- data/vendor/local/include/unicode/decimfmt.h +9 -5
- data/vendor/local/include/unicode/docmain.h +3 -1
- data/vendor/local/include/unicode/dtfmtsym.h +26 -14
- data/vendor/local/include/unicode/dtintrv.h +2 -0
- data/vendor/local/include/unicode/dtitvfmt.h +2 -0
- data/vendor/local/include/unicode/dtitvinf.h +8 -3
- data/vendor/local/include/unicode/dtptngen.h +13 -9
- data/vendor/local/include/unicode/dtrule.h +2 -0
- data/vendor/local/include/unicode/enumset.h +2 -0
- data/vendor/local/include/unicode/errorcode.h +2 -0
- data/vendor/local/include/unicode/fieldpos.h +5 -2
- data/vendor/local/include/unicode/filteredbrk.h +10 -12
- data/vendor/local/include/unicode/fmtable.h +4 -2
- data/vendor/local/include/unicode/format.h +2 -0
- data/vendor/local/include/unicode/fpositer.h +2 -0
- data/vendor/local/include/unicode/gender.h +2 -0
- data/vendor/local/include/unicode/gregocal.h +2 -0
- data/vendor/local/include/unicode/icudataver.h +2 -0
- data/vendor/local/include/unicode/icuplug.h +12 -2
- data/vendor/local/include/unicode/idna.h +6 -4
- data/vendor/local/include/unicode/listformatter.h +2 -0
- data/vendor/local/include/unicode/localpointer.h +19 -28
- data/vendor/local/include/unicode/locdspnm.h +2 -0
- data/vendor/local/include/unicode/locid.h +2 -0
- data/vendor/local/include/unicode/measfmt.h +21 -2
- data/vendor/local/include/unicode/measunit.h +50 -24
- data/vendor/local/include/unicode/measure.h +2 -0
- data/vendor/local/include/unicode/messagepattern.h +2 -0
- data/vendor/local/include/unicode/msgfmt.h +2 -0
- data/vendor/local/include/unicode/normalizer2.h +2 -0
- data/vendor/local/include/unicode/normlzr.h +4 -4
- data/vendor/local/include/unicode/numfmt.h +8 -6
- data/vendor/local/include/unicode/numsys.h +2 -0
- data/vendor/local/include/unicode/parseerr.h +2 -0
- data/vendor/local/include/unicode/parsepos.h +2 -0
- data/vendor/local/include/unicode/platform.h +8 -0
- data/vendor/local/include/unicode/plurfmt.h +2 -0
- data/vendor/local/include/unicode/plurrule.h +2 -0
- data/vendor/local/include/unicode/ptypes.h +2 -0
- data/vendor/local/include/unicode/putil.h +2 -0
- data/vendor/local/include/unicode/rbbi.h +18 -66
- data/vendor/local/include/unicode/rbnf.h +8 -0
- data/vendor/local/include/unicode/rbtz.h +2 -0
- data/vendor/local/include/unicode/regex.h +2 -0
- data/vendor/local/include/unicode/region.h +3 -1
- data/vendor/local/include/unicode/reldatefmt.h +19 -9
- data/vendor/local/include/unicode/rep.h +2 -0
- data/vendor/local/include/unicode/resbund.h +2 -0
- data/vendor/local/include/unicode/schriter.h +2 -0
- data/vendor/local/include/unicode/scientificnumberformatter.h +2 -0
- data/vendor/local/include/unicode/search.h +2 -0
- data/vendor/local/include/unicode/selfmt.h +2 -0
- data/vendor/local/include/unicode/simpleformatter.h +2 -0
- data/vendor/local/include/unicode/simpletz.h +2 -0
- data/vendor/local/include/unicode/smpdtfmt.h +9 -1
- data/vendor/local/include/unicode/sortkey.h +2 -0
- data/vendor/local/include/unicode/std_string.h +2 -0
- data/vendor/local/include/unicode/strenum.h +2 -0
- data/vendor/local/include/unicode/stringpiece.h +5 -3
- data/vendor/local/include/unicode/stringtriebuilder.h +13 -1
- data/vendor/local/include/unicode/stsearch.h +2 -0
- data/vendor/local/include/unicode/symtable.h +2 -0
- data/vendor/local/include/unicode/tblcoll.h +3 -1
- data/vendor/local/include/unicode/timezone.h +2 -0
- data/vendor/local/include/unicode/tmunit.h +8 -0
- data/vendor/local/include/unicode/tmutamt.h +2 -0
- data/vendor/local/include/unicode/tmutfmt.h +5 -0
- data/vendor/local/include/unicode/translit.h +2 -0
- data/vendor/local/include/unicode/tzfmt.h +2 -0
- data/vendor/local/include/unicode/tznames.h +16 -2
- data/vendor/local/include/unicode/tzrule.h +2 -0
- data/vendor/local/include/unicode/tztrans.h +2 -0
- data/vendor/local/include/unicode/ubidi.h +20 -8
- data/vendor/local/include/unicode/ubiditransform.h +321 -0
- data/vendor/local/include/unicode/ubrk.h +26 -7
- data/vendor/local/include/unicode/ucal.h +8 -4
- data/vendor/local/include/unicode/ucasemap.h +2 -0
- data/vendor/local/include/unicode/ucat.h +2 -0
- data/vendor/local/include/unicode/uchar.h +244 -17
- data/vendor/local/include/unicode/ucharstrie.h +2 -0
- data/vendor/local/include/unicode/ucharstriebuilder.h +2 -0
- data/vendor/local/include/unicode/uchriter.h +2 -0
- data/vendor/local/include/unicode/uclean.h +2 -0
- data/vendor/local/include/unicode/ucnv.h +8 -1
- data/vendor/local/include/unicode/ucnv_cb.h +2 -0
- data/vendor/local/include/unicode/ucnv_err.h +2 -0
- data/vendor/local/include/unicode/ucnvsel.h +2 -0
- data/vendor/local/include/unicode/ucol.h +28 -11
- data/vendor/local/include/unicode/ucoleitr.h +2 -0
- data/vendor/local/include/unicode/uconfig.h +2 -0
- data/vendor/local/include/unicode/ucsdet.h +2 -0
- data/vendor/local/include/unicode/ucurr.h +5 -1
- data/vendor/local/include/unicode/udat.h +13 -11
- data/vendor/local/include/unicode/udata.h +8 -1
- data/vendor/local/include/unicode/udateintervalformat.h +2 -0
- data/vendor/local/include/unicode/udatpg.h +15 -2
- data/vendor/local/include/unicode/udisplaycontext.h +34 -2
- data/vendor/local/include/unicode/uenum.h +2 -0
- data/vendor/local/include/unicode/ufieldpositer.h +4 -2
- data/vendor/local/include/unicode/uformattable.h +9 -1
- data/vendor/local/include/unicode/ugender.h +2 -0
- data/vendor/local/include/unicode/uidna.h +2 -0
- data/vendor/local/include/unicode/uiter.h +2 -0
- data/vendor/local/include/unicode/uldnames.h +2 -0
- data/vendor/local/include/unicode/ulistformatter.h +2 -0
- data/vendor/local/include/unicode/uloc.h +9 -3
- data/vendor/local/include/unicode/ulocdata.h +20 -2
- data/vendor/local/include/unicode/umachine.h +25 -0
- data/vendor/local/include/unicode/umisc.h +2 -0
- data/vendor/local/include/unicode/umsg.h +2 -0
- data/vendor/local/include/unicode/unifilt.h +2 -0
- data/vendor/local/include/unicode/unifunct.h +2 -0
- data/vendor/local/include/unicode/unimatch.h +2 -0
- data/vendor/local/include/unicode/unirepl.h +2 -0
- data/vendor/local/include/unicode/uniset.h +3 -1
- data/vendor/local/include/unicode/unistr.h +12 -14
- data/vendor/local/include/unicode/unorm.h +6 -2
- data/vendor/local/include/unicode/unorm2.h +2 -0
- data/vendor/local/include/unicode/unum.h +28 -10
- data/vendor/local/include/unicode/unumsys.h +2 -0
- data/vendor/local/include/unicode/uobject.h +2 -0
- data/vendor/local/include/unicode/upluralrules.h +6 -2
- data/vendor/local/include/unicode/uregex.h +2 -0
- data/vendor/local/include/unicode/uregion.h +6 -2
- data/vendor/local/include/unicode/ureldatefmt.h +13 -7
- data/vendor/local/include/unicode/urename.h +16 -4
- data/vendor/local/include/unicode/urep.h +2 -0
- data/vendor/local/include/unicode/ures.h +7 -1
- data/vendor/local/include/unicode/uscript.h +41 -29
- data/vendor/local/include/unicode/usearch.h +10 -4
- data/vendor/local/include/unicode/uset.h +5 -1
- data/vendor/local/include/unicode/usetiter.h +2 -0
- data/vendor/local/include/unicode/ushape.h +2 -0
- data/vendor/local/include/unicode/uspoof.h +876 -363
- data/vendor/local/include/unicode/usprep.h +2 -0
- data/vendor/local/include/unicode/ustdio.h +2 -0
- data/vendor/local/include/unicode/ustream.h +2 -0
- data/vendor/local/include/unicode/ustring.h +2 -0
- data/vendor/local/include/unicode/ustringtrie.h +2 -0
- data/vendor/local/include/unicode/utext.h +2 -0
- data/vendor/local/include/unicode/utf.h +2 -0
- data/vendor/local/include/unicode/utf16.h +2 -0
- data/vendor/local/include/unicode/utf32.h +2 -0
- data/vendor/local/include/unicode/utf8.h +2 -0
- data/vendor/local/include/unicode/utf_old.h +2 -0
- data/vendor/local/include/unicode/utmscale.h +2 -0
- data/vendor/local/include/unicode/utrace.h +20 -0
- data/vendor/local/include/unicode/utrans.h +2 -0
- data/vendor/local/include/unicode/utypes.h +71 -97
- data/vendor/local/include/unicode/uvernum.h +13 -12
- data/vendor/local/include/unicode/uversion.h +2 -0
- data/vendor/local/include/unicode/vtzone.h +2 -0
- data/vendor/local/lib/icu/{57.1 → 58.2}/Makefile.inc +8 -9
- data/vendor/local/lib/icu/{57.1 → 58.2}/pkgdata.inc +2 -2
- data/vendor/local/lib/icu/Makefile.inc +8 -9
- data/vendor/local/lib/icu/pkgdata.inc +2 -2
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt57.dll → icudt58.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin58.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/{icuio57.dll → icuio58.dll} +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/{icutest57.dll → icutest58.dll} +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu58.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc58.dll +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +4 -4
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +3 -3
- 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/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +2 -2
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +8 -6
- data/vendor/local/lib/pkgconfig/icu-io.pc +8 -6
- data/vendor/local/lib/pkgconfig/icu-uc.pc +8 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +1 -1
- data/vendor/local/share/icu/{57.1 → 58.2}/LICENSE +52 -60
- data/vendor/local/share/icu/{57.1 → 58.2}/config/mh-mingw64 +2 -0
- data/vendor/local/share/icu/{57.1 → 58.2}/install-sh +0 -0
- data/vendor/local/share/icu/{57.1 → 58.2}/mkinstalldirs +2 -0
- data/vendor/local/share/man/man1/derb.1 +4 -2
- data/vendor/local/share/man/man1/genbrk.1 +4 -2
- data/vendor/local/share/man/man1/gencfu.1 +3 -1
- data/vendor/local/share/man/man1/gencnval.1 +5 -3
- data/vendor/local/share/man/man1/gendict.1 +4 -2
- data/vendor/local/share/man/man1/genrb.1 +5 -3
- data/vendor/local/share/man/man1/icu-config.1 +4 -5
- data/vendor/local/share/man/man1/makeconv.1 +5 -3
- data/vendor/local/share/man/man1/pkgdata.1 +4 -2
- data/vendor/local/share/man/man1/uconv.1 +4 -2
- data/vendor/local/share/man/man8/genccode.8 +4 -2
- data/vendor/local/share/man/man8/gencmn.8 +5 -3
- data/vendor/local/share/man/man8/gensprep.8 +5 -3
- data/vendor/local/share/man/man8/icupkg.8 +3 -1
- metadata +22 -40
- data/vendor/local/include/layout/LEFontInstance.h +0 -524
- data/vendor/local/include/layout/LEGlyphFilter.h +0 -45
- data/vendor/local/include/layout/LEGlyphStorage.h +0 -546
- data/vendor/local/include/layout/LEInsertionList.h +0 -177
- data/vendor/local/include/layout/LELanguages.h +0 -109
- data/vendor/local/include/layout/LEScripts.h +0 -204
- data/vendor/local/include/layout/LESwaps.h +0 -100
- data/vendor/local/include/layout/LETableReference.h +0 -435
- data/vendor/local/include/layout/LETypes.h +0 -728
- data/vendor/local/include/layout/LayoutEngine.h +0 -518
- data/vendor/local/include/layout/ParagraphLayout.h +0 -747
- data/vendor/local/include/layout/RunArrays.h +0 -676
- data/vendor/local/include/layout/loengine.h +0 -225
- data/vendor/local/include/layout/playout.h +0 -466
- data/vendor/local/include/layout/plruns.h +0 -441
- data/vendor/local/lib/icuin57.dll +0 -0
- data/vendor/local/lib/icule.dll +0 -0
- data/vendor/local/lib/icule57.dll +0 -0
- data/vendor/local/lib/iculx.dll +0 -0
- data/vendor/local/lib/iculx57.dll +0 -0
- data/vendor/local/lib/icutu57.dll +0 -0
- data/vendor/local/lib/icuuc57.dll +0 -0
- data/vendor/local/lib/libicule.dll.a +0 -0
- data/vendor/local/lib/libiculx.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/icu-le.pc +0 -38
- data/vendor/local/lib/pkgconfig/icu-lx.pc +0 -38
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47b7b16a50b31ec114660d7220904f4cae1dab87
|
4
|
+
data.tar.gz: 8a2281ebd64a185e0991c1f0d27f91260f04fde0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03b3bb92263f23a3df8801a54916a467461c0df3708e081a9b6bcd8c1284dfc2e0f7c04ef8c216bd957ebb1bb39128ed25e579560cd12eac115434818fe3bd91
|
7
|
+
data.tar.gz: 4cd4b0ea636251809b6bb4cd97abfc91a1e7939afb9cd12e3bf1bda15c4556a697087a2eb29feb01d128dcc9a64c6e959bbe626059b0fc3fc31ff3b90d09f446
|
data/Rakefile
CHANGED
@@ -29,15 +29,20 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
|
|
29
29
|
package.external_packages = [
|
30
30
|
{
|
31
31
|
:name => "icu",
|
32
|
-
:
|
33
|
-
:label => "
|
32
|
+
:download_site => :icu,
|
33
|
+
:label => "ICU",
|
34
|
+
:version => "58.2",
|
34
35
|
:base_name => "icu",
|
35
|
-
:archive_base_name =>
|
36
|
+
:archive_base_name => lambda do |package|
|
37
|
+
archive_base_name_version = package.version.gsub(".", "_")
|
38
|
+
"icu4c-#{archive_base_name_version}-src.tgz"
|
39
|
+
end,
|
36
40
|
:compression_method => "gz",
|
37
41
|
:base_dir_in_package => "source",
|
38
42
|
:windows => {
|
39
43
|
:configure_args => [
|
40
44
|
"--with-cross-build=#{package.package.tmp_dir}/native/icu/icu/source",
|
45
|
+
"CPPFLAGS=-DU_USE_STRTOD_L=0",
|
41
46
|
],
|
42
47
|
:built_file => "bin/icu-config",
|
43
48
|
},
|
@@ -50,7 +55,7 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
|
|
50
55
|
:name => "harfbuzz",
|
51
56
|
:download_site => :freedesktop,
|
52
57
|
:label => "HarfBuzz",
|
53
|
-
:version => "1.
|
58
|
+
:version => "1.4.1",
|
54
59
|
:compression_method => "bz2",
|
55
60
|
:windows => {
|
56
61
|
:configure_args => [
|
@@ -58,11 +58,15 @@ rg_index_to_x(VALUE self, VALUE index, VALUE trailing)
|
|
58
58
|
static VALUE
|
59
59
|
rg_x_to_index(VALUE self, VALUE x_pos)
|
60
60
|
{
|
61
|
-
int index
|
61
|
+
int index = 0;
|
62
|
+
int trailing = 0;
|
62
63
|
|
63
64
|
gboolean ret = pango_layout_line_x_to_index(_SELF(self), NUM2INT(x_pos),
|
64
65
|
&index, &trailing);
|
65
|
-
return
|
66
|
+
return rb_ary_new_from_args(3,
|
67
|
+
CBOOL2RVAL(ret),
|
68
|
+
INT2NUM(index),
|
69
|
+
INT2NUM(trailing));
|
66
70
|
}
|
67
71
|
|
68
72
|
static VALUE
|
data/lib/2.2/pango.so
CHANGED
Binary file
|
data/lib/2.3/pango.so
CHANGED
Binary file
|
data/lib/2.4/pango.so
ADDED
Binary file
|
data/sample/layout.rb
CHANGED
@@ -14,7 +14,7 @@ require 'pp'
|
|
14
14
|
puts
|
15
15
|
puts "Start----------"
|
16
16
|
puts
|
17
|
-
str = File.read("sample.txt")
|
17
|
+
str = File.read(File.join(__dir__, "sample.txt"))
|
18
18
|
context = Gdk::Pango.context
|
19
19
|
context.base_dir = Pango::Context::DIRECTION_LTR
|
20
20
|
context.language = Pango::Language.new("ja_JP")
|
data/vendor/local/bin/derb.exe
CHANGED
Binary file
|
data/vendor/local/bin/genbrk.exe
CHANGED
Binary file
|
Binary file
|
data/vendor/local/bin/gencfu.exe
CHANGED
Binary file
|
data/vendor/local/bin/gencmn.exe
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/local/bin/genrb.exe
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/local/bin/icu-config
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
## -*-sh-*-
|
3
3
|
#set -x
|
4
4
|
# BEGIN of icu-config-top
|
5
|
+
# Copyright (C) 2016 and later: Unicode, Inc. and others.
|
6
|
+
# License & terms of use: http://www.unicode.org/copyright.html
|
5
7
|
#******************************************************************************
|
6
8
|
# Copyright (C) 1999-2013, International Business Machines
|
7
9
|
# Corporation and others. All Rights Reserved.
|
@@ -23,6 +25,8 @@ loaddefs()
|
|
23
25
|
{
|
24
26
|
|
25
27
|
# Following from ./config/mh-mingw64
|
28
|
+
# Copyright (C) 2016 and later: Unicode, Inc. and others.
|
29
|
+
# License & terms of use: http://www.unicode.org/copyright.html
|
26
30
|
## -*-makefile-*-
|
27
31
|
#******************************************************************************
|
28
32
|
# Copyright (C) 1999-2014, International Business Machines
|
@@ -60,8 +64,8 @@ datadir="${datarootdir}"
|
|
60
64
|
sbindir="${exec_prefix}/sbin"
|
61
65
|
|
62
66
|
# about the ICU version
|
63
|
-
VERSION="
|
64
|
-
UNICODE_VERSION="
|
67
|
+
VERSION="58.2"
|
68
|
+
UNICODE_VERSION="9.0"
|
65
69
|
|
66
70
|
# The prefix for ICU libraries, normally 'icu'
|
67
71
|
ICUPREFIX="icu"
|
@@ -114,7 +118,6 @@ esac
|
|
114
118
|
DATA_STUBNAME="data"
|
115
119
|
COMMON_STUBNAME="uc"
|
116
120
|
I18N_STUBNAME="i18n"
|
117
|
-
LAYOUT_STUBNAME="le"
|
118
121
|
LAYOUTEX_STUBNAME="lx"
|
119
122
|
IO_STUBNAME="io"
|
120
123
|
TOOLUTIL_STUBNAME="tu"
|
@@ -126,7 +129,6 @@ CTESTFW_STUBNAME="test"
|
|
126
129
|
# 2. link with ${ICULIBS}
|
127
130
|
# 3. optionally, add one or more of:
|
128
131
|
# - ${ICULIBS_I18N} - i18n library, formatting, etc.
|
129
|
-
# - ${ICULIBS_LAYOUT} - ICU layout library.
|
130
132
|
# - ${ICULIBS_ICUIO} - ICU stdio equivalent library
|
131
133
|
|
132
134
|
ICULIBS_COMMON="-l${ICUPREFIX}uc${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
|
@@ -136,7 +138,6 @@ ICULIBS_TOOLUTIL="-l${ICUPREFIX}tu${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
|
|
136
138
|
ICULIBS_CTESTFW="-l${ICUPREFIX}ctestfw${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
|
137
139
|
ICULIBS_ICUIO="-l${ICUPREFIX}io${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
|
138
140
|
ICULIBS_OBSOLETE="-l${ICUPREFIX}obsolete${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
|
139
|
-
ICULIBS_LAYOUT="-l${ICUPREFIX}le${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
|
140
141
|
ICULIBS_LAYOUTEX="-l${ICUPREFIX}lx${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
|
141
142
|
ICULIBS_BASE="-L${libdir}"
|
142
143
|
|
@@ -211,7 +212,7 @@ CPPFLAGS="-I${prefix}/include"
|
|
211
212
|
CXXFLAGS="--std=c++0x"
|
212
213
|
CXX="x86_64-w64-mingw32-g++"
|
213
214
|
DEFAULT_MODE="dll"
|
214
|
-
DEFS="-DPACKAGE_NAME=\"ICU\" -DPACKAGE_TARNAME=\"International\ Components\ for\ Unicode\" -DPACKAGE_VERSION=\"
|
215
|
+
DEFS="-DPACKAGE_NAME=\"ICU\" -DPACKAGE_TARNAME=\"International\ Components\ for\ Unicode\" -DPACKAGE_VERSION=\"58.1\" -DPACKAGE_STRING=\"ICU\ 58.1\" -DPACKAGE_BUGREPORT=\"http://icu-project.org/bugs\" -DPACKAGE_URL=\"http://icu-project.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOID_P=8 -DHAVE_LIBM=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LIBPTHREAD=1 -DHAVE_INTTYPES_H=1 -DHAVE_DIRENT_H=1 -DHAVE_WCHAR_H=1 -DSIZEOF_WCHAR_T=2 "
|
215
216
|
# use a consistent INSTALL
|
216
217
|
INSTALL="${SHELL} ${pkgdatadir}/install-sh -c"
|
217
218
|
INSTALL_DATA="${INSTALL} -m 644"
|
@@ -220,8 +221,8 @@ INSTALL_SCRIPT="${INSTALL}"
|
|
220
221
|
LDFLAGS="${RPATHLDFLAGS}"
|
221
222
|
LIBS="-lpthread -lm "
|
222
223
|
LIB_M=""
|
223
|
-
LIB_VERSION="
|
224
|
-
LIB_VERSION_MAJOR="
|
224
|
+
LIB_VERSION="58.2"
|
225
|
+
LIB_VERSION_MAJOR="58"
|
225
226
|
MKINSTALLDIRS="${SHELL} ${pkgdatadir}/mkinstalldirs"
|
226
227
|
RANLIB="x86_64-w64-mingw32-ranlib"
|
227
228
|
RMV="rm -rf"
|
@@ -249,7 +250,7 @@ INSTALL_L="${INSTALL_DATA}"
|
|
249
250
|
|
250
251
|
# The basename of the ICU data file (i.e. icudt21b )
|
251
252
|
ICUDATA_CHAR="l"
|
252
|
-
ICUDATA_NAME="
|
253
|
+
ICUDATA_NAME="icudt58l"
|
253
254
|
|
254
255
|
# Defaults for pkgdata's mode and directories
|
255
256
|
# The default data dir changes depending on what packaging mode
|
@@ -289,6 +290,8 @@ GENCCODE_ASSEMBLY=""
|
|
289
290
|
# parseable. The mh fragment is only included if this does not occur.
|
290
291
|
|
291
292
|
## -*-makefile-*-
|
293
|
+
## Copyright (C) 2016 and later: Unicode, Inc. and others.
|
294
|
+
## License & terms of use: http://www.unicode.org/copyright.html
|
292
295
|
## Cygwin64/MinGW64 specific setup
|
293
296
|
## Copyright (c) 2012-2014, International Business Machines Corporation and
|
294
297
|
## others. All Rights Reserved.
|
@@ -408,6 +411,8 @@ PKGDATA_DEFS="-DU_MAKE=\"${MAKE}\""
|
|
408
411
|
|
409
412
|
## -*-sh-*-
|
410
413
|
## BEGIN of icu-config-bottom.
|
414
|
+
## Copyright (C) 2016 and later: Unicode, Inc. and others.
|
415
|
+
## License & terms of use: http://www.unicode.org/copyright.html
|
411
416
|
## Copyright (c) 2002-2013, International Business Machines Corporation and
|
412
417
|
## others. All Rights Reserved.
|
413
418
|
|
@@ -452,7 +457,6 @@ allflags()
|
|
452
457
|
echo " --invoke Print commands to invoke an ICU program"
|
453
458
|
echo " --invoke=<prog> Print commands to invoke an ICU program named <prog> (ex: genrb)"
|
454
459
|
echo " --ldflags Print -L search path and -l libraries to link with ICU [LDFLAGS]. This is for the data, uc (common), and i18n libraries only. "
|
455
|
-
echo " --ldflags-layout Print ICU layout engine link directive. Use in addition to --ldflags"
|
456
460
|
echo " --ldflags-libsonly Same as --ldflags, but only the -l directives"
|
457
461
|
echo " --ldflags-searchpath Print only -L (search path) directive"
|
458
462
|
echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)"
|
@@ -687,7 +691,8 @@ do
|
|
687
691
|
;;
|
688
692
|
|
689
693
|
--ldflags-layout)
|
690
|
-
|
694
|
+
echo ${ME}: ERROR: the old layout engine has been removed. use HarfBuzz.
|
695
|
+
exit 1
|
691
696
|
;;
|
692
697
|
|
693
698
|
--ldflags-searchpath)
|
Binary file
|
data/vendor/local/bin/icupkg.exe
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/local/bin/uconv.exe
CHANGED
Binary file
|
@@ -604,6 +604,11 @@ hb_font_get_ppem (hb_font_t *font,
|
|
604
604
|
unsigned int *y_ppem);
|
605
605
|
|
606
606
|
|
607
|
+
HB_EXTERN void
|
608
|
+
hb_font_set_var_coords_normalized (hb_font_t *font,
|
609
|
+
int *coords, /* XXX 2.14 normalized */
|
610
|
+
unsigned int coords_length);
|
611
|
+
|
607
612
|
HB_END_DECLS
|
608
613
|
|
609
614
|
#endif /* HB_FONT_H */
|
@@ -46,9 +46,10 @@ hb_glib_script_from_script (hb_script_t script);
|
|
46
46
|
HB_EXTERN hb_unicode_funcs_t *
|
47
47
|
hb_glib_get_unicode_funcs (void);
|
48
48
|
|
49
|
+
#if GLIB_CHECK_VERSION(2,31,10)
|
49
50
|
HB_EXTERN hb_blob_t *
|
50
51
|
hb_glib_blob_create (GBytes *gbytes);
|
51
|
-
|
52
|
+
#endif
|
52
53
|
|
53
54
|
HB_END_DECLS
|
54
55
|
|
@@ -95,6 +95,7 @@ hb_ot_layout_get_ligature_carets (hb_font_t *font,
|
|
95
95
|
#define HB_OT_LAYOUT_NO_SCRIPT_INDEX 0xFFFFu
|
96
96
|
#define HB_OT_LAYOUT_NO_FEATURE_INDEX 0xFFFFu
|
97
97
|
#define HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX 0xFFFFu
|
98
|
+
#define HB_OT_LAYOUT_NO_VARIATIONS_INDEX 0xFFFFFFFFu
|
98
99
|
|
99
100
|
HB_EXTERN unsigned int
|
100
101
|
hb_ot_layout_table_get_script_tags (hb_face_t *face,
|
@@ -236,6 +237,24 @@ Xhb_ot_layout_lookup_enumerate_sequences (hb_face_t *face,
|
|
236
237
|
void *user_data);
|
237
238
|
#endif
|
238
239
|
|
240
|
+
/* Variations support */
|
241
|
+
|
242
|
+
HB_EXTERN hb_bool_t
|
243
|
+
hb_ot_layout_table_find_feature_variations (hb_face_t *face,
|
244
|
+
hb_tag_t table_tag,
|
245
|
+
const int *coords,
|
246
|
+
unsigned int num_coords,
|
247
|
+
unsigned int *variations_index /* out */);
|
248
|
+
|
249
|
+
HB_EXTERN unsigned int
|
250
|
+
hb_ot_layout_feature_with_variations_get_lookups (hb_face_t *face,
|
251
|
+
hb_tag_t table_tag,
|
252
|
+
unsigned int feature_index,
|
253
|
+
unsigned int variations_index,
|
254
|
+
unsigned int start_offset,
|
255
|
+
unsigned int *lookup_count /* IN/OUT */,
|
256
|
+
unsigned int *lookup_indexes /* OUT */);
|
257
|
+
|
239
258
|
|
240
259
|
/*
|
241
260
|
* GSUB
|
@@ -52,6 +52,25 @@ hb_shape_plan_create_cached (hb_face_t *face,
|
|
52
52
|
unsigned int num_user_features,
|
53
53
|
const char * const *shaper_list);
|
54
54
|
|
55
|
+
HB_EXTERN hb_shape_plan_t *
|
56
|
+
hb_shape_plan_create2 (hb_face_t *face,
|
57
|
+
const hb_segment_properties_t *props,
|
58
|
+
const hb_feature_t *user_features,
|
59
|
+
unsigned int num_user_features,
|
60
|
+
const int *coords,
|
61
|
+
unsigned int num_coords,
|
62
|
+
const char * const *shaper_list);
|
63
|
+
|
64
|
+
HB_EXTERN hb_shape_plan_t *
|
65
|
+
hb_shape_plan_create_cached2 (hb_face_t *face,
|
66
|
+
const hb_segment_properties_t *props,
|
67
|
+
const hb_feature_t *user_features,
|
68
|
+
unsigned int num_user_features,
|
69
|
+
const int *coords,
|
70
|
+
unsigned int num_coords,
|
71
|
+
const char * const *shaper_list);
|
72
|
+
|
73
|
+
|
55
74
|
HB_EXTERN hb_shape_plan_t *
|
56
75
|
hb_shape_plan_get_empty (void);
|
57
76
|
|
@@ -37,10 +37,10 @@ HB_BEGIN_DECLS
|
|
37
37
|
|
38
38
|
|
39
39
|
#define HB_VERSION_MAJOR 1
|
40
|
-
#define HB_VERSION_MINOR
|
41
|
-
#define HB_VERSION_MICRO
|
40
|
+
#define HB_VERSION_MINOR 4
|
41
|
+
#define HB_VERSION_MICRO 1
|
42
42
|
|
43
|
-
#define HB_VERSION_STRING "1.
|
43
|
+
#define HB_VERSION_STRING "1.4.1"
|
44
44
|
|
45
45
|
#define HB_VERSION_ATLEAST(major,minor,micro) \
|
46
46
|
((major)*10000+(minor)*100+(micro) <= \
|
@@ -1,3 +1,5 @@
|
|
1
|
+
// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
2
|
+
// License & terms of use: http://www.unicode.org/copyright.html
|
1
3
|
/*
|
2
4
|
*******************************************************************************
|
3
5
|
* Copyright (C) 2011-2012, International Business Machines
|
@@ -1,3 +1,5 @@
|
|
1
|
+
// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
2
|
+
// License & terms of use: http://www.unicode.org/copyright.html
|
1
3
|
/*
|
2
4
|
*******************************************************************************
|
3
5
|
* Copyright (C) 2007-2013, International Business Machines Corporation and
|
@@ -1,3 +1,5 @@
|
|
1
|
+
// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
2
|
+
// License & terms of use: http://www.unicode.org/copyright.html
|
1
3
|
/*
|
2
4
|
********************************************************************************
|
3
5
|
* Copyright (C) 1997-2016, International Business Machines
|
@@ -168,6 +170,11 @@ public:
|
|
168
170
|
/**
|
169
171
|
* Change the text over which this operates. The text boundary is
|
170
172
|
* reset to the start.
|
173
|
+
*
|
174
|
+
* The BreakIterator will retain a reference to the supplied string.
|
175
|
+
* The caller must not modify or delete the text while the BreakIterator
|
176
|
+
* retains the reference.
|
177
|
+
*
|
171
178
|
* @param text The UnicodeString used to change the text.
|
172
179
|
* @stable ICU 2.0
|
173
180
|
*/
|
@@ -1,3 +1,5 @@
|
|
1
|
+
// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
2
|
+
// License & terms of use: http://www.unicode.org/copyright.html
|
1
3
|
/*
|
2
4
|
*******************************************************************************
|
3
5
|
* Copyright (C) 2010-2012, International Business Machines
|
@@ -306,7 +308,7 @@ public:
|
|
306
308
|
* @return The NUL-terminated byte sequence for the last successful next().
|
307
309
|
* @stable ICU 4.8
|
308
310
|
*/
|
309
|
-
|
311
|
+
StringPiece getString() const;
|
310
312
|
/**
|
311
313
|
* @return The value for the last successful next().
|
312
314
|
* @stable ICU 4.8
|
@@ -325,7 +327,6 @@ public:
|
|
325
327
|
int32_t initialRemainingMatchLength_;
|
326
328
|
|
327
329
|
CharString *str_;
|
328
|
-
StringPiece sp_;
|
329
330
|
int32_t maxLength_;
|
330
331
|
int32_t value_;
|
331
332
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
2
|
+
// License & terms of use: http://www.unicode.org/copyright.html
|
1
3
|
/*
|
2
4
|
*******************************************************************************
|
3
5
|
* Copyright (C) 2010-2016, International Business Machines
|
@@ -29,7 +31,6 @@ U_NAMESPACE_BEGIN
|
|
29
31
|
|
30
32
|
class BytesTrieElement;
|
31
33
|
class CharString;
|
32
|
-
|
33
34
|
/**
|
34
35
|
* Builder class for BytesTrie.
|
35
36
|
*
|
@@ -65,7 +66,7 @@ public:
|
|
65
66
|
* @return *this
|
66
67
|
* @stable ICU 4.8
|
67
68
|
*/
|
68
|
-
BytesTrieBuilder &add(
|
69
|
+
BytesTrieBuilder &add(StringPiece s, int32_t value, UErrorCode &errorCode);
|
69
70
|
|
70
71
|
/**
|
71
72
|
* Builds a BytesTrie for the add()ed data.
|
@@ -141,7 +142,6 @@ private:
|
|
141
142
|
virtual int32_t getMinLinearMatch() const { return BytesTrie::kMinLinearMatch; }
|
142
143
|
virtual int32_t getMaxLinearMatchLength() const { return BytesTrie::kMaxLinearMatchLength; }
|
143
144
|
|
144
|
-
// don't use #ifndef U_HIDE_INTERNAL_API with private class members
|
145
145
|
/**
|
146
146
|
* @internal
|
147
147
|
*/
|
@@ -153,7 +153,7 @@ private:
|
|
153
153
|
private:
|
154
154
|
const char *s;
|
155
155
|
};
|
156
|
-
|
156
|
+
|
157
157
|
// don't use #ifndef U_HIDE_INTERNAL_API with private class members or virtual methods.
|
158
158
|
virtual Node *createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length,
|
159
159
|
Node *nextNode) const;
|