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
@@ -0,0 +1,302 @@
|
|
1
|
+
// © 2017 and later: Unicode, Inc. and others.
|
2
|
+
// License & terms of use: http://www.unicode.org/copyright.html
|
3
|
+
|
4
|
+
// char16ptr.h
|
5
|
+
// created: 2017feb28 Markus W. Scherer
|
6
|
+
|
7
|
+
#ifndef __CHAR16PTR_H__
|
8
|
+
#define __CHAR16PTR_H__
|
9
|
+
|
10
|
+
#include <cstddef>
|
11
|
+
#include "unicode/utypes.h"
|
12
|
+
|
13
|
+
/**
|
14
|
+
* \file
|
15
|
+
* \brief C++ API: char16_t pointer wrappers with
|
16
|
+
* implicit conversion from bit-compatible raw pointer types.
|
17
|
+
* Also conversion functions from char16_t * to UChar * and OldUChar *.
|
18
|
+
*/
|
19
|
+
|
20
|
+
U_NAMESPACE_BEGIN
|
21
|
+
|
22
|
+
/**
|
23
|
+
* \def U_ALIASING_BARRIER
|
24
|
+
* Barrier for pointer anti-aliasing optimizations even across function boundaries.
|
25
|
+
* @internal
|
26
|
+
*/
|
27
|
+
#ifdef U_ALIASING_BARRIER
|
28
|
+
// Use the predefined value.
|
29
|
+
#elif (defined(__clang__) || defined(__GNUC__)) && U_PLATFORM != U_PF_BROWSER_NATIVE_CLIENT
|
30
|
+
# define U_ALIASING_BARRIER(ptr) asm volatile("" : : "rm"(ptr) : "memory")
|
31
|
+
#endif
|
32
|
+
|
33
|
+
/**
|
34
|
+
* char16_t * wrapper with implicit conversion from distinct but bit-compatible pointer types.
|
35
|
+
* @stable ICU 59
|
36
|
+
*/
|
37
|
+
class U_COMMON_API Char16Ptr U_FINAL {
|
38
|
+
public:
|
39
|
+
/**
|
40
|
+
* Copies the pointer.
|
41
|
+
* @param p pointer
|
42
|
+
* @stable ICU 59
|
43
|
+
*/
|
44
|
+
inline Char16Ptr(char16_t *p);
|
45
|
+
#if !U_CHAR16_IS_TYPEDEF
|
46
|
+
/**
|
47
|
+
* Converts the pointer to char16_t *.
|
48
|
+
* @param p pointer to be converted
|
49
|
+
* @stable ICU 59
|
50
|
+
*/
|
51
|
+
inline Char16Ptr(uint16_t *p);
|
52
|
+
#endif
|
53
|
+
#if U_SIZEOF_WCHAR_T==2 || defined(U_IN_DOXYGEN)
|
54
|
+
/**
|
55
|
+
* Converts the pointer to char16_t *.
|
56
|
+
* (Only defined if U_SIZEOF_WCHAR_T==2.)
|
57
|
+
* @param p pointer to be converted
|
58
|
+
* @stable ICU 59
|
59
|
+
*/
|
60
|
+
inline Char16Ptr(wchar_t *p);
|
61
|
+
#endif
|
62
|
+
/**
|
63
|
+
* nullptr constructor.
|
64
|
+
* @param p nullptr
|
65
|
+
* @stable ICU 59
|
66
|
+
*/
|
67
|
+
inline Char16Ptr(std::nullptr_t p);
|
68
|
+
/**
|
69
|
+
* Destructor.
|
70
|
+
* @stable ICU 59
|
71
|
+
*/
|
72
|
+
inline ~Char16Ptr();
|
73
|
+
|
74
|
+
/**
|
75
|
+
* Pointer access.
|
76
|
+
* @return the wrapped pointer
|
77
|
+
* @stable ICU 59
|
78
|
+
*/
|
79
|
+
inline char16_t *get() const;
|
80
|
+
/**
|
81
|
+
* char16_t pointer access via type conversion (e.g., static_cast).
|
82
|
+
* @return the wrapped pointer
|
83
|
+
* @stable ICU 59
|
84
|
+
*/
|
85
|
+
inline operator char16_t *() const { return get(); }
|
86
|
+
|
87
|
+
private:
|
88
|
+
Char16Ptr() = delete;
|
89
|
+
|
90
|
+
#ifdef U_ALIASING_BARRIER
|
91
|
+
template<typename T> static char16_t *cast(T *t) {
|
92
|
+
U_ALIASING_BARRIER(t);
|
93
|
+
return reinterpret_cast<char16_t *>(t);
|
94
|
+
}
|
95
|
+
|
96
|
+
char16_t *p_;
|
97
|
+
#else
|
98
|
+
union {
|
99
|
+
char16_t *cp;
|
100
|
+
uint16_t *up;
|
101
|
+
wchar_t *wp;
|
102
|
+
} u_;
|
103
|
+
#endif
|
104
|
+
};
|
105
|
+
|
106
|
+
#ifdef U_ALIASING_BARRIER
|
107
|
+
|
108
|
+
Char16Ptr::Char16Ptr(char16_t *p) : p_(p) {}
|
109
|
+
#if !U_CHAR16_IS_TYPEDEF
|
110
|
+
Char16Ptr::Char16Ptr(uint16_t *p) : p_(cast(p)) {}
|
111
|
+
#endif
|
112
|
+
#if U_SIZEOF_WCHAR_T==2
|
113
|
+
Char16Ptr::Char16Ptr(wchar_t *p) : p_(cast(p)) {}
|
114
|
+
#endif
|
115
|
+
Char16Ptr::Char16Ptr(std::nullptr_t p) : p_(p) {}
|
116
|
+
Char16Ptr::~Char16Ptr() {
|
117
|
+
U_ALIASING_BARRIER(p_);
|
118
|
+
}
|
119
|
+
|
120
|
+
char16_t *Char16Ptr::get() const { return p_; }
|
121
|
+
|
122
|
+
#else
|
123
|
+
|
124
|
+
Char16Ptr::Char16Ptr(char16_t *p) { u_.cp = p; }
|
125
|
+
#if !U_CHAR16_IS_TYPEDEF
|
126
|
+
Char16Ptr::Char16Ptr(uint16_t *p) { u_.up = p; }
|
127
|
+
#endif
|
128
|
+
#if U_SIZEOF_WCHAR_T==2
|
129
|
+
Char16Ptr::Char16Ptr(wchar_t *p) { u_.wp = p; }
|
130
|
+
#endif
|
131
|
+
Char16Ptr::Char16Ptr(std::nullptr_t p) { u_.cp = p; }
|
132
|
+
Char16Ptr::~Char16Ptr() {}
|
133
|
+
|
134
|
+
char16_t *Char16Ptr::get() const { return u_.cp; }
|
135
|
+
|
136
|
+
#endif
|
137
|
+
|
138
|
+
/**
|
139
|
+
* const char16_t * wrapper with implicit conversion from distinct but bit-compatible pointer types.
|
140
|
+
* @stable ICU 59
|
141
|
+
*/
|
142
|
+
class U_COMMON_API ConstChar16Ptr U_FINAL {
|
143
|
+
public:
|
144
|
+
/**
|
145
|
+
* Copies the pointer.
|
146
|
+
* @param p pointer
|
147
|
+
* @stable ICU 59
|
148
|
+
*/
|
149
|
+
inline ConstChar16Ptr(const char16_t *p);
|
150
|
+
#if !U_CHAR16_IS_TYPEDEF
|
151
|
+
/**
|
152
|
+
* Converts the pointer to char16_t *.
|
153
|
+
* @param p pointer to be converted
|
154
|
+
* @stable ICU 59
|
155
|
+
*/
|
156
|
+
inline ConstChar16Ptr(const uint16_t *p);
|
157
|
+
#endif
|
158
|
+
#if U_SIZEOF_WCHAR_T==2 || defined(U_IN_DOXYGEN)
|
159
|
+
/**
|
160
|
+
* Converts the pointer to char16_t *.
|
161
|
+
* (Only defined if U_SIZEOF_WCHAR_T==2.)
|
162
|
+
* @param p pointer to be converted
|
163
|
+
* @stable ICU 59
|
164
|
+
*/
|
165
|
+
inline ConstChar16Ptr(const wchar_t *p);
|
166
|
+
#endif
|
167
|
+
/**
|
168
|
+
* nullptr constructor.
|
169
|
+
* @param p nullptr
|
170
|
+
* @stable ICU 59
|
171
|
+
*/
|
172
|
+
inline ConstChar16Ptr(const std::nullptr_t p);
|
173
|
+
|
174
|
+
/**
|
175
|
+
* Destructor.
|
176
|
+
* @stable ICU 59
|
177
|
+
*/
|
178
|
+
inline ~ConstChar16Ptr();
|
179
|
+
|
180
|
+
/**
|
181
|
+
* Pointer access.
|
182
|
+
* @return the wrapped pointer
|
183
|
+
* @stable ICU 59
|
184
|
+
*/
|
185
|
+
inline const char16_t *get() const;
|
186
|
+
/**
|
187
|
+
* char16_t pointer access via type conversion (e.g., static_cast).
|
188
|
+
* @return the wrapped pointer
|
189
|
+
* @stable ICU 59
|
190
|
+
*/
|
191
|
+
inline operator const char16_t *() const { return get(); }
|
192
|
+
|
193
|
+
private:
|
194
|
+
ConstChar16Ptr() = delete;
|
195
|
+
|
196
|
+
#ifdef U_ALIASING_BARRIER
|
197
|
+
template<typename T> static const char16_t *cast(const T *t) {
|
198
|
+
U_ALIASING_BARRIER(t);
|
199
|
+
return reinterpret_cast<const char16_t *>(t);
|
200
|
+
}
|
201
|
+
|
202
|
+
const char16_t *p_;
|
203
|
+
#else
|
204
|
+
union {
|
205
|
+
const char16_t *cp;
|
206
|
+
const uint16_t *up;
|
207
|
+
const wchar_t *wp;
|
208
|
+
} u_;
|
209
|
+
#endif
|
210
|
+
};
|
211
|
+
|
212
|
+
#ifdef U_ALIASING_BARRIER
|
213
|
+
|
214
|
+
ConstChar16Ptr::ConstChar16Ptr(const char16_t *p) : p_(p) {}
|
215
|
+
#if !U_CHAR16_IS_TYPEDEF
|
216
|
+
ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) : p_(cast(p)) {}
|
217
|
+
#endif
|
218
|
+
#if U_SIZEOF_WCHAR_T==2
|
219
|
+
ConstChar16Ptr::ConstChar16Ptr(const wchar_t *p) : p_(cast(p)) {}
|
220
|
+
#endif
|
221
|
+
ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t p) : p_(p) {}
|
222
|
+
ConstChar16Ptr::~ConstChar16Ptr() {
|
223
|
+
U_ALIASING_BARRIER(p_);
|
224
|
+
}
|
225
|
+
|
226
|
+
const char16_t *ConstChar16Ptr::get() const { return p_; }
|
227
|
+
|
228
|
+
#else
|
229
|
+
|
230
|
+
ConstChar16Ptr::ConstChar16Ptr(const char16_t *p) { u_.cp = p; }
|
231
|
+
#if !U_CHAR16_IS_TYPEDEF
|
232
|
+
ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) { u_.up = p; }
|
233
|
+
#endif
|
234
|
+
#if U_SIZEOF_WCHAR_T==2
|
235
|
+
ConstChar16Ptr::ConstChar16Ptr(const wchar_t *p) { u_.wp = p; }
|
236
|
+
#endif
|
237
|
+
ConstChar16Ptr::ConstChar16Ptr(const std::nullptr_t p) { u_.cp = p; }
|
238
|
+
ConstChar16Ptr::~ConstChar16Ptr() {}
|
239
|
+
|
240
|
+
const char16_t *ConstChar16Ptr::get() const { return u_.cp; }
|
241
|
+
|
242
|
+
#endif
|
243
|
+
|
244
|
+
/**
|
245
|
+
* Converts from const char16_t * to const UChar *.
|
246
|
+
* Includes an aliasing barrier if available.
|
247
|
+
* @param p pointer
|
248
|
+
* @return p as const UChar *
|
249
|
+
* @stable ICU 59
|
250
|
+
*/
|
251
|
+
inline const UChar *toUCharPtr(const char16_t *p) {
|
252
|
+
#ifdef U_ALIASING_BARRIER
|
253
|
+
U_ALIASING_BARRIER(p);
|
254
|
+
#endif
|
255
|
+
return reinterpret_cast<const UChar *>(p);
|
256
|
+
}
|
257
|
+
|
258
|
+
/**
|
259
|
+
* Converts from char16_t * to UChar *.
|
260
|
+
* Includes an aliasing barrier if available.
|
261
|
+
* @param p pointer
|
262
|
+
* @return p as UChar *
|
263
|
+
* @stable ICU 59
|
264
|
+
*/
|
265
|
+
inline UChar *toUCharPtr(char16_t *p) {
|
266
|
+
#ifdef U_ALIASING_BARRIER
|
267
|
+
U_ALIASING_BARRIER(p);
|
268
|
+
#endif
|
269
|
+
return reinterpret_cast<UChar *>(p);
|
270
|
+
}
|
271
|
+
|
272
|
+
/**
|
273
|
+
* Converts from const char16_t * to const OldUChar *.
|
274
|
+
* Includes an aliasing barrier if available.
|
275
|
+
* @param p pointer
|
276
|
+
* @return p as const OldUChar *
|
277
|
+
* @stable ICU 59
|
278
|
+
*/
|
279
|
+
inline const OldUChar *toOldUCharPtr(const char16_t *p) {
|
280
|
+
#ifdef U_ALIASING_BARRIER
|
281
|
+
U_ALIASING_BARRIER(p);
|
282
|
+
#endif
|
283
|
+
return reinterpret_cast<const OldUChar *>(p);
|
284
|
+
}
|
285
|
+
|
286
|
+
/**
|
287
|
+
* Converts from char16_t * to OldUChar *.
|
288
|
+
* Includes an aliasing barrier if available.
|
289
|
+
* @param p pointer
|
290
|
+
* @return p as OldUChar *
|
291
|
+
* @stable ICU 59
|
292
|
+
*/
|
293
|
+
inline OldUChar *toOldUCharPtr(char16_t *p) {
|
294
|
+
#ifdef U_ALIASING_BARRIER
|
295
|
+
U_ALIASING_BARRIER(p);
|
296
|
+
#endif
|
297
|
+
return reinterpret_cast<OldUChar *>(p);
|
298
|
+
}
|
299
|
+
|
300
|
+
U_NAMESPACE_END
|
301
|
+
|
302
|
+
#endif // __CHAR16PTR_H__
|
@@ -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
|
********************************************************************
|
@@ -78,7 +78,7 @@ U_NAMESPACE_BEGIN
|
|
78
78
|
* }
|
79
79
|
*
|
80
80
|
* void function1(ForwardCharacterIterator &it) {
|
81
|
-
*
|
81
|
+
* char16_t c;
|
82
82
|
* while((c=it.nextPostInc())!=ForwardCharacterIterator::DONE) {
|
83
83
|
* // use c
|
84
84
|
* }
|
@@ -149,7 +149,7 @@ public:
|
|
149
149
|
* @return the current code unit.
|
150
150
|
* @stable ICU 2.0
|
151
151
|
*/
|
152
|
-
virtual
|
152
|
+
virtual char16_t nextPostInc(void) = 0;
|
153
153
|
|
154
154
|
/**
|
155
155
|
* Gets the current code point for returning and advances to the next code point
|
@@ -230,7 +230,7 @@ protected:
|
|
230
230
|
* showing a way to convert simple for() loops:
|
231
231
|
* \code
|
232
232
|
* void forward2(CharacterIterator &it) {
|
233
|
-
*
|
233
|
+
* char16_t c;
|
234
234
|
* for(c=it.firstPostInc(); c!=CharacterIterator::DONE; c=it.nextPostInc()) {
|
235
235
|
* // use c
|
236
236
|
* }
|
@@ -249,7 +249,7 @@ protected:
|
|
249
249
|
* Backward iteration with a more traditional for() loop:
|
250
250
|
* \code
|
251
251
|
* void backward2(CharacterIterator &it) {
|
252
|
-
*
|
252
|
+
* char16_t c;
|
253
253
|
* for(c=it.last(); c!=CharacterIterator::DONE; c=it.previous()) {
|
254
254
|
* // use c
|
255
255
|
* }
|
@@ -266,7 +266,7 @@ protected:
|
|
266
266
|
* // get the position
|
267
267
|
* int32_t pos=it.getIndex();
|
268
268
|
* // get the previous code unit
|
269
|
-
*
|
269
|
+
* char16_t u=it.previous();
|
270
270
|
* // move back one more code unit
|
271
271
|
* it.move(-1, CharacterIterator::kCurrent);
|
272
272
|
* // set the position back to where it was
|
@@ -283,7 +283,7 @@ protected:
|
|
283
283
|
* Function processing characters, in this example simple output
|
284
284
|
* <pre>
|
285
285
|
* \code
|
286
|
-
* void processChar(
|
286
|
+
* void processChar( char16_t c )
|
287
287
|
* {
|
288
288
|
* cout << " " << c;
|
289
289
|
* }
|
@@ -294,7 +294,7 @@ protected:
|
|
294
294
|
* \code
|
295
295
|
* void traverseForward(CharacterIterator& iter)
|
296
296
|
* {
|
297
|
-
* for(
|
297
|
+
* for(char16_t c = iter.first(); c != CharacterIterator.DONE; c = iter.next()) {
|
298
298
|
* processChar(c);
|
299
299
|
* }
|
300
300
|
* }
|
@@ -305,7 +305,7 @@ protected:
|
|
305
305
|
* \code
|
306
306
|
* void traverseBackward(CharacterIterator& iter)
|
307
307
|
* {
|
308
|
-
* for(
|
308
|
+
* for(char16_t c = iter.last(); c != CharacterIterator.DONE; c = iter.previous()) {
|
309
309
|
* processChar(c);
|
310
310
|
* }
|
311
311
|
* }
|
@@ -317,7 +317,7 @@ protected:
|
|
317
317
|
* \code
|
318
318
|
* void traverseOut(CharacterIterator& iter, int32_t pos)
|
319
319
|
* {
|
320
|
-
*
|
320
|
+
* char16_t c;
|
321
321
|
* for (c = iter.setIndex(pos);
|
322
322
|
* c != CharacterIterator.DONE && (Unicode::isLetter(c) || Unicode::isDigit(c));
|
323
323
|
* c = iter.next()) {}
|
@@ -386,7 +386,7 @@ public:
|
|
386
386
|
* @return the first code unit in its iteration range.
|
387
387
|
* @stable ICU 2.0
|
388
388
|
*/
|
389
|
-
virtual
|
389
|
+
virtual char16_t first(void) = 0;
|
390
390
|
|
391
391
|
/**
|
392
392
|
* Sets the iterator to refer to the first code unit in its
|
@@ -396,7 +396,7 @@ public:
|
|
396
396
|
* @return the first code unit in its iteration range.
|
397
397
|
* @stable ICU 2.0
|
398
398
|
*/
|
399
|
-
virtual
|
399
|
+
virtual char16_t firstPostInc(void);
|
400
400
|
|
401
401
|
/**
|
402
402
|
* Sets the iterator to refer to the first code point in its
|
@@ -435,7 +435,7 @@ public:
|
|
435
435
|
* @return the last code unit.
|
436
436
|
* @stable ICU 2.0
|
437
437
|
*/
|
438
|
-
virtual
|
438
|
+
virtual char16_t last(void) = 0;
|
439
439
|
|
440
440
|
/**
|
441
441
|
* Sets the iterator to refer to the last code point in its
|
@@ -463,7 +463,7 @@ public:
|
|
463
463
|
* @return the "position"-th code unit.
|
464
464
|
* @stable ICU 2.0
|
465
465
|
*/
|
466
|
-
virtual
|
466
|
+
virtual char16_t setIndex(int32_t position) = 0;
|
467
467
|
|
468
468
|
/**
|
469
469
|
* Sets the iterator to refer to the beginning of the code point
|
@@ -483,7 +483,7 @@ public:
|
|
483
483
|
* @return the current code unit.
|
484
484
|
* @stable ICU 2.0
|
485
485
|
*/
|
486
|
-
virtual
|
486
|
+
virtual char16_t current(void) const = 0;
|
487
487
|
|
488
488
|
/**
|
489
489
|
* Returns the code point the iterator currently refers to.
|
@@ -499,7 +499,7 @@ public:
|
|
499
499
|
* @return the next code unit.
|
500
500
|
* @stable ICU 2.0
|
501
501
|
*/
|
502
|
-
virtual
|
502
|
+
virtual char16_t next(void) = 0;
|
503
503
|
|
504
504
|
/**
|
505
505
|
* Advances to the next code point in the iteration range
|
@@ -520,7 +520,7 @@ public:
|
|
520
520
|
* @return the previous code unit.
|
521
521
|
* @stable ICU 2.0
|
522
522
|
*/
|
523
|
-
virtual
|
523
|
+
virtual char16_t previous(void) = 0;
|
524
524
|
|
525
525
|
/**
|
526
526
|
* Advances to the previous code point in the iteration range
|
@@ -569,7 +569,7 @@ public:
|
|
569
569
|
* Returns the numeric index in the underlying text-storage
|
570
570
|
* object of the character the iterator currently refers to
|
571
571
|
* (i.e., the character returned by current()).
|
572
|
-
* @return the
|
572
|
+
* @return the numeric index in the text-storage object of
|
573
573
|
* the character the iterator currently refers to
|
574
574
|
* @stable ICU 2.0
|
575
575
|
*/
|
@@ -607,6 +607,10 @@ public:
|
|
607
607
|
* @return the new position
|
608
608
|
* @stable ICU 2.0
|
609
609
|
*/
|
610
|
+
#ifdef move32
|
611
|
+
// One of the system headers right now is sometimes defining a conflicting macro we don't use
|
612
|
+
#undef move32
|
613
|
+
#endif
|
610
614
|
virtual int32_t move32(int32_t delta, EOrigin origin) = 0;
|
611
615
|
|
612
616
|
/**
|