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
|
*******************************************************************************
|
@@ -7,7 +7,7 @@
|
|
7
7
|
*******************************************************************************
|
8
8
|
*
|
9
9
|
* file name: urename.h
|
10
|
-
* encoding:
|
10
|
+
* encoding: UTF-8
|
11
11
|
* tab size: 8 (not used)
|
12
12
|
* indentation:4
|
13
13
|
*
|
@@ -100,12 +100,16 @@
|
|
100
100
|
#define _UTF16BEData U_ICU_ENTRY_POINT_RENAME(_UTF16BEData)
|
101
101
|
#define _UTF16Data U_ICU_ENTRY_POINT_RENAME(_UTF16Data)
|
102
102
|
#define _UTF16LEData U_ICU_ENTRY_POINT_RENAME(_UTF16LEData)
|
103
|
+
#define _UTF16v2Data U_ICU_ENTRY_POINT_RENAME(_UTF16v2Data)
|
103
104
|
#define _UTF32BEData U_ICU_ENTRY_POINT_RENAME(_UTF32BEData)
|
104
105
|
#define _UTF32Data U_ICU_ENTRY_POINT_RENAME(_UTF32Data)
|
105
106
|
#define _UTF32LEData U_ICU_ENTRY_POINT_RENAME(_UTF32LEData)
|
106
107
|
#define _UTF7Data U_ICU_ENTRY_POINT_RENAME(_UTF7Data)
|
107
108
|
#define _UTF8Data U_ICU_ENTRY_POINT_RENAME(_UTF8Data)
|
109
|
+
#define allowedHourFormatsCleanup U_ICU_ENTRY_POINT_RENAME(allowedHourFormatsCleanup)
|
108
110
|
#define cmemory_cleanup U_ICU_ENTRY_POINT_RENAME(cmemory_cleanup)
|
111
|
+
#define dayPeriodRulesCleanup U_ICU_ENTRY_POINT_RENAME(dayPeriodRulesCleanup)
|
112
|
+
#define deleteAllowedHourFormats U_ICU_ENTRY_POINT_RENAME(deleteAllowedHourFormats)
|
109
113
|
#define gTimeZoneFilesInitOnce U_ICU_ENTRY_POINT_RENAME(gTimeZoneFilesInitOnce)
|
110
114
|
#define izrule_clone U_ICU_ENTRY_POINT_RENAME(izrule_clone)
|
111
115
|
#define izrule_close U_ICU_ENTRY_POINT_RENAME(izrule_close)
|
@@ -121,16 +125,6 @@
|
|
121
125
|
#define izrule_getStaticClassID U_ICU_ENTRY_POINT_RENAME(izrule_getStaticClassID)
|
122
126
|
#define izrule_isEquivalentTo U_ICU_ENTRY_POINT_RENAME(izrule_isEquivalentTo)
|
123
127
|
#define izrule_open U_ICU_ENTRY_POINT_RENAME(izrule_open)
|
124
|
-
#define le_close U_ICU_ENTRY_POINT_RENAME(le_close)
|
125
|
-
#define le_create U_ICU_ENTRY_POINT_RENAME(le_create)
|
126
|
-
#define le_getCharIndices U_ICU_ENTRY_POINT_RENAME(le_getCharIndices)
|
127
|
-
#define le_getCharIndicesWithBase U_ICU_ENTRY_POINT_RENAME(le_getCharIndicesWithBase)
|
128
|
-
#define le_getGlyphCount U_ICU_ENTRY_POINT_RENAME(le_getGlyphCount)
|
129
|
-
#define le_getGlyphPosition U_ICU_ENTRY_POINT_RENAME(le_getGlyphPosition)
|
130
|
-
#define le_getGlyphPositions U_ICU_ENTRY_POINT_RENAME(le_getGlyphPositions)
|
131
|
-
#define le_getGlyphs U_ICU_ENTRY_POINT_RENAME(le_getGlyphs)
|
132
|
-
#define le_layoutChars U_ICU_ENTRY_POINT_RENAME(le_layoutChars)
|
133
|
-
#define le_reset U_ICU_ENTRY_POINT_RENAME(le_reset)
|
134
128
|
#define locale_getKeywords U_ICU_ENTRY_POINT_RENAME(locale_getKeywords)
|
135
129
|
#define locale_getKeywordsStart U_ICU_ENTRY_POINT_RENAME(locale_getKeywordsStart)
|
136
130
|
#define locale_get_default U_ICU_ENTRY_POINT_RENAME(locale_get_default)
|
@@ -451,7 +445,6 @@
|
|
451
445
|
#define ubidi_getReorderingOptions U_ICU_ENTRY_POINT_RENAME(ubidi_getReorderingOptions)
|
452
446
|
#define ubidi_getResultLength U_ICU_ENTRY_POINT_RENAME(ubidi_getResultLength)
|
453
447
|
#define ubidi_getRuns U_ICU_ENTRY_POINT_RENAME(ubidi_getRuns)
|
454
|
-
#define ubidi_getSingleton U_ICU_ENTRY_POINT_RENAME(ubidi_getSingleton)
|
455
448
|
#define ubidi_getText U_ICU_ENTRY_POINT_RENAME(ubidi_getText)
|
456
449
|
#define ubidi_getVisualIndex U_ICU_ENTRY_POINT_RENAME(ubidi_getVisualIndex)
|
457
450
|
#define ubidi_getVisualMap U_ICU_ENTRY_POINT_RENAME(ubidi_getVisualMap)
|
@@ -486,6 +479,7 @@
|
|
486
479
|
#define ubrk_first U_ICU_ENTRY_POINT_RENAME(ubrk_first)
|
487
480
|
#define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following)
|
488
481
|
#define ubrk_getAvailable U_ICU_ENTRY_POINT_RENAME(ubrk_getAvailable)
|
482
|
+
#define ubrk_getBinaryRules U_ICU_ENTRY_POINT_RENAME(ubrk_getBinaryRules)
|
489
483
|
#define ubrk_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ubrk_getLocaleByType)
|
490
484
|
#define ubrk_getRuleStatus U_ICU_ENTRY_POINT_RENAME(ubrk_getRuleStatus)
|
491
485
|
#define ubrk_getRuleStatusVec U_ICU_ENTRY_POINT_RENAME(ubrk_getRuleStatusVec)
|
@@ -493,6 +487,7 @@
|
|
493
487
|
#define ubrk_last U_ICU_ENTRY_POINT_RENAME(ubrk_last)
|
494
488
|
#define ubrk_next U_ICU_ENTRY_POINT_RENAME(ubrk_next)
|
495
489
|
#define ubrk_open U_ICU_ENTRY_POINT_RENAME(ubrk_open)
|
490
|
+
#define ubrk_openBinaryRules U_ICU_ENTRY_POINT_RENAME(ubrk_openBinaryRules)
|
496
491
|
#define ubrk_openRules U_ICU_ENTRY_POINT_RENAME(ubrk_openRules)
|
497
492
|
#define ubrk_preceding U_ICU_ENTRY_POINT_RENAME(ubrk_preceding)
|
498
493
|
#define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous)
|
@@ -554,7 +549,7 @@
|
|
554
549
|
#define ucase_addStringCaseClosure U_ICU_ENTRY_POINT_RENAME(ucase_addStringCaseClosure)
|
555
550
|
#define ucase_fold U_ICU_ENTRY_POINT_RENAME(ucase_fold)
|
556
551
|
#define ucase_getCaseLocale U_ICU_ENTRY_POINT_RENAME(ucase_getCaseLocale)
|
557
|
-
#define
|
552
|
+
#define ucase_getTrie U_ICU_ENTRY_POINT_RENAME(ucase_getTrie)
|
558
553
|
#define ucase_getType U_ICU_ENTRY_POINT_RENAME(ucase_getType)
|
559
554
|
#define ucase_getTypeOrIgnorable U_ICU_ENTRY_POINT_RENAME(ucase_getTypeOrIgnorable)
|
560
555
|
#define ucase_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(ucase_hasBinaryProperty)
|
@@ -866,6 +861,7 @@
|
|
866
861
|
#define udatpg_getBestPatternWithOptions U_ICU_ENTRY_POINT_RENAME(udatpg_getBestPatternWithOptions)
|
867
862
|
#define udatpg_getDateTimeFormat U_ICU_ENTRY_POINT_RENAME(udatpg_getDateTimeFormat)
|
868
863
|
#define udatpg_getDecimal U_ICU_ENTRY_POINT_RENAME(udatpg_getDecimal)
|
864
|
+
#define udatpg_getFieldDisplayName U_ICU_ENTRY_POINT_RENAME(udatpg_getFieldDisplayName)
|
869
865
|
#define udatpg_getPatternForSkeleton U_ICU_ENTRY_POINT_RENAME(udatpg_getPatternForSkeleton)
|
870
866
|
#define udatpg_getSkeleton U_ICU_ENTRY_POINT_RENAME(udatpg_getSkeleton)
|
871
867
|
#define udatpg_open U_ICU_ENTRY_POINT_RENAME(udatpg_open)
|
@@ -949,6 +945,7 @@
|
|
949
945
|
#define uhash_iget U_ICU_ENTRY_POINT_RENAME(uhash_iget)
|
950
946
|
#define uhash_igeti U_ICU_ENTRY_POINT_RENAME(uhash_igeti)
|
951
947
|
#define uhash_init U_ICU_ENTRY_POINT_RENAME(uhash_init)
|
948
|
+
#define uhash_initSize U_ICU_ENTRY_POINT_RENAME(uhash_initSize)
|
952
949
|
#define uhash_iput U_ICU_ENTRY_POINT_RENAME(uhash_iput)
|
953
950
|
#define uhash_iputi U_ICU_ENTRY_POINT_RENAME(uhash_iputi)
|
954
951
|
#define uhash_iremove U_ICU_ENTRY_POINT_RENAME(uhash_iremove)
|
@@ -1150,6 +1147,7 @@
|
|
1150
1147
|
#define unum_formatDecimal U_ICU_ENTRY_POINT_RENAME(unum_formatDecimal)
|
1151
1148
|
#define unum_formatDouble U_ICU_ENTRY_POINT_RENAME(unum_formatDouble)
|
1152
1149
|
#define unum_formatDoubleCurrency U_ICU_ENTRY_POINT_RENAME(unum_formatDoubleCurrency)
|
1150
|
+
#define unum_formatDoubleForFields U_ICU_ENTRY_POINT_RENAME(unum_formatDoubleForFields)
|
1153
1151
|
#define unum_formatInt64 U_ICU_ENTRY_POINT_RENAME(unum_formatInt64)
|
1154
1152
|
#define unum_formatUFormattable U_ICU_ENTRY_POINT_RENAME(unum_formatUFormattable)
|
1155
1153
|
#define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute)
|
@@ -1181,9 +1179,11 @@
|
|
1181
1179
|
#define unumsys_openAvailableNames U_ICU_ENTRY_POINT_RENAME(unumsys_openAvailableNames)
|
1182
1180
|
#define unumsys_openByName U_ICU_ENTRY_POINT_RENAME(unumsys_openByName)
|
1183
1181
|
#define uplrules_close U_ICU_ENTRY_POINT_RENAME(uplrules_close)
|
1182
|
+
#define uplrules_getKeywords U_ICU_ENTRY_POINT_RENAME(uplrules_getKeywords)
|
1184
1183
|
#define uplrules_open U_ICU_ENTRY_POINT_RENAME(uplrules_open)
|
1185
1184
|
#define uplrules_openForType U_ICU_ENTRY_POINT_RENAME(uplrules_openForType)
|
1186
1185
|
#define uplrules_select U_ICU_ENTRY_POINT_RENAME(uplrules_select)
|
1186
|
+
#define uplrules_selectWithFormat U_ICU_ENTRY_POINT_RENAME(uplrules_selectWithFormat)
|
1187
1187
|
#define uplug_closeLibrary U_ICU_ENTRY_POINT_RENAME(uplug_closeLibrary)
|
1188
1188
|
#define uplug_findLibrary U_ICU_ENTRY_POINT_RENAME(uplug_findLibrary)
|
1189
1189
|
#define uplug_getConfiguration U_ICU_ENTRY_POINT_RENAME(uplug_getConfiguration)
|
@@ -1220,6 +1220,7 @@
|
|
1220
1220
|
#define uprv_compareInvEbcdic U_ICU_ENTRY_POINT_RENAME(uprv_compareInvEbcdic)
|
1221
1221
|
#define uprv_compareInvEbcdicAsAscii U_ICU_ENTRY_POINT_RENAME(uprv_compareInvEbcdicAsAscii)
|
1222
1222
|
#define uprv_convertToLCID U_ICU_ENTRY_POINT_RENAME(uprv_convertToLCID)
|
1223
|
+
#define uprv_convertToLCIDPlatform U_ICU_ENTRY_POINT_RENAME(uprv_convertToLCIDPlatform)
|
1223
1224
|
#define uprv_convertToPosix U_ICU_ENTRY_POINT_RENAME(uprv_convertToPosix)
|
1224
1225
|
#define uprv_copyAscii U_ICU_ENTRY_POINT_RENAME(uprv_copyAscii)
|
1225
1226
|
#define uprv_copyEbcdic U_ICU_ENTRY_POINT_RENAME(uprv_copyEbcdic)
|
@@ -1325,7 +1326,6 @@
|
|
1325
1326
|
#define uprv_getRawUTCtime U_ICU_ENTRY_POINT_RENAME(uprv_getRawUTCtime)
|
1326
1327
|
#define uprv_getStaticCurrencyName U_ICU_ENTRY_POINT_RENAME(uprv_getStaticCurrencyName)
|
1327
1328
|
#define uprv_getUTCtime U_ICU_ENTRY_POINT_RENAME(uprv_getUTCtime)
|
1328
|
-
#define uprv_haveProperties U_ICU_ENTRY_POINT_RENAME(uprv_haveProperties)
|
1329
1329
|
#define uprv_int32Comparator U_ICU_ENTRY_POINT_RENAME(uprv_int32Comparator)
|
1330
1330
|
#define uprv_isASCIILetter U_ICU_ENTRY_POINT_RENAME(uprv_isASCIILetter)
|
1331
1331
|
#define uprv_isInfinite U_ICU_ENTRY_POINT_RENAME(uprv_isInfinite)
|
@@ -1654,12 +1654,14 @@
|
|
1654
1654
|
#define ustr_hashCharsN U_ICU_ENTRY_POINT_RENAME(ustr_hashCharsN)
|
1655
1655
|
#define ustr_hashICharsN U_ICU_ENTRY_POINT_RENAME(ustr_hashICharsN)
|
1656
1656
|
#define ustr_hashUCharsN U_ICU_ENTRY_POINT_RENAME(ustr_hashUCharsN)
|
1657
|
+
#define ustrcase_getCaseLocale U_ICU_ENTRY_POINT_RENAME(ustrcase_getCaseLocale)
|
1658
|
+
#define ustrcase_getTitleBreakIterator U_ICU_ENTRY_POINT_RENAME(ustrcase_getTitleBreakIterator)
|
1657
1659
|
#define ustrcase_internalFold U_ICU_ENTRY_POINT_RENAME(ustrcase_internalFold)
|
1658
1660
|
#define ustrcase_internalToLower U_ICU_ENTRY_POINT_RENAME(ustrcase_internalToLower)
|
1659
1661
|
#define ustrcase_internalToTitle U_ICU_ENTRY_POINT_RENAME(ustrcase_internalToTitle)
|
1660
1662
|
#define ustrcase_internalToUpper U_ICU_ENTRY_POINT_RENAME(ustrcase_internalToUpper)
|
1661
1663
|
#define ustrcase_map U_ICU_ENTRY_POINT_RENAME(ustrcase_map)
|
1662
|
-
#define
|
1664
|
+
#define ustrcase_mapWithOverlap U_ICU_ENTRY_POINT_RENAME(ustrcase_mapWithOverlap)
|
1663
1665
|
#define utext_char32At U_ICU_ENTRY_POINT_RENAME(utext_char32At)
|
1664
1666
|
#define utext_clone U_ICU_ENTRY_POINT_RENAME(utext_clone)
|
1665
1667
|
#define utext_close U_ICU_ENTRY_POINT_RENAME(utext_close)
|
@@ -1704,7 +1706,6 @@
|
|
1704
1706
|
#define utrace_functionName U_ICU_ENTRY_POINT_RENAME(utrace_functionName)
|
1705
1707
|
#define utrace_getFunctions U_ICU_ENTRY_POINT_RENAME(utrace_getFunctions)
|
1706
1708
|
#define utrace_getLevel U_ICU_ENTRY_POINT_RENAME(utrace_getLevel)
|
1707
|
-
#define utrace_level U_ICU_ENTRY_POINT_RENAME(utrace_level)
|
1708
1709
|
#define utrace_setFunctions U_ICU_ENTRY_POINT_RENAME(utrace_setFunctions)
|
1709
1710
|
#define utrace_setLevel U_ICU_ENTRY_POINT_RENAME(utrace_setLevel)
|
1710
1711
|
#define utrace_vformat U_ICU_ENTRY_POINT_RENAME(utrace_vformat)
|
@@ -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
|
**********************************************************************
|
@@ -16,7 +16,7 @@
|
|
16
16
|
* 04/04/99 helena Fixed internal header inclusion.
|
17
17
|
* 04/15/99 Madhu Updated Javadoc
|
18
18
|
* 06/14/99 stephen Removed functions taking a filename suffix.
|
19
|
-
* 07/20/99 stephen Language-independent
|
19
|
+
* 07/20/99 stephen Language-independent typedef to void*
|
20
20
|
* 11/09/99 weiv Added ures_getLocale()
|
21
21
|
* 06/24/02 weiv Added support for resource sharing
|
22
22
|
******************************************************************************
|
@@ -138,7 +138,7 @@ typedef enum {
|
|
138
138
|
/**
|
139
139
|
* Opens a UResourceBundle, from which users can extract strings by using
|
140
140
|
* their corresponding keys.
|
141
|
-
* Note that the caller is responsible of calling <TT>ures_close</TT> on each
|
141
|
+
* Note that the caller is responsible of calling <TT>ures_close</TT> on each successfully
|
142
142
|
* opened resource bundle.
|
143
143
|
* @param packageName The packageName and locale together point to an ICU udata object,
|
144
144
|
* as defined by <code> udata_open( packageName, "res", locale, err) </code>
|
@@ -301,7 +301,7 @@ ures_getVersion(const UResourceBundle* resB,
|
|
301
301
|
* you to query for the real locale of the resource. For example, if you requested
|
302
302
|
* "en_US_CALIFORNIA" and only "en_US" bundle exists, "en_US" will be returned.
|
303
303
|
* For subresources, the locale where this resource comes from will be returned.
|
304
|
-
* If fallback has
|
304
|
+
* If fallback has occurred, getLocale will reflect this.
|
305
305
|
*
|
306
306
|
* @param resourceBundle resource bundle in question
|
307
307
|
* @param status just for catching illegal arguments
|
@@ -580,7 +580,7 @@ ures_hasNext(const UResourceBundle *resourceBundle);
|
|
580
580
|
* @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller.
|
581
581
|
* Alternatively, you can supply a struct to be filled by this function.
|
582
582
|
* @param status fills in the outgoing error code. You may still get a non NULL result even if an
|
583
|
-
* error
|
583
|
+
* error occurred. Check status instead.
|
584
584
|
* @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must close it
|
585
585
|
* @stable ICU 2.0
|
586
586
|
*/
|
@@ -596,7 +596,7 @@ ures_getNextResource(UResourceBundle *resourceBundle,
|
|
596
596
|
* @param resourceBundle a resource
|
597
597
|
* @param len fill in length of the string
|
598
598
|
* @param key fill in for key associated with this string. NULL if no key
|
599
|
-
* @param status fills in the outgoing error code. If an error
|
599
|
+
* @param status fills in the outgoing error code. If an error occurred, we may return NULL, but don't
|
600
600
|
* count on it. Check status instead!
|
601
601
|
* @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file.
|
602
602
|
* @stable ICU 2.0
|
@@ -615,7 +615,7 @@ ures_getNextString(UResourceBundle *resourceBundle,
|
|
615
615
|
* @param fillIn if NULL a new UResourceBundle struct is allocated and must be closed by the caller.
|
616
616
|
* Alternatively, you can supply a struct to be filled by this function.
|
617
617
|
* @param status fills in the outgoing error code. Don't count on NULL being returned if an error has
|
618
|
-
*
|
618
|
+
* occurred. Check status instead.
|
619
619
|
* @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must close it
|
620
620
|
* @stable ICU 2.0
|
621
621
|
*/
|
@@ -631,7 +631,7 @@ ures_getByIndex(const UResourceBundle *resourceBundle,
|
|
631
631
|
* @param resourceBundle a resource
|
632
632
|
* @param indexS an index to the wanted string.
|
633
633
|
* @param len fill in length of the string
|
634
|
-
* @param status fills in the outgoing error code. If an error
|
634
|
+
* @param status fills in the outgoing error code. If an error occurred, we may return NULL, but don't
|
635
635
|
* count on it. Check status instead!
|
636
636
|
* @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file.
|
637
637
|
* @stable ICU 2.0
|
@@ -722,7 +722,7 @@ ures_getByKey(const UResourceBundle *resourceBundle,
|
|
722
722
|
* @param resB a resource
|
723
723
|
* @param key a key associated with the wanted string
|
724
724
|
* @param len fill in length of the string
|
725
|
-
* @param status fills in the outgoing error code. If an error
|
725
|
+
* @param status fills in the outgoing error code. If an error occurred, we may return NULL, but don't
|
726
726
|
* count on it. Check status instead!
|
727
727
|
* @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file.
|
728
728
|
* @stable ICU 2.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
|
**********************************************************************
|
@@ -444,6 +444,13 @@ typedef enum UScriptCode {
|
|
444
444
|
/** @stable ICU 58 */
|
445
445
|
USCRIPT_SYMBOLS_EMOJI = 174,/* Zsye */
|
446
446
|
|
447
|
+
/** @stable ICU 60 */
|
448
|
+
USCRIPT_MASARAM_GONDI = 175,/* Gonm */
|
449
|
+
/** @stable ICU 60 */
|
450
|
+
USCRIPT_SOYOMBO = 176,/* Soyo */
|
451
|
+
/** @stable ICU 60 */
|
452
|
+
USCRIPT_ZANABAZAR_SQUARE = 177,/* Zanb */
|
453
|
+
|
447
454
|
#ifndef U_HIDE_DEPRECATED_API
|
448
455
|
/**
|
449
456
|
* One more than the highest normal UScriptCode value.
|
@@ -451,7 +458,7 @@ typedef enum UScriptCode {
|
|
451
458
|
*
|
452
459
|
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
453
460
|
*/
|
454
|
-
USCRIPT_CODE_LIMIT =
|
461
|
+
USCRIPT_CODE_LIMIT = 178
|
455
462
|
#endif // U_HIDE_DEPRECATED_API
|
456
463
|
} UScriptCode;
|
457
464
|
|
@@ -469,7 +476,7 @@ typedef enum UScriptCode {
|
|
469
476
|
* @param nameOrAbbrOrLocale name of the script, as given in
|
470
477
|
* PropertyValueAliases.txt, or ISO 15924 code or locale
|
471
478
|
* @param fillIn the UScriptCode buffer to fill in the script code
|
472
|
-
* @param capacity the capacity (size)
|
479
|
+
* @param capacity the capacity (size) of UScriptCode buffer passed in.
|
473
480
|
* @param err the error status code.
|
474
481
|
* @return The number of script codes filled in the buffer passed in
|
475
482
|
* @stable ICU 2.4
|
@@ -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
|
**********************************************************************
|
@@ -196,7 +196,7 @@ typedef enum {
|
|
196
196
|
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
197
197
|
*/
|
198
198
|
USEARCH_ATTRIBUTE_COUNT = 3
|
199
|
-
#endif
|
199
|
+
#endif /* U_HIDE_DEPRECATED_API */
|
200
200
|
} USearchAttribute;
|
201
201
|
|
202
202
|
/**
|
@@ -272,7 +272,7 @@ typedef enum {
|
|
272
272
|
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
273
273
|
*/
|
274
274
|
USEARCH_ATTRIBUTE_VALUE_COUNT
|
275
|
-
#endif
|
275
|
+
#endif /* U_HIDE_DEPRECATED_API */
|
276
276
|
} USearchAttributeValue;
|
277
277
|
|
278
278
|
/* open and close ------------------------------------------------------ */
|
@@ -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
|
*******************************************************************************
|
@@ -8,7 +8,7 @@
|
|
8
8
|
*
|
9
9
|
*******************************************************************************
|
10
10
|
* file name: uset.h
|
11
|
-
* encoding:
|
11
|
+
* encoding: UTF-8
|
12
12
|
* tab size: 8 (not used)
|
13
13
|
* indentation:4
|
14
14
|
*
|
@@ -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
|
******************************************************************************
|
@@ -8,7 +8,7 @@
|
|
8
8
|
*
|
9
9
|
******************************************************************************
|
10
10
|
* file name: ushape.h
|
11
|
-
* encoding:
|
11
|
+
* encoding: UTF-8
|
12
12
|
* tab size: 8 (not used)
|
13
13
|
* indentation:4
|
14
14
|
*
|
@@ -93,7 +93,7 @@
|
|
93
93
|
* which must not indicate a failure before the function call.
|
94
94
|
*
|
95
95
|
* @return The number of UChars written to the destination buffer.
|
96
|
-
* If an error
|
96
|
+
* If an error occurred, then no output was written, or it may be
|
97
97
|
* incomplete. If <code>U_BUFFER_OVERFLOW_ERROR</code> is set, then
|
98
98
|
* the return value indicates the necessary destination buffer size.
|
99
99
|
* @stable ICU 2.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
|
***************************************************************************
|
@@ -6,7 +6,7 @@
|
|
6
6
|
* and others. All Rights Reserved.
|
7
7
|
***************************************************************************
|
8
8
|
* file name: uspoof.h
|
9
|
-
* encoding:
|
9
|
+
* encoding: UTF-8
|
10
10
|
* tab size: 8 (not used)
|
11
11
|
* indentation:4
|
12
12
|
*
|
@@ -368,18 +368,17 @@
|
|
368
368
|
*/
|
369
369
|
|
370
370
|
struct USpoofChecker;
|
371
|
-
typedef struct USpoofChecker USpoofChecker; /**< typedef for C of USpoofChecker */
|
372
|
-
|
373
|
-
#ifndef U_HIDE_DRAFT_API
|
374
371
|
/**
|
375
|
-
* @
|
372
|
+
* @stable ICU 4.2
|
376
373
|
*/
|
374
|
+
typedef struct USpoofChecker USpoofChecker; /**< typedef for C of USpoofChecker */
|
375
|
+
|
377
376
|
struct USpoofCheckResult;
|
378
377
|
/**
|
379
378
|
* @see uspoof_openCheckResult
|
379
|
+
* @stable ICU 58
|
380
380
|
*/
|
381
381
|
typedef struct USpoofCheckResult USpoofCheckResult;
|
382
|
-
#endif /* U_HIDE_DRAFT_API */
|
383
382
|
|
384
383
|
/**
|
385
384
|
* Enum for the kinds of checks that USpoofChecker can perform.
|
@@ -419,7 +418,6 @@ typedef enum USpoofChecks {
|
|
419
418
|
*/
|
420
419
|
USPOOF_WHOLE_SCRIPT_CONFUSABLE = 4,
|
421
420
|
|
422
|
-
#ifndef U_HIDE_DRAFT_API
|
423
421
|
/**
|
424
422
|
* Enable this flag in {@link uspoof_setChecks} to turn on all types of confusables. You may set
|
425
423
|
* the checks to some subset of SINGLE_SCRIPT_CONFUSABLE, MIXED_SCRIPT_CONFUSABLE, or WHOLE_SCRIPT_CONFUSABLE to
|
@@ -427,10 +425,9 @@ typedef enum USpoofChecks {
|
|
427
425
|
*
|
428
426
|
* @see uspoof_areConfusable
|
429
427
|
* @see uspoof_getSkeleton
|
430
|
-
* @
|
428
|
+
* @stable ICU 58
|
431
429
|
*/
|
432
430
|
USPOOF_CONFUSABLE = USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_WHOLE_SCRIPT_CONFUSABLE,
|
433
|
-
#endif /* U_HIDE_DRAFT_API */
|
434
431
|
|
435
432
|
#ifndef U_HIDE_DEPRECATED_API
|
436
433
|
/**
|
@@ -1058,7 +1055,6 @@ uspoof_checkUnicodeString(const USpoofChecker *sc,
|
|
1058
1055
|
#endif
|
1059
1056
|
|
1060
1057
|
|
1061
|
-
#ifndef U_HIDE_DRAFT_API
|
1062
1058
|
/**
|
1063
1059
|
* Check the specified string for possible security issues.
|
1064
1060
|
* The text to be checked will typically be an identifier of some sort.
|
@@ -1085,9 +1081,9 @@ uspoof_checkUnicodeString(const USpoofChecker *sc,
|
|
1085
1081
|
* @see uspoof_openCheckResult
|
1086
1082
|
* @see uspoof_check2UTF8
|
1087
1083
|
* @see uspoof_check2UnicodeString
|
1088
|
-
* @
|
1084
|
+
* @stable ICU 58
|
1089
1085
|
*/
|
1090
|
-
|
1086
|
+
U_STABLE int32_t U_EXPORT2
|
1091
1087
|
uspoof_check2(const USpoofChecker *sc,
|
1092
1088
|
const UChar* id, int32_t length,
|
1093
1089
|
USpoofCheckResult* checkResult,
|
@@ -1122,9 +1118,9 @@ uspoof_check2(const USpoofChecker *sc,
|
|
1122
1118
|
* @see uspoof_openCheckResult
|
1123
1119
|
* @see uspoof_check2
|
1124
1120
|
* @see uspoof_check2UnicodeString
|
1125
|
-
* @
|
1121
|
+
* @stable ICU 58
|
1126
1122
|
*/
|
1127
|
-
|
1123
|
+
U_STABLE int32_t U_EXPORT2
|
1128
1124
|
uspoof_check2UTF8(const USpoofChecker *sc,
|
1129
1125
|
const char *id, int32_t length,
|
1130
1126
|
USpoofCheckResult* checkResult,
|
@@ -1154,9 +1150,9 @@ uspoof_check2UTF8(const USpoofChecker *sc,
|
|
1154
1150
|
* @see uspoof_openCheckResult
|
1155
1151
|
* @see uspoof_check2
|
1156
1152
|
* @see uspoof_check2UTF8
|
1157
|
-
* @
|
1153
|
+
* @stable ICU 58
|
1158
1154
|
*/
|
1159
|
-
|
1155
|
+
U_STABLE int32_t U_EXPORT2
|
1160
1156
|
uspoof_check2UnicodeString(const USpoofChecker *sc,
|
1161
1157
|
const icu::UnicodeString &id,
|
1162
1158
|
USpoofCheckResult* checkResult,
|
@@ -1179,9 +1175,9 @@ uspoof_check2UnicodeString(const USpoofChecker *sc,
|
|
1179
1175
|
* @see uspoof_check2
|
1180
1176
|
* @see uspoof_check2UTF8
|
1181
1177
|
* @see uspoof_check2UnicodeString
|
1182
|
-
* @
|
1178
|
+
* @stable ICU 58
|
1183
1179
|
*/
|
1184
|
-
|
1180
|
+
U_STABLE USpoofCheckResult* U_EXPORT2
|
1185
1181
|
uspoof_openCheckResult(UErrorCode *status);
|
1186
1182
|
|
1187
1183
|
/**
|
@@ -1189,9 +1185,9 @@ uspoof_openCheckResult(UErrorCode *status);
|
|
1189
1185
|
* its implementation.
|
1190
1186
|
*
|
1191
1187
|
* @param checkResult The instance of USpoofCheckResult to close
|
1192
|
-
* @
|
1188
|
+
* @stable ICU 58
|
1193
1189
|
*/
|
1194
|
-
|
1190
|
+
U_STABLE void U_EXPORT2
|
1195
1191
|
uspoof_closeCheckResult(USpoofCheckResult *checkResult);
|
1196
1192
|
|
1197
1193
|
#if U_SHOW_CPLUSPLUS_API
|
@@ -1205,7 +1201,7 @@ U_NAMESPACE_BEGIN
|
|
1205
1201
|
*
|
1206
1202
|
* @see LocalPointerBase
|
1207
1203
|
* @see LocalPointer
|
1208
|
-
* @
|
1204
|
+
* @stable ICU 58
|
1209
1205
|
*/
|
1210
1206
|
U_DEFINE_LOCAL_OPEN_POINTER(LocalUSpoofCheckResultPointer, USpoofCheckResult, uspoof_closeCheckResult);
|
1211
1207
|
|
@@ -1225,9 +1221,9 @@ U_NAMESPACE_END
|
|
1225
1221
|
* will be zero if the input string passes all of the
|
1226
1222
|
* enabled checks.
|
1227
1223
|
* @see uspoof_setChecks
|
1228
|
-
* @
|
1224
|
+
* @stable ICU 58
|
1229
1225
|
*/
|
1230
|
-
|
1226
|
+
U_STABLE int32_t U_EXPORT2
|
1231
1227
|
uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status);
|
1232
1228
|
|
1233
1229
|
/**
|
@@ -1238,9 +1234,9 @@ uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *st
|
|
1238
1234
|
* @param status The error code, set if an error occurred.
|
1239
1235
|
* @return The restriction level contained in the USpoofCheckResult
|
1240
1236
|
* @see uspoof_setRestrictionLevel
|
1241
|
-
* @
|
1237
|
+
* @stable ICU 58
|
1242
1238
|
*/
|
1243
|
-
|
1239
|
+
U_STABLE URestrictionLevel U_EXPORT2
|
1244
1240
|
uspoof_getCheckResultRestrictionLevel(const USpoofCheckResult *checkResult, UErrorCode *status);
|
1245
1241
|
|
1246
1242
|
/**
|
@@ -1252,11 +1248,10 @@ uspoof_getCheckResultRestrictionLevel(const USpoofCheckResult *checkResult, UErr
|
|
1252
1248
|
* @param checkResult The instance of USpoofCheckResult created by {@link uspoof_openCheckResult}
|
1253
1249
|
* @return The set of numerics contained in the USpoofCheckResult
|
1254
1250
|
* @param status The error code, set if an error occurred.
|
1255
|
-
* @
|
1251
|
+
* @stable ICU 58
|
1256
1252
|
*/
|
1257
|
-
|
1253
|
+
U_STABLE const USet* U_EXPORT2
|
1258
1254
|
uspoof_getCheckResultNumerics(const USpoofCheckResult *checkResult, UErrorCode *status);
|
1259
|
-
#endif /* U_HIDE_DRAFT_API */
|
1260
1255
|
|
1261
1256
|
|
1262
1257
|
/**
|