pango 3.2.5-x64-mingw32 → 3.2.6-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/COPYING.LIB +502 -0
- data/README.md +25 -0
- data/Rakefile +8 -8
- data/ext/pango/extconf.rb +4 -1
- data/ext/pango/pango.def +1 -0
- data/ext/pango/rb-pango-attr-list.c +3 -3
- data/ext/pango/rb-pango-attribute.c +67 -57
- data/ext/pango/rb-pango-conversions.h +3 -3
- data/ext/pango/rb-pango-private.h +0 -1
- data/ext/pango/rb-pango.c +0 -1
- data/ext/pango/rb-pango.h +2 -1
- 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/lib/pango/loader.rb +13 -1
- data/lib/pango/rectangle.rb +7 -1
- data/pango.gemspec +43 -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 +13 -8
- 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/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/harfbuzz/hb-blob.h +2 -0
- data/vendor/local/include/harfbuzz/hb-common.h +24 -3
- data/vendor/local/include/harfbuzz/hb-face.h +4 -0
- data/vendor/local/include/harfbuzz/hb-map.h +104 -0
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +1 -1
- data/vendor/local/include/harfbuzz/hb-set.h +0 -2
- data/vendor/local/include/harfbuzz/hb-subset-plan.hh +46 -25
- data/vendor/local/include/harfbuzz/hb-subset.h +4 -1
- data/vendor/local/include/harfbuzz/hb-version.h +3 -3
- data/vendor/local/include/harfbuzz/hb.h +1 -0
- data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
- data/vendor/local/include/unicode/alphaindex.h +2 -1
- data/vendor/local/include/unicode/appendable.h +25 -25
- data/vendor/local/include/unicode/basictz.h +1 -1
- data/vendor/local/include/unicode/brkiter.h +19 -24
- data/vendor/local/include/unicode/bytestream.h +26 -13
- data/vendor/local/include/unicode/bytestrie.h +2 -2
- data/vendor/local/include/unicode/bytestriebuilder.h +4 -5
- data/vendor/local/include/unicode/calendar.h +11 -11
- data/vendor/local/include/unicode/caniter.h +3 -3
- data/vendor/local/include/unicode/casemap.h +494 -0
- data/vendor/local/include/unicode/char16ptr.h +302 -0
- data/vendor/local/include/unicode/chariter.h +22 -18
- data/vendor/local/include/unicode/choicfmt.h +1 -1
- data/vendor/local/include/unicode/coleitr.h +2 -1
- data/vendor/local/include/unicode/coll.h +17 -17
- data/vendor/local/include/unicode/compactdecimalformat.h +10 -2
- data/vendor/local/include/unicode/curramt.h +5 -5
- data/vendor/local/include/unicode/currpinf.h +1 -1
- data/vendor/local/include/unicode/currunit.h +24 -6
- data/vendor/local/include/unicode/datefmt.h +3 -2
- data/vendor/local/include/unicode/dbbi.h +1 -1
- data/vendor/local/include/unicode/dcfmtsym.h +89 -13
- data/vendor/local/include/unicode/decimfmt.h +38 -39
- data/vendor/local/include/unicode/docmain.h +7 -2
- data/vendor/local/include/unicode/dtfmtsym.h +7 -6
- data/vendor/local/include/unicode/dtintrv.h +2 -2
- data/vendor/local/include/unicode/dtitvfmt.h +2 -2
- data/vendor/local/include/unicode/dtitvinf.h +1 -3
- data/vendor/local/include/unicode/dtptngen.h +48 -24
- data/vendor/local/include/unicode/dtrule.h +1 -1
- data/vendor/local/include/unicode/edits.h +424 -0
- data/vendor/local/include/unicode/enumset.h +1 -1
- data/vendor/local/include/unicode/errorcode.h +2 -2
- data/vendor/local/include/unicode/fieldpos.h +1 -1
- data/vendor/local/include/unicode/filteredbrk.h +35 -5
- data/vendor/local/include/unicode/fmtable.h +1 -1
- data/vendor/local/include/unicode/format.h +1 -1
- data/vendor/local/include/unicode/fpositer.h +11 -3
- data/vendor/local/include/unicode/gender.h +1 -1
- data/vendor/local/include/unicode/gregocal.h +1 -1
- data/vendor/local/include/unicode/icudataver.h +1 -1
- data/vendor/local/include/unicode/icuplug.h +1 -1
- data/vendor/local/include/unicode/idna.h +2 -2
- data/vendor/local/include/unicode/listformatter.h +4 -2
- data/vendor/local/include/unicode/localpointer.h +6 -43
- data/vendor/local/include/unicode/locdspnm.h +2 -1
- data/vendor/local/include/unicode/locid.h +7 -6
- data/vendor/local/include/unicode/measfmt.h +18 -7
- data/vendor/local/include/unicode/measunit.h +31 -60
- data/vendor/local/include/unicode/measure.h +1 -1
- data/vendor/local/include/unicode/messagepattern.h +2 -2
- data/vendor/local/include/unicode/msgfmt.h +2 -2
- data/vendor/local/include/unicode/normalizer2.h +130 -16
- data/vendor/local/include/unicode/normlzr.h +5 -5
- data/vendor/local/include/unicode/nounit.h +111 -0
- data/vendor/local/include/unicode/numberformatter.h +2194 -0
- data/vendor/local/include/unicode/numfmt.h +81 -7
- data/vendor/local/include/unicode/numsys.h +2 -2
- data/vendor/local/include/unicode/parseerr.h +3 -3
- data/vendor/local/include/unicode/parsepos.h +1 -1
- data/vendor/local/include/unicode/platform.h +66 -63
- data/vendor/local/include/unicode/plurfmt.h +1 -1
- data/vendor/local/include/unicode/plurrule.h +23 -4
- data/vendor/local/include/unicode/ptypes.h +1 -1
- data/vendor/local/include/unicode/putil.h +4 -4
- data/vendor/local/include/unicode/rbbi.h +105 -134
- data/vendor/local/include/unicode/rbnf.h +65 -3
- data/vendor/local/include/unicode/rbtz.h +1 -1
- data/vendor/local/include/unicode/regex.h +17 -17
- data/vendor/local/include/unicode/region.h +1 -1
- data/vendor/local/include/unicode/reldatefmt.h +4 -5
- data/vendor/local/include/unicode/rep.h +4 -4
- data/vendor/local/include/unicode/resbund.h +3 -3
- data/vendor/local/include/unicode/schriter.h +3 -3
- data/vendor/local/include/unicode/scientificnumberformatter.h +1 -1
- data/vendor/local/include/unicode/search.h +1 -1
- data/vendor/local/include/unicode/selfmt.h +1 -1
- data/vendor/local/include/unicode/simpleformatter.h +31 -25
- data/vendor/local/include/unicode/simpletz.h +5 -3
- data/vendor/local/include/unicode/smpdtfmt.h +17 -7
- data/vendor/local/include/unicode/sortkey.h +1 -1
- data/vendor/local/include/unicode/std_string.h +6 -8
- data/vendor/local/include/unicode/strenum.h +5 -5
- data/vendor/local/include/unicode/stringoptions.h +198 -0
- data/vendor/local/include/unicode/stringpiece.h +1 -3
- data/vendor/local/include/unicode/stringtriebuilder.h +19 -19
- data/vendor/local/include/unicode/stsearch.h +1 -1
- data/vendor/local/include/unicode/symtable.h +1 -1
- data/vendor/local/include/unicode/tblcoll.h +13 -13
- data/vendor/local/include/unicode/timezone.h +5 -5
- data/vendor/local/include/unicode/tmunit.h +1 -1
- data/vendor/local/include/unicode/tmutamt.h +1 -1
- data/vendor/local/include/unicode/tmutfmt.h +1 -1
- data/vendor/local/include/unicode/translit.h +2 -2
- data/vendor/local/include/unicode/tzfmt.h +4 -4
- data/vendor/local/include/unicode/tznames.h +3 -5
- data/vendor/local/include/unicode/tzrule.h +1 -1
- data/vendor/local/include/unicode/tztrans.h +1 -1
- data/vendor/local/include/unicode/ubidi.h +11 -8
- data/vendor/local/include/unicode/ubiditransform.h +16 -19
- data/vendor/local/include/unicode/ubrk.h +61 -4
- data/vendor/local/include/unicode/ucal.h +3 -3
- data/vendor/local/include/unicode/ucasemap.h +7 -47
- data/vendor/local/include/unicode/ucat.h +1 -1
- data/vendor/local/include/unicode/uchar.h +62 -37
- data/vendor/local/include/unicode/ucharstrie.h +48 -48
- data/vendor/local/include/unicode/ucharstriebuilder.h +12 -12
- data/vendor/local/include/unicode/uchriter.h +33 -29
- data/vendor/local/include/unicode/uclean.h +15 -13
- data/vendor/local/include/unicode/ucnv.h +11 -11
- data/vendor/local/include/unicode/ucnv_cb.h +1 -1
- data/vendor/local/include/unicode/ucnv_err.h +7 -7
- data/vendor/local/include/unicode/ucnvsel.h +1 -1
- data/vendor/local/include/unicode/ucol.h +6 -6
- data/vendor/local/include/unicode/ucoleitr.h +3 -3
- data/vendor/local/include/unicode/uconfig.h +8 -5
- data/vendor/local/include/unicode/ucsdet.h +7 -3
- data/vendor/local/include/unicode/ucurr.h +14 -1
- data/vendor/local/include/unicode/udat.h +39 -41
- data/vendor/local/include/unicode/udata.h +2 -2
- data/vendor/local/include/unicode/udateintervalformat.h +1 -1
- data/vendor/local/include/unicode/udatpg.h +56 -5
- data/vendor/local/include/unicode/udisplaycontext.h +4 -8
- data/vendor/local/include/unicode/uenum.h +5 -3
- data/vendor/local/include/unicode/ufieldpositer.h +1 -1
- data/vendor/local/include/unicode/uformattable.h +2 -2
- data/vendor/local/include/unicode/ugender.h +1 -1
- data/vendor/local/include/unicode/uidna.h +2 -2
- data/vendor/local/include/unicode/uiter.h +2 -2
- data/vendor/local/include/unicode/uldnames.h +1 -1
- data/vendor/local/include/unicode/ulistformatter.h +4 -4
- data/vendor/local/include/unicode/uloc.h +29 -16
- data/vendor/local/include/unicode/ulocdata.h +5 -5
- data/vendor/local/include/unicode/umachine.h +81 -38
- data/vendor/local/include/unicode/umisc.h +2 -2
- data/vendor/local/include/unicode/umsg.h +2 -2
- data/vendor/local/include/unicode/unifilt.h +2 -2
- data/vendor/local/include/unicode/unifunct.h +1 -1
- data/vendor/local/include/unicode/unimatch.h +1 -1
- data/vendor/local/include/unicode/unirepl.h +1 -1
- data/vendor/local/include/unicode/uniset.h +5 -4
- data/vendor/local/include/unicode/unistr.h +322 -208
- data/vendor/local/include/unicode/unorm.h +9 -9
- data/vendor/local/include/unicode/unorm2.h +3 -26
- data/vendor/local/include/unicode/unum.h +71 -11
- data/vendor/local/include/unicode/unumsys.h +1 -1
- data/vendor/local/include/unicode/uobject.h +2 -2
- data/vendor/local/include/unicode/upluralrules.h +51 -6
- data/vendor/local/include/unicode/uregex.h +2 -2
- data/vendor/local/include/unicode/uregion.h +2 -2
- data/vendor/local/include/unicode/ureldatefmt.h +33 -39
- data/vendor/local/include/unicode/urename.h +18 -17
- data/vendor/local/include/unicode/urep.h +1 -1
- data/vendor/local/include/unicode/ures.h +9 -9
- data/vendor/local/include/unicode/uscript.h +10 -3
- data/vendor/local/include/unicode/usearch.h +3 -3
- data/vendor/local/include/unicode/uset.h +2 -2
- data/vendor/local/include/unicode/usetiter.h +1 -1
- data/vendor/local/include/unicode/ushape.h +3 -3
- data/vendor/local/include/unicode/uspoof.h +24 -29
- data/vendor/local/include/unicode/usprep.h +7 -7
- data/vendor/local/include/unicode/ustdio.h +1 -1
- data/vendor/local/include/unicode/ustream.h +2 -9
- data/vendor/local/include/unicode/ustring.h +3 -13
- data/vendor/local/include/unicode/ustringtrie.h +2 -2
- data/vendor/local/include/unicode/utext.h +16 -16
- data/vendor/local/include/unicode/utf.h +19 -19
- data/vendor/local/include/unicode/utf16.h +128 -8
- data/vendor/local/include/unicode/utf32.h +2 -2
- data/vendor/local/include/unicode/utf8.h +177 -121
- data/vendor/local/include/unicode/utf_old.h +40 -7
- data/vendor/local/include/unicode/utmscale.h +8 -1
- data/vendor/local/include/unicode/utrace.h +4 -4
- data/vendor/local/include/unicode/utrans.h +3 -3
- data/vendor/local/include/unicode/utypes.h +13 -10
- data/vendor/local/include/unicode/uvernum.h +18 -11
- data/vendor/local/include/unicode/uversion.h +10 -4
- data/vendor/local/include/unicode/vtzone.h +1 -1
- data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +1 -1
- data/vendor/local/lib/icu/{58.2 → 61.1}/Makefile.inc +7 -7
- data/vendor/local/lib/icu/{58.2 → 61.1}/pkgdata.inc +2 -2
- data/vendor/local/lib/icu/Makefile.inc +7 -7
- data/vendor/local/lib/icu/pkgdata.inc +2 -2
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt58.dll → icudt61.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin61.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/{icuio58.dll → icuio61.dll} +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/{icutest58.dll → icutest61.dll} +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu61.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc61.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 +3 -3
- data/vendor/local/lib/libharfbuzz-subset.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-subset.la +3 -3
- 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/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/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 +7 -7
- data/vendor/local/lib/pkgconfig/icu-io.pc +7 -7
- data/vendor/local/lib/pkgconfig/icu-uc.pc +7 -7
- data/vendor/local/lib/pkgconfig/pango.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
- 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/quad.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/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +5 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +5 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +1 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +1 -1
- data/vendor/local/share/gtk-doc/html/pango/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +2 -2
- data/vendor/local/share/icu/{58.2 → 61.1}/LICENSE +32 -3
- data/vendor/local/share/icu/{58.2 → 61.1}/config/mh-mingw64 +4 -0
- data/vendor/local/share/icu/{58.2 → 61.1}/install-sh +0 -0
- data/vendor/local/share/icu/{58.2 → 61.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 +5 -5
- data/vendor/local/share/man/man1/pkgdata.1 +2 -2
- data/vendor/local/share/man/man1/uconv.1 +9 -9
- data/vendor/local/share/man/man3/fribidi_charset_to_unicode.3 +98 -0
- data/vendor/local/share/man/man3/fribidi_debug_status.3 +44 -0
- data/vendor/local/share/man/man3/fribidi_get_bidi_type.3 +58 -0
- data/vendor/local/share/man/man3/fribidi_get_bidi_type_name.3 +56 -0
- data/vendor/local/share/man/man3/fribidi_get_bidi_types.3 +68 -0
- data/vendor/local/share/man/man3/fribidi_get_bracket.3 +59 -0
- data/vendor/local/share/man/man3/fribidi_get_bracket_types.3 +73 -0
- data/vendor/local/share/man/man3/fribidi_get_joining_type.3 +87 -0
- data/vendor/local/share/man/man3/fribidi_get_joining_type_name.3 +83 -0
- data/vendor/local/share/man/man3/fribidi_get_joining_types.3 +96 -0
- data/vendor/local/share/man/man3/fribidi_get_mirror_char.3 +68 -0
- data/vendor/local/share/man/man3/fribidi_get_par_direction.3 +100 -0
- data/vendor/local/share/man/man3/fribidi_get_par_embedding_levels.3 +98 -0
- data/vendor/local/share/man/man3/fribidi_get_par_embedding_levels_ex.3 +114 -0
- data/vendor/local/share/man/man3/fribidi_get_type.3 +50 -0
- data/vendor/local/share/man/man3/fribidi_get_type_internal.3 +50 -0
- data/vendor/local/share/man/man3/fribidi_join_arabic.3 +92 -0
- data/vendor/local/share/man/man3/fribidi_log2vis.3 +124 -0
- data/vendor/local/share/man/man3/fribidi_log2vis_get_embedding_levels.3 +97 -0
- data/vendor/local/share/man/man3/fribidi_mirroring_status.3 +44 -0
- data/vendor/local/share/man/man3/fribidi_parse_charset.3 +78 -0
- data/vendor/local/share/man/man3/fribidi_remove_bidi_marks.3 +96 -0
- data/vendor/local/share/man/man3/fribidi_reorder_line.3 +146 -0
- data/vendor/local/share/man/man3/fribidi_reorder_nsm_status.3 +44 -0
- data/vendor/local/share/man/man3/fribidi_set_debug.3 +48 -0
- data/vendor/local/share/man/man3/fribidi_set_mirroring.3 +58 -0
- data/vendor/local/share/man/man3/fribidi_set_reorder_nsm.3 +60 -0
- data/vendor/local/share/man/man3/fribidi_shape.3 +89 -0
- data/vendor/local/share/man/man3/fribidi_shape_arabic.3 +95 -0
- data/vendor/local/share/man/man3/fribidi_shape_mirroring.3 +71 -0
- data/vendor/local/share/man/man3/fribidi_unicode_to_charset.3 +99 -0
- 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 +58 -59
- data/ext/pango/rb-pango-context.c +0 -79
- data/vendor/local/lib/icuin58.dll +0 -0
- data/vendor/local/lib/icutu58.dll +0 -0
- data/vendor/local/lib/icuuc58.dll +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
//
|
1
|
+
// © 2016 and later: Unicode, Inc. and others.
|
2
2
|
// License & terms of use: http://www.unicode.org/copyright.html
|
3
3
|
/*
|
4
4
|
*******************************************************************************
|
@@ -29,6 +29,9 @@
|
|
29
29
|
|
30
30
|
#include "unicode/format.h"
|
31
31
|
#include "unicode/upluralrules.h"
|
32
|
+
#ifndef U_HIDE_INTERNAL_API
|
33
|
+
#include "unicode/numfmt.h"
|
34
|
+
#endif /* U_HIDE_INTERNAL_API */
|
32
35
|
|
33
36
|
/**
|
34
37
|
* Value returned by PluralRules::getUniqueKeywordValue() when there is no
|
@@ -40,7 +43,7 @@
|
|
40
43
|
U_NAMESPACE_BEGIN
|
41
44
|
|
42
45
|
class Hashtable;
|
43
|
-
class
|
46
|
+
class IFixedDecimal;
|
44
47
|
class VisibleDigitsWithExponent;
|
45
48
|
class RuleChain;
|
46
49
|
class PluralRuleParser;
|
@@ -345,10 +348,26 @@ public:
|
|
345
348
|
UnicodeString select(double number) const;
|
346
349
|
|
347
350
|
#ifndef U_HIDE_INTERNAL_API
|
351
|
+
/**
|
352
|
+
* Given a number and a format, returns the keyword of the first applicable
|
353
|
+
* rule for this PluralRules object.
|
354
|
+
* Note: This internal preview interface may be removed in the future if
|
355
|
+
* an architecturally cleaner solution reaches stable status.
|
356
|
+
* @param obj The numeric object for which the rule should be determined.
|
357
|
+
* @param fmt The NumberFormat specifying how the number will be formatted
|
358
|
+
* (this can affect the plural form, e.g. "1 dollar" vs "1.0 dollars").
|
359
|
+
* @param status Input/output parameter. If at entry this indicates a
|
360
|
+
* failure status, the method returns immediately; otherwise
|
361
|
+
* this is set to indicate the outcome of the call.
|
362
|
+
* @return The keyword of the selected rule. Undefined in the case of an error.
|
363
|
+
* @internal ICU 59 technology preview, may be removed in the future
|
364
|
+
*/
|
365
|
+
UnicodeString select(const Formattable& obj, const NumberFormat& fmt, UErrorCode& status) const;
|
366
|
+
|
348
367
|
/**
|
349
368
|
* @internal
|
350
369
|
*/
|
351
|
-
UnicodeString select(const
|
370
|
+
UnicodeString select(const IFixedDecimal &number) const;
|
352
371
|
/**
|
353
372
|
* @internal
|
354
373
|
*/
|
@@ -383,7 +402,7 @@ public:
|
|
383
402
|
/**
|
384
403
|
* Deprecated Function, does not produce useful results.
|
385
404
|
*
|
386
|
-
*
|
405
|
+
* Originally intended to return all the values for which select() would return the keyword.
|
387
406
|
* If the keyword is unknown, returns no values, but this is not an error. If
|
388
407
|
* the number of values is unlimited, returns no values and -1 as the
|
389
408
|
* count.
|
@@ -1,4 +1,4 @@
|
|
1
|
-
//
|
1
|
+
// © 2016 and later: Unicode, Inc. and others.
|
2
2
|
// License & terms of use: http://www.unicode.org/copyright.html
|
3
3
|
/*
|
4
4
|
******************************************************************************
|
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
/**
|
40
40
|
* Platform utilities isolates the platform dependencies of the
|
41
|
-
*
|
41
|
+
* library. For each platform which this code is ported to, these
|
42
42
|
* functions may have to be re-implemented.
|
43
43
|
*/
|
44
44
|
|
@@ -53,7 +53,7 @@
|
|
53
53
|
* The data directory is determined as follows:
|
54
54
|
* If u_setDataDirectory() has been called, that is it, otherwise
|
55
55
|
* if the ICU_DATA environment variable is set, use that, otherwise
|
56
|
-
* If a data directory was
|
56
|
+
* If a data directory was specified at ICU build time
|
57
57
|
* <code>
|
58
58
|
* \code
|
59
59
|
* #define ICU_DATA_DIR "path"
|
@@ -93,7 +93,7 @@ U_STABLE void U_EXPORT2 u_setDataDirectory(const char *directory);
|
|
93
93
|
#ifndef U_HIDE_INTERNAL_API
|
94
94
|
/**
|
95
95
|
* Return the time zone files override directory, or an empty string if
|
96
|
-
* no directory was specified. Certain time zone resources will be
|
96
|
+
* no directory was specified. Certain time zone resources will be preferentially
|
97
97
|
* loaded from individual files in this directory.
|
98
98
|
*
|
99
99
|
* @return the time zone data override directory.
|
@@ -1,4 +1,4 @@
|
|
1
|
-
//
|
1
|
+
// © 2016 and later: Unicode, Inc. and others.
|
2
2
|
// License & terms of use: http://www.unicode.org/copyright.html
|
3
3
|
/*
|
4
4
|
***************************************************************************
|
@@ -29,25 +29,15 @@
|
|
29
29
|
#include "unicode/udata.h"
|
30
30
|
#include "unicode/parseerr.h"
|
31
31
|
#include "unicode/schriter.h"
|
32
|
-
#include "unicode/uchriter.h"
|
33
|
-
|
34
|
-
|
35
|
-
struct UTrie;
|
36
32
|
|
37
33
|
U_NAMESPACE_BEGIN
|
38
34
|
|
39
35
|
/** @internal */
|
36
|
+
class LanguageBreakEngine;
|
40
37
|
struct RBBIDataHeader;
|
41
|
-
class RuleBasedBreakIteratorTables;
|
42
|
-
class BreakIterator;
|
43
38
|
class RBBIDataWrapper;
|
44
|
-
class UStack;
|
45
|
-
class LanguageBreakEngine;
|
46
39
|
class UnhandledEngine;
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
40
|
+
class UStack;
|
51
41
|
|
52
42
|
/**
|
53
43
|
*
|
@@ -67,76 +57,49 @@ private:
|
|
67
57
|
* The UText through which this BreakIterator accesses the text
|
68
58
|
* @internal
|
69
59
|
*/
|
70
|
-
UText
|
71
|
-
|
72
|
-
/**
|
73
|
-
* A character iterator that refers to the same text as the UText, above.
|
74
|
-
* Only included for compatibility with old API, which was based on CharacterIterators.
|
75
|
-
* Value may be adopted from outside, or one of fSCharIter or fDCharIter, below.
|
76
|
-
*/
|
77
|
-
CharacterIterator *fCharIter;
|
78
|
-
|
79
|
-
/**
|
80
|
-
* When the input text is provided by a UnicodeString, this will point to
|
81
|
-
* a characterIterator that wraps that data. Needed only for the
|
82
|
-
* implementation of getText(), a backwards compatibility issue.
|
83
|
-
*/
|
84
|
-
StringCharacterIterator *fSCharIter;
|
85
|
-
|
86
|
-
/**
|
87
|
-
* When the input text is provided by a UText, this
|
88
|
-
* dummy CharacterIterator over an empty string will
|
89
|
-
* be returned from getText()
|
90
|
-
*/
|
91
|
-
UCharCharacterIterator *fDCharIter;
|
60
|
+
UText fText;
|
92
61
|
|
62
|
+
#ifndef U_HIDE_INTERNAL_API
|
63
|
+
public:
|
64
|
+
#endif /* U_HIDE_INTERNAL_API */
|
93
65
|
/**
|
94
|
-
* The rule data for this BreakIterator instance
|
66
|
+
* The rule data for this BreakIterator instance.
|
67
|
+
* Not for general use; Public only for testing purposes.
|
95
68
|
* @internal
|
96
69
|
*/
|
97
70
|
RBBIDataWrapper *fData;
|
71
|
+
private:
|
98
72
|
|
99
|
-
/**
|
73
|
+
/**
|
74
|
+
* The iteration state - current position, rule status for the current position,
|
75
|
+
* and whether the iterator ran off the end, yielding UBRK_DONE.
|
76
|
+
* Current position is pinned to be 0 < position <= text.length.
|
77
|
+
* Current position is always set to a boundary.
|
100
78
|
* @internal
|
101
79
|
*/
|
102
|
-
int32_t fLastRuleStatusIndex;
|
103
|
-
|
104
80
|
/**
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
*/
|
110
|
-
UBool fLastStatusIndexValid;
|
111
|
-
|
112
|
-
/**
|
113
|
-
* Counter for the number of characters encountered with the "dictionary"
|
114
|
-
* flag set.
|
115
|
-
* @internal
|
116
|
-
*/
|
117
|
-
uint32_t fDictionaryCharCount;
|
81
|
+
* The current position of the iterator. Pinned, 0 < fPosition <= text.length.
|
82
|
+
* Never has the value UBRK_DONE (-1).
|
83
|
+
*/
|
84
|
+
int32_t fPosition;
|
118
85
|
|
119
86
|
/**
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
* leaves this range of text. Has the most impact for line breaking.
|
124
|
-
* @internal
|
125
|
-
*/
|
126
|
-
int32_t* fCachedBreakPositions;
|
87
|
+
* TODO:
|
88
|
+
*/
|
89
|
+
int32_t fRuleStatusIndex;
|
127
90
|
|
128
91
|
/**
|
129
|
-
*
|
130
|
-
* @internal
|
92
|
+
* Cache of previously determined boundary positions.
|
131
93
|
*/
|
132
|
-
|
94
|
+
class BreakCache;
|
95
|
+
BreakCache *fBreakCache;
|
133
96
|
|
134
97
|
/**
|
135
|
-
*
|
136
|
-
*
|
137
|
-
* @internal
|
98
|
+
* Cache of boundary positions within a region of text that has been
|
99
|
+
* sub-divided by dictionary based breaking.
|
138
100
|
*/
|
139
|
-
|
101
|
+
class DictionaryCache;
|
102
|
+
DictionaryCache *fDictionaryCache;
|
140
103
|
|
141
104
|
/**
|
142
105
|
*
|
@@ -157,11 +120,30 @@ private:
|
|
157
120
|
UnhandledEngine *fUnhandledBreakEngine;
|
158
121
|
|
159
122
|
/**
|
160
|
-
*
|
161
|
-
*
|
123
|
+
* Counter for the number of characters encountered with the "dictionary"
|
124
|
+
* flag set.
|
162
125
|
* @internal
|
163
126
|
*/
|
164
|
-
|
127
|
+
uint32_t fDictionaryCharCount;
|
128
|
+
|
129
|
+
/**
|
130
|
+
* A character iterator that refers to the same text as the UText, above.
|
131
|
+
* Only included for compatibility with old API, which was based on CharacterIterators.
|
132
|
+
* Value may be adopted from outside, or one of fSCharIter or fDCharIter, below.
|
133
|
+
*/
|
134
|
+
CharacterIterator *fCharIter;
|
135
|
+
|
136
|
+
/**
|
137
|
+
* When the input text is provided by a UnicodeString, this will point to
|
138
|
+
* a characterIterator that wraps that data. Needed only for the
|
139
|
+
* implementation of getText(), a backwards compatibility issue.
|
140
|
+
*/
|
141
|
+
StringCharacterIterator fSCharIter;
|
142
|
+
|
143
|
+
/**
|
144
|
+
* True when iteration has run off the end, and iterator functions should return UBRK_DONE.
|
145
|
+
*/
|
146
|
+
UBool fDone;
|
165
147
|
|
166
148
|
//=======================================================================
|
167
149
|
// constructors
|
@@ -179,13 +161,11 @@ private:
|
|
179
161
|
*/
|
180
162
|
RuleBasedBreakIterator(RBBIDataHeader* data, UErrorCode &status);
|
181
163
|
|
182
|
-
|
164
|
+
/** @internal */
|
183
165
|
friend class RBBIRuleBuilder;
|
184
166
|
/** @internal */
|
185
167
|
friend class BreakIterator;
|
186
168
|
|
187
|
-
|
188
|
-
|
189
169
|
public:
|
190
170
|
|
191
171
|
/** Default constructor. Creates an empty shell of an iterator, with no
|
@@ -215,17 +195,17 @@ public:
|
|
215
195
|
UErrorCode &status);
|
216
196
|
|
217
197
|
/**
|
218
|
-
*
|
198
|
+
* Construct a RuleBasedBreakIterator from a set of precompiled binary rules.
|
219
199
|
* Binary rules are obtained from RulesBasedBreakIterator::getBinaryRules().
|
220
200
|
* Construction of a break iterator in this way is substantially faster than
|
221
|
-
*
|
201
|
+
* construction from source rules.
|
222
202
|
*
|
223
203
|
* Ownership of the storage containing the compiled rules remains with the
|
224
204
|
* caller of this function. The compiled rules must not be modified or
|
225
205
|
* deleted during the life of the break iterator.
|
226
206
|
*
|
227
207
|
* The compiled rules are not compatible across different major versions of ICU.
|
228
|
-
* The compiled rules are
|
208
|
+
* The compiled rules are compatible only between machines with the same
|
229
209
|
* byte ordering (little or big endian) and the same base character set family
|
230
210
|
* (ASCII or EBCDIC).
|
231
211
|
*
|
@@ -294,7 +274,7 @@ public:
|
|
294
274
|
* behavior, and iterating over the same text, as this one.
|
295
275
|
* Differs from the copy constructor in that it is polymorphic, and
|
296
276
|
* will correctly clone (copy) a derived class.
|
297
|
-
* clone() is thread safe. Multiple threads may
|
277
|
+
* clone() is thread safe. Multiple threads may simultaneously
|
298
278
|
* clone the same source break iterator.
|
299
279
|
* @return a newly-constructed RuleBasedBreakIterator
|
300
280
|
* @stable ICU 2.0
|
@@ -459,7 +439,7 @@ public:
|
|
459
439
|
virtual int32_t preceding(int32_t offset);
|
460
440
|
|
461
441
|
/**
|
462
|
-
* Returns true if the
|
442
|
+
* Returns true if the specified position is a boundary position. As a side
|
463
443
|
* effect, leaves the iterator pointing to the first boundary position at
|
464
444
|
* or after "offset".
|
465
445
|
* @param offset the offset to check.
|
@@ -469,7 +449,10 @@ public:
|
|
469
449
|
virtual UBool isBoundary(int32_t offset);
|
470
450
|
|
471
451
|
/**
|
472
|
-
* Returns the current iteration position.
|
452
|
+
* Returns the current iteration position. Note that UBRK_DONE is never
|
453
|
+
* returned from this function; if iteration has run to the end of a
|
454
|
+
* string, current() will return the length of the string while
|
455
|
+
* next() will return UBRK_DONE).
|
473
456
|
* @return The current iteration position.
|
474
457
|
* @stable ICU 2.0
|
475
458
|
*/
|
@@ -477,8 +460,8 @@ public:
|
|
477
460
|
|
478
461
|
|
479
462
|
/**
|
480
|
-
* Return the status tag from the break rule that determined the
|
481
|
-
*
|
463
|
+
* Return the status tag from the break rule that determined the boundary at
|
464
|
+
* the current iteration position. For break rules that do not specify a
|
482
465
|
* status, a default value of 0 is returned. If more than one break rule
|
483
466
|
* would cause a boundary to be located at some position in the text,
|
484
467
|
* the numerically largest of the applicable status values is returned.
|
@@ -495,15 +478,14 @@ public:
|
|
495
478
|
* position from <code>next()</code>, <code>previous()</code>, or
|
496
479
|
* any other break iterator functions that returns a boundary position.
|
497
480
|
* <p>
|
481
|
+
* Note that <code>getRuleStatus()</code> returns the value corresponding to
|
482
|
+
* <code>current()</code> index even after <code>next()</code> has returned DONE.
|
483
|
+
* <p>
|
498
484
|
* When creating custom break rules, one is free to define whatever
|
499
485
|
* status values may be convenient for the application.
|
500
486
|
* <p>
|
501
|
-
*
|
502
|
-
*
|
503
|
-
* reasons. (The function is logically const, but not bit-wise const).
|
504
|
-
* <p>
|
505
|
-
* @return the status from the break rule that determined the most recently
|
506
|
-
* returned break position.
|
487
|
+
* @return the status from the break rule that determined the boundary
|
488
|
+
* at the current iteration position.
|
507
489
|
*
|
508
490
|
* @see UWordBreak
|
509
491
|
* @stable ICU 2.2
|
@@ -511,8 +493,8 @@ public:
|
|
511
493
|
virtual int32_t getRuleStatus() const;
|
512
494
|
|
513
495
|
/**
|
514
|
-
* Get the status (tag) values from the break rule(s) that determined the
|
515
|
-
*
|
496
|
+
* Get the status (tag) values from the break rule(s) that determined the boundary
|
497
|
+
* at the current iteration position.
|
516
498
|
* <p>
|
517
499
|
* The returned status value(s) are stored into an array provided by the caller.
|
518
500
|
* The values are stored in sorted (ascending) order.
|
@@ -523,10 +505,10 @@ public:
|
|
523
505
|
* @param fillInVec an array to be filled in with the status values.
|
524
506
|
* @param capacity the length of the supplied vector. A length of zero causes
|
525
507
|
* the function to return the number of status values, in the
|
526
|
-
* normal way, without
|
508
|
+
* normal way, without attempting to store any values.
|
527
509
|
* @param status receives error codes.
|
528
|
-
* @return The number of rule status values from rules that determined
|
529
|
-
* the
|
510
|
+
* @return The number of rule status values from the rules that determined
|
511
|
+
* the boundary at the current iteration position.
|
530
512
|
* In the event of a U_BUFFER_OVERFLOW_ERROR, the return value
|
531
513
|
* is the total number of status values that were available,
|
532
514
|
* not the reduced number that were actually returned.
|
@@ -566,7 +548,7 @@ public:
|
|
566
548
|
*
|
567
549
|
* Create a clone (copy) of this break iterator in memory provided
|
568
550
|
* by the caller. The idea is to increase performance by avoiding
|
569
|
-
* a storage allocation. Use of this
|
551
|
+
* a storage allocation. Use of this function is NOT RECOMMENDED.
|
570
552
|
* Performance gains are minimal, and correct buffer management is
|
571
553
|
* tricky. Use clone() instead.
|
572
554
|
*
|
@@ -579,7 +561,7 @@ public:
|
|
579
561
|
* storage for the cloned object.
|
580
562
|
*
|
581
563
|
* @param status Error status. U_SAFECLONE_ALLOCATED_WARNING will be
|
582
|
-
* returned if the
|
564
|
+
* returned if the provided buffer was too small, and
|
583
565
|
* the clone was therefore put on the heap.
|
584
566
|
*
|
585
567
|
* @return Pointer to the clone object. This may differ from the stackBuffer
|
@@ -602,7 +584,7 @@ public:
|
|
602
584
|
* The binary data can only be used with the same version of ICU
|
603
585
|
* and on the same platform type (processor endian-ness)
|
604
586
|
*
|
605
|
-
* @param length Returns the length of the binary data. (Out
|
587
|
+
* @param length Returns the length of the binary data. (Out parameter.)
|
606
588
|
*
|
607
589
|
* @return A pointer to the binary (compiled) rule data. The storage
|
608
590
|
* belongs to the RulesBasedBreakIterator object, not the
|
@@ -650,56 +632,35 @@ private:
|
|
650
632
|
*/
|
651
633
|
void reset(void);
|
652
634
|
|
653
|
-
/**
|
654
|
-
* Set the type of the break iterator.
|
655
|
-
* @internal
|
656
|
-
*/
|
657
|
-
void setBreakType(int32_t type);
|
658
|
-
|
659
635
|
/**
|
660
636
|
* Common initialization function, used by constructors and bufferClone.
|
661
637
|
* @internal
|
662
638
|
*/
|
663
|
-
void init();
|
639
|
+
void init(UErrorCode &status);
|
664
640
|
|
665
641
|
/**
|
666
|
-
*
|
667
|
-
* This
|
668
|
-
*
|
669
|
-
*
|
670
|
-
*
|
671
|
-
* @param statetable state table used of moving backwards
|
672
|
-
* @internal
|
673
|
-
*/
|
674
|
-
int32_t handlePrevious(const RBBIStateTable *statetable);
|
675
|
-
|
676
|
-
/**
|
677
|
-
* This method is the actual implementation of the next() method. All iteration
|
678
|
-
* vectors through here. This method initializes the state machine to state 1
|
679
|
-
* and advances through the text character by character until we reach the end
|
680
|
-
* of the text or the state machine transitions to state 0. We update our return
|
681
|
-
* value every time the state machine passes through a possible end state.
|
682
|
-
* @param statetable state table used of moving forwards
|
642
|
+
* Iterate backwards from an arbitrary position in the input text using the Safe Reverse rules.
|
643
|
+
* This locates a "Safe Position" from which the forward break rules
|
644
|
+
* will operate correctly. A Safe Position is not necessarily a boundary itself.
|
645
|
+
*
|
646
|
+
* @param fromPosition the position in the input text to begin the iteration.
|
683
647
|
* @internal
|
684
648
|
*/
|
685
|
-
int32_t
|
686
|
-
|
649
|
+
int32_t handlePrevious(int32_t fromPosition);
|
687
650
|
|
688
651
|
/**
|
689
|
-
*
|
690
|
-
*
|
691
|
-
*
|
692
|
-
*
|
693
|
-
*
|
694
|
-
* the
|
695
|
-
*
|
696
|
-
*
|
697
|
-
*
|
698
|
-
* @param endPos The end position of a range of text
|
699
|
-
* @param reverse The call is for the reverse direction
|
652
|
+
* Find a rule-based boundary by running the state machine.
|
653
|
+
* Input
|
654
|
+
* fPosition, the position in the text to begin from.
|
655
|
+
* Output
|
656
|
+
* fPosition: the boundary following the starting position.
|
657
|
+
* fDictionaryCharCount the number of dictionary characters encountered.
|
658
|
+
* If > 0, the segment will be further subdivided
|
659
|
+
* fRuleStatusIndex Info from the state table indicating which rules caused the boundary.
|
660
|
+
*
|
700
661
|
* @internal
|
701
662
|
*/
|
702
|
-
int32_t
|
663
|
+
int32_t handleNext();
|
703
664
|
|
704
665
|
|
705
666
|
/**
|
@@ -710,11 +671,21 @@ private:
|
|
710
671
|
*/
|
711
672
|
const LanguageBreakEngine *getLanguageBreakEngine(UChar32 c);
|
712
673
|
|
674
|
+
public:
|
675
|
+
#ifndef U_HIDE_INTERNAL_API
|
713
676
|
/**
|
714
|
-
*
|
677
|
+
* Debugging function only.
|
678
|
+
* @internal
|
679
|
+
*/
|
680
|
+
void dumpCache();
|
681
|
+
|
682
|
+
/**
|
683
|
+
* Debugging function only.
|
684
|
+
* @internal
|
715
685
|
*/
|
716
|
-
void
|
686
|
+
void dumpTables();
|
717
687
|
|
688
|
+
#endif /* U_HIDE_INTERNAL_API */
|
718
689
|
};
|
719
690
|
|
720
691
|
//------------------------------------------------------------------------------
|