pango 3.2.5-x64-mingw32 → 3.2.6-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
*******************************************************************************
|
@@ -6,7 +6,7 @@
|
|
6
6
|
* Corporation and others. All Rights Reserved.
|
7
7
|
*******************************************************************************
|
8
8
|
* file name: ucharstriebuilder.h
|
9
|
-
* encoding:
|
9
|
+
* encoding: UTF-8
|
10
10
|
* tab size: 8 (not used)
|
11
11
|
* indentation:4
|
12
12
|
*
|
@@ -89,21 +89,21 @@ public:
|
|
89
89
|
UCharsTrie *build(UStringTrieBuildOption buildOption, UErrorCode &errorCode);
|
90
90
|
|
91
91
|
/**
|
92
|
-
* Builds a UCharsTrie for the add()ed data and
|
92
|
+
* Builds a UCharsTrie for the add()ed data and char16_t-serializes it.
|
93
93
|
* Once built, no further data can be add()ed until clear() is called.
|
94
94
|
*
|
95
95
|
* A UCharsTrie cannot be empty. At least one (string, value) pair
|
96
96
|
* must have been add()ed.
|
97
97
|
*
|
98
98
|
* Multiple calls to buildUnicodeString() set the UnicodeStrings to the
|
99
|
-
* builder's same
|
99
|
+
* builder's same char16_t array, without rebuilding.
|
100
100
|
* If buildUnicodeString() is called after build(), the trie will be
|
101
101
|
* re-serialized into a new array.
|
102
102
|
* If build() is called after buildUnicodeString(), the trie object will become
|
103
103
|
* the owner of the previously returned array.
|
104
104
|
* After clear() has been called, a new array will be used as well.
|
105
105
|
* @param buildOption Build option, see UStringTrieBuildOption.
|
106
|
-
* @param result A UnicodeString which will be set to the
|
106
|
+
* @param result A UnicodeString which will be set to the char16_t-serialized
|
107
107
|
* UCharsTrie for the add()ed data.
|
108
108
|
* @param errorCode Standard ICU error code. Its input value must
|
109
109
|
* pass the U_SUCCESS() test, or else the function returns
|
@@ -135,14 +135,14 @@ private:
|
|
135
135
|
void buildUChars(UStringTrieBuildOption buildOption, UErrorCode &errorCode);
|
136
136
|
|
137
137
|
virtual int32_t getElementStringLength(int32_t i) const;
|
138
|
-
virtual
|
138
|
+
virtual char16_t getElementUnit(int32_t i, int32_t unitIndex) const;
|
139
139
|
virtual int32_t getElementValue(int32_t i) const;
|
140
140
|
|
141
141
|
virtual int32_t getLimitOfLinearMatch(int32_t first, int32_t last, int32_t unitIndex) const;
|
142
142
|
|
143
143
|
virtual int32_t countElementUnits(int32_t start, int32_t limit, int32_t unitIndex) const;
|
144
144
|
virtual int32_t skipElementsBySomeUnits(int32_t i, int32_t unitIndex, int32_t count) const;
|
145
|
-
virtual int32_t indexOfElementWithNextUnit(int32_t i, int32_t unitIndex,
|
145
|
+
virtual int32_t indexOfElementWithNextUnit(int32_t i, int32_t unitIndex, char16_t unit) const;
|
146
146
|
|
147
147
|
virtual UBool matchNodesCanHaveValues() const { return TRUE; }
|
148
148
|
|
@@ -152,11 +152,11 @@ private:
|
|
152
152
|
|
153
153
|
class UCTLinearMatchNode : public LinearMatchNode {
|
154
154
|
public:
|
155
|
-
UCTLinearMatchNode(const
|
155
|
+
UCTLinearMatchNode(const char16_t *units, int32_t len, Node *nextNode);
|
156
156
|
virtual UBool operator==(const Node &other) const;
|
157
157
|
virtual void write(StringTrieBuilder &builder);
|
158
158
|
private:
|
159
|
-
const
|
159
|
+
const char16_t *s;
|
160
160
|
};
|
161
161
|
|
162
162
|
virtual Node *createLinearMatchNode(int32_t i, int32_t unitIndex, int32_t length,
|
@@ -164,7 +164,7 @@ private:
|
|
164
164
|
|
165
165
|
UBool ensureCapacity(int32_t length);
|
166
166
|
virtual int32_t write(int32_t unit);
|
167
|
-
int32_t write(const
|
167
|
+
int32_t write(const char16_t *s, int32_t length);
|
168
168
|
virtual int32_t writeElementUnits(int32_t i, int32_t unitIndex, int32_t length);
|
169
169
|
virtual int32_t writeValueAndFinal(int32_t i, UBool isFinal);
|
170
170
|
virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node);
|
@@ -175,9 +175,9 @@ private:
|
|
175
175
|
int32_t elementsCapacity;
|
176
176
|
int32_t elementsLength;
|
177
177
|
|
178
|
-
//
|
178
|
+
// char16_t serialization of the trie.
|
179
179
|
// Grows from the back: ucharsLength measures from the end of the buffer!
|
180
|
-
|
180
|
+
char16_t *uchars;
|
181
181
|
int32_t ucharsCapacity;
|
182
182
|
int32_t ucharsLength;
|
183
183
|
};
|
@@ -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
|
**********************************************************************
|
@@ -15,18 +15,18 @@
|
|
15
15
|
|
16
16
|
/**
|
17
17
|
* \file
|
18
|
-
* \brief C++ API:
|
18
|
+
* \brief C++ API: char16_t Character Iterator
|
19
19
|
*/
|
20
20
|
|
21
21
|
U_NAMESPACE_BEGIN
|
22
22
|
|
23
23
|
/**
|
24
24
|
* A concrete subclass of CharacterIterator that iterates over the
|
25
|
-
* characters (code units or code points) in a
|
25
|
+
* characters (code units or code points) in a char16_t array.
|
26
26
|
* It's possible not only to create an
|
27
|
-
* iterator that iterates over an entire
|
28
|
-
* create one that iterates over only a subrange of a
|
29
|
-
* (iterators over different subranges of the same
|
27
|
+
* iterator that iterates over an entire char16_t array, but also to
|
28
|
+
* create one that iterates over only a subrange of a char16_t array
|
29
|
+
* (iterators over different subranges of the same char16_t array don't
|
30
30
|
* compare equal).
|
31
31
|
* @see CharacterIterator
|
32
32
|
* @see ForwardCharacterIterator
|
@@ -35,34 +35,34 @@ U_NAMESPACE_BEGIN
|
|
35
35
|
class U_COMMON_API UCharCharacterIterator : public CharacterIterator {
|
36
36
|
public:
|
37
37
|
/**
|
38
|
-
* Create an iterator over the
|
38
|
+
* Create an iterator over the char16_t array referred to by "textPtr".
|
39
39
|
* The iteration range is 0 to <code>length-1</code>.
|
40
40
|
* text is only aliased, not adopted (the
|
41
41
|
* destructor will not delete it).
|
42
|
-
* @param textPtr The
|
43
|
-
* @param length The length of the
|
42
|
+
* @param textPtr The char16_t array to be iterated over
|
43
|
+
* @param length The length of the char16_t array
|
44
44
|
* @stable ICU 2.0
|
45
45
|
*/
|
46
|
-
UCharCharacterIterator(
|
46
|
+
UCharCharacterIterator(ConstChar16Ptr textPtr, int32_t length);
|
47
47
|
|
48
48
|
/**
|
49
|
-
* Create an iterator over the
|
49
|
+
* Create an iterator over the char16_t array referred to by "textPtr".
|
50
50
|
* The iteration range is 0 to <code>length-1</code>.
|
51
51
|
* text is only aliased, not adopted (the
|
52
52
|
* destructor will not delete it).
|
53
53
|
* The starting
|
54
54
|
* position is specified by "position". If "position" is outside the valid
|
55
55
|
* iteration range, the behavior of this object is undefined.
|
56
|
-
* @param textPtr The
|
57
|
-
* @param length The length of the
|
56
|
+
* @param textPtr The char16_t array to be iteratd over
|
57
|
+
* @param length The length of the char16_t array
|
58
58
|
* @param position The starting position of the iteration
|
59
59
|
* @stable ICU 2.0
|
60
60
|
*/
|
61
|
-
UCharCharacterIterator(
|
61
|
+
UCharCharacterIterator(ConstChar16Ptr textPtr, int32_t length,
|
62
62
|
int32_t position);
|
63
63
|
|
64
64
|
/**
|
65
|
-
* Create an iterator over the
|
65
|
+
* Create an iterator over the char16_t array referred to by "textPtr".
|
66
66
|
* The iteration range is 0 to <code>end-1</code>.
|
67
67
|
* text is only aliased, not adopted (the
|
68
68
|
* destructor will not delete it).
|
@@ -70,14 +70,14 @@ public:
|
|
70
70
|
* position is specified by "position". If begin and end do not
|
71
71
|
* form a valid iteration range or "position" is outside the valid
|
72
72
|
* iteration range, the behavior of this object is undefined.
|
73
|
-
* @param textPtr The
|
74
|
-
* @param length The length of the
|
73
|
+
* @param textPtr The char16_t array to be iterated over
|
74
|
+
* @param length The length of the char16_t array
|
75
75
|
* @param textBegin The begin position of the iteration range
|
76
76
|
* @param textEnd The end position of the iteration range
|
77
77
|
* @param position The starting position of the iteration
|
78
78
|
* @stable ICU 2.0
|
79
79
|
*/
|
80
|
-
UCharCharacterIterator(
|
80
|
+
UCharCharacterIterator(ConstChar16Ptr textPtr, int32_t length,
|
81
81
|
int32_t textBegin,
|
82
82
|
int32_t textEnd,
|
83
83
|
int32_t position);
|
@@ -141,7 +141,7 @@ public:
|
|
141
141
|
* @return the first code unit in its iteration range.
|
142
142
|
* @stable ICU 2.0
|
143
143
|
*/
|
144
|
-
virtual
|
144
|
+
virtual char16_t first(void);
|
145
145
|
|
146
146
|
/**
|
147
147
|
* Sets the iterator to refer to the first code unit in its
|
@@ -151,7 +151,7 @@ public:
|
|
151
151
|
* @return the first code unit in its iteration range
|
152
152
|
* @stable ICU 2.0
|
153
153
|
*/
|
154
|
-
virtual
|
154
|
+
virtual char16_t firstPostInc(void);
|
155
155
|
|
156
156
|
/**
|
157
157
|
* Sets the iterator to refer to the first code point in its
|
@@ -181,7 +181,7 @@ public:
|
|
181
181
|
* @return the last code unit in its iteration range.
|
182
182
|
* @stable ICU 2.0
|
183
183
|
*/
|
184
|
-
virtual
|
184
|
+
virtual char16_t last(void);
|
185
185
|
|
186
186
|
/**
|
187
187
|
* Sets the iterator to refer to the last code point in its
|
@@ -200,7 +200,7 @@ public:
|
|
200
200
|
* @return the code unit
|
201
201
|
* @stable ICU 2.0
|
202
202
|
*/
|
203
|
-
virtual
|
203
|
+
virtual char16_t setIndex(int32_t position);
|
204
204
|
|
205
205
|
/**
|
206
206
|
* Sets the iterator to refer to the beginning of the code point
|
@@ -220,7 +220,7 @@ public:
|
|
220
220
|
* @return the code unit the iterator currently refers to.
|
221
221
|
* @stable ICU 2.0
|
222
222
|
*/
|
223
|
-
virtual
|
223
|
+
virtual char16_t current(void) const;
|
224
224
|
|
225
225
|
/**
|
226
226
|
* Returns the code point the iterator currently refers to.
|
@@ -236,7 +236,7 @@ public:
|
|
236
236
|
* @return the next code unit in the iteration range.
|
237
237
|
* @stable ICU 2.0
|
238
238
|
*/
|
239
|
-
virtual
|
239
|
+
virtual char16_t next(void);
|
240
240
|
|
241
241
|
/**
|
242
242
|
* Gets the current code unit for returning and advances to the next code unit
|
@@ -246,7 +246,7 @@ public:
|
|
246
246
|
* @return the current code unit.
|
247
247
|
* @stable ICU 2.0
|
248
248
|
*/
|
249
|
-
virtual
|
249
|
+
virtual char16_t nextPostInc(void);
|
250
250
|
|
251
251
|
/**
|
252
252
|
* Advances to the next code point in the iteration range (toward
|
@@ -288,7 +288,7 @@ public:
|
|
288
288
|
* @return the previous code unit in the iteration range.
|
289
289
|
* @stable ICU 2.0
|
290
290
|
*/
|
291
|
-
virtual
|
291
|
+
virtual char16_t previous(void);
|
292
292
|
|
293
293
|
/**
|
294
294
|
* Advances to the previous code point in the iteration range (toward
|
@@ -334,16 +334,20 @@ public:
|
|
334
334
|
* @return the new position
|
335
335
|
* @stable ICU 2.0
|
336
336
|
*/
|
337
|
+
#ifdef move32
|
338
|
+
// One of the system headers right now is sometimes defining a conflicting macro we don't use
|
339
|
+
#undef move32
|
340
|
+
#endif
|
337
341
|
virtual int32_t move32(int32_t delta, EOrigin origin);
|
338
342
|
|
339
343
|
/**
|
340
344
|
* Sets the iterator to iterate over a new range of text
|
341
345
|
* @stable ICU 2.0
|
342
346
|
*/
|
343
|
-
void setText(
|
347
|
+
void setText(ConstChar16Ptr newText, int32_t newTextLength);
|
344
348
|
|
345
349
|
/**
|
346
|
-
* Copies the
|
350
|
+
* Copies the char16_t array under iteration into the UnicodeString
|
347
351
|
* referred to by "result". Even if this iterator iterates across
|
348
352
|
* only a part of this string, the whole string is copied.
|
349
353
|
* @param result Receives a copy of the text under iteration.
|
@@ -375,7 +379,7 @@ protected:
|
|
375
379
|
* Protected member text
|
376
380
|
* @stable ICU 2.0
|
377
381
|
*/
|
378
|
-
const
|
382
|
+
const char16_t* text;
|
379
383
|
|
380
384
|
};
|
381
385
|
|
@@ -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
|
* Corporation and others. All Rights Reserved.
|
7
7
|
******************************************************************************
|
8
8
|
* file name: uclean.h
|
9
|
-
* encoding:
|
9
|
+
* encoding: UTF-8
|
10
10
|
* tab size: 8 (not used)
|
11
11
|
* indentation:4
|
12
12
|
*
|
@@ -70,7 +70,7 @@ u_init(UErrorCode *status);
|
|
70
70
|
* This has the effect of restoring ICU to its initial condition, before
|
71
71
|
* any of these override functions were installed. Refer to
|
72
72
|
* u_setMemoryFunctions(), u_setMutexFunctions and
|
73
|
-
* utrace_setFunctions(). If ICU is to be reinitialized after
|
73
|
+
* utrace_setFunctions(). If ICU is to be reinitialized after
|
74
74
|
* calling u_cleanup(), these runtime override functions will need to
|
75
75
|
* be set up again if they are still required.
|
76
76
|
* <p>
|
@@ -101,10 +101,10 @@ u_init(UErrorCode *status);
|
|
101
101
|
U_STABLE void U_EXPORT2
|
102
102
|
u_cleanup(void);
|
103
103
|
|
104
|
-
|
104
|
+
U_CDECL_BEGIN
|
105
105
|
/**
|
106
106
|
* Pointer type for a user supplied memory allocation function.
|
107
|
-
* @param context user supplied value, obtained from
|
107
|
+
* @param context user supplied value, obtained from u_setMemoryFunctions().
|
108
108
|
* @param size The number of bytes to be allocated
|
109
109
|
* @return Pointer to the newly allocated memory, or NULL if the allocation failed.
|
110
110
|
* @stable ICU 2.8
|
@@ -113,7 +113,7 @@ u_cleanup(void);
|
|
113
113
|
typedef void *U_CALLCONV UMemAllocFn(const void *context, size_t size);
|
114
114
|
/**
|
115
115
|
* Pointer type for a user supplied memory re-allocation function.
|
116
|
-
* @param context user supplied value, obtained from
|
116
|
+
* @param context user supplied value, obtained from u_setMemoryFunctions().
|
117
117
|
* @param size The number of bytes to be allocated
|
118
118
|
* @return Pointer to the newly allocated memory, or NULL if the allocation failed.
|
119
119
|
* @stable ICU 2.8
|
@@ -123,7 +123,7 @@ typedef void *U_CALLCONV UMemReallocFn(const void *context, void *mem, size_t si
|
|
123
123
|
/**
|
124
124
|
* Pointer type for a user supplied memory free function. Behavior should be
|
125
125
|
* similar the standard C library free().
|
126
|
-
* @param context user supplied value, obtained from
|
126
|
+
* @param context user supplied value, obtained from u_setMemoryFunctions().
|
127
127
|
* @param mem Pointer to the memory block to be resized
|
128
128
|
* @param size The new size for the block
|
129
129
|
* @return Pointer to the resized memory block, or NULL if the resizing failed.
|
@@ -149,9 +149,10 @@ typedef void U_CALLCONV UMemFreeFn (const void *context, void *mem);
|
|
149
149
|
* @system
|
150
150
|
*/
|
151
151
|
U_STABLE void U_EXPORT2
|
152
|
-
u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f,
|
152
|
+
u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCONV_FPTR r, UMemFreeFn * U_CALLCONV_FPTR f,
|
153
153
|
UErrorCode *status);
|
154
154
|
|
155
|
+
U_CDECL_END
|
155
156
|
|
156
157
|
#ifndef U_HIDE_DEPRECATED_API
|
157
158
|
/*********************************************************************************
|
@@ -172,13 +173,14 @@ u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMem
|
|
172
173
|
*/
|
173
174
|
typedef void *UMTX;
|
174
175
|
|
176
|
+
U_CDECL_BEGIN
|
175
177
|
/**
|
176
178
|
* Function Pointer type for a user supplied mutex initialization function.
|
177
179
|
* The user-supplied function will be called by ICU whenever ICU needs to create a
|
178
180
|
* new mutex. The function implementation should create a mutex, and store a pointer
|
179
181
|
* to something that uniquely identifies the mutex into the UMTX that is supplied
|
180
|
-
* as a
|
181
|
-
* @param context user supplied value, obtained from
|
182
|
+
* as a parameter.
|
183
|
+
* @param context user supplied value, obtained from u_setMutexFunctions().
|
182
184
|
* @param mutex Receives a pointer that identifies the new mutex.
|
183
185
|
* The mutex init function must set the UMTX to a non-null value.
|
184
186
|
* Subsequent calls by ICU to lock, unlock, or destroy a mutex will
|
@@ -195,13 +197,13 @@ typedef void U_CALLCONV UMtxInitFn (const void *context, UMTX *mutex, UErrorCod
|
|
195
197
|
* Function Pointer type for a user supplied mutex functions.
|
196
198
|
* One of the user-supplied functions with this signature will be called by ICU
|
197
199
|
* whenever ICU needs to lock, unlock, or destroy a mutex.
|
198
|
-
* @param context user supplied value, obtained from
|
200
|
+
* @param context user supplied value, obtained from u_setMutexFunctions().
|
199
201
|
* @param mutex specify the mutex on which to operate.
|
200
202
|
* @deprecated ICU 52. This function is no longer supported.
|
201
203
|
* @system
|
202
204
|
*/
|
203
205
|
typedef void U_CALLCONV UMtxFn (const void *context, UMTX *mutex);
|
204
|
-
|
206
|
+
U_CDECL_END
|
205
207
|
|
206
208
|
/**
|
207
209
|
* Set the functions that ICU will use for mutex operations
|
@@ -227,7 +229,7 @@ u_setMutexFunctions(const void *context, UMtxInitFn *init, UMtxFn *destroy, UMtx
|
|
227
229
|
|
228
230
|
/**
|
229
231
|
* Pointer type for a user supplied atomic increment or decrement function.
|
230
|
-
* @param context user supplied value, obtained from
|
232
|
+
* @param context user supplied value, obtained from u_setAtomicIncDecFunctions().
|
231
233
|
* @param p Pointer to a 32 bit int to be incremented or decremented
|
232
234
|
* @return The value of the variable after the inc or dec operation.
|
233
235
|
* @deprecated ICU 52. This function is no longer supported.
|
@@ -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,7 +29,7 @@
|
|
29
29
|
* converter, you can get its properties, set options, convert your data and
|
30
30
|
* close the converter.</p>
|
31
31
|
*
|
32
|
-
* <p>Since many software programs
|
32
|
+
* <p>Since many software programs recognize different converter names for
|
33
33
|
* different types of converters, there are other functions in this API to
|
34
34
|
* iterate over the converter aliases. The functions {@link ucnv_getAvailableName() },
|
35
35
|
* {@link ucnv_getAlias() } and {@link ucnv_getStandardName() } are some of the
|
@@ -184,7 +184,7 @@ typedef enum {
|
|
184
184
|
|
185
185
|
/**
|
186
186
|
* Function pointer for error callback in the codepage to unicode direction.
|
187
|
-
* Called when an error has
|
187
|
+
* Called when an error has occurred in conversion to unicode, or on open/close of the callback (see reason).
|
188
188
|
* @param context Pointer to the callback's private data
|
189
189
|
* @param args Information about the conversion in progress
|
190
190
|
* @param codeUnits Points to 'length' bytes of the concerned codepage sequence
|
@@ -207,7 +207,7 @@ typedef void (U_EXPORT2 *UConverterToUCallback) (
|
|
207
207
|
|
208
208
|
/**
|
209
209
|
* Function pointer for error callback in the unicode to codepage direction.
|
210
|
-
* Called when an error has
|
210
|
+
* Called when an error has occurred in conversion from unicode, or on open/close of the callback (see reason).
|
211
211
|
* @param context Pointer to the callback's private data
|
212
212
|
* @param args Information about the conversion in progress
|
213
213
|
* @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
|
@@ -353,7 +353,7 @@ ucnv_compareNames(const char *name1, const char *name2);
|
|
353
353
|
* ucnv_getAlias for a complete list that is available.
|
354
354
|
* If this parameter is NULL, the default converter will be used.
|
355
355
|
* @param err outgoing error status <TT>U_MEMORY_ALLOCATION_ERROR, U_FILE_ACCESS_ERROR</TT>
|
356
|
-
* @return the created Unicode converter object, or <TT>NULL</TT> if an error
|
356
|
+
* @return the created Unicode converter object, or <TT>NULL</TT> if an error occurred
|
357
357
|
* @see ucnv_openU
|
358
358
|
* @see ucnv_openCCSID
|
359
359
|
* @see ucnv_getAvailableName
|
@@ -386,7 +386,7 @@ ucnv_open(const char *converterName, UErrorCode *err);
|
|
386
386
|
* @param err outgoing error status <TT>U_MEMORY_ALLOCATION_ERROR,
|
387
387
|
* U_FILE_ACCESS_ERROR</TT>
|
388
388
|
* @return the created Unicode converter object, or <TT>NULL</TT> if an
|
389
|
-
* error
|
389
|
+
* error occurred
|
390
390
|
* @see ucnv_open
|
391
391
|
* @see ucnv_openCCSID
|
392
392
|
* @see ucnv_close
|
@@ -452,7 +452,7 @@ ucnv_openU(const UChar *name,
|
|
452
452
|
* @param platform the platform in which the codepage number exists
|
453
453
|
* @param err error status <TT>U_MEMORY_ALLOCATION_ERROR, U_FILE_ACCESS_ERROR</TT>
|
454
454
|
* @return the created Unicode converter object, or <TT>NULL</TT> if an error
|
455
|
-
*
|
455
|
+
* occurred.
|
456
456
|
* @see ucnv_open
|
457
457
|
* @see ucnv_openU
|
458
458
|
* @see ucnv_close
|
@@ -489,7 +489,7 @@ ucnv_openCCSID(int32_t codepage,
|
|
489
489
|
* @param packageName name of the package (equivalent to 'path' in udata_open() call)
|
490
490
|
* @param converterName name of the data item to be used, without suffix.
|
491
491
|
* @param err outgoing error status <TT>U_MEMORY_ALLOCATION_ERROR, U_FILE_ACCESS_ERROR</TT>
|
492
|
-
* @return the created Unicode converter object, or <TT>NULL</TT> if an error
|
492
|
+
* @return the created Unicode converter object, or <TT>NULL</TT> if an error occurred
|
493
493
|
* @see udata_open
|
494
494
|
* @see ucnv_open
|
495
495
|
* @see ucnv_safeClone
|
@@ -596,7 +596,7 @@ U_NAMESPACE_END
|
|
596
596
|
* stateful, then subChars will be an empty string.
|
597
597
|
*
|
598
598
|
* @param converter the Unicode converter
|
599
|
-
* @param subChars the
|
599
|
+
* @param subChars the substitution characters
|
600
600
|
* @param len on input the capacity of subChars, on output the number
|
601
601
|
* of bytes copied to it
|
602
602
|
* @param err the outgoing error status code.
|
@@ -832,7 +832,7 @@ ucnv_getMinCharSize(const UConverter *converter);
|
|
832
832
|
* name will be filled in.
|
833
833
|
*
|
834
834
|
* @param converter the Unicode converter.
|
835
|
-
* @param displayLocale is the specific Locale we want to
|
835
|
+
* @param displayLocale is the specific Locale we want to localized for
|
836
836
|
* @param displayName user provided buffer to be filled in
|
837
837
|
* @param displayNameCapacity size of displayName Buffer
|
838
838
|
* @param err error status code
|
@@ -877,7 +877,7 @@ ucnv_getName(const UConverter *converter, UErrorCode *err);
|
|
877
877
|
*
|
878
878
|
* @param converter the Unicode converter
|
879
879
|
* @param err the error status code.
|
880
|
-
* @return If any error
|
880
|
+
* @return If any error occurs, -1 will be returned otherwise, the codepage number
|
881
881
|
* will be returned
|
882
882
|
* @see ucnv_openCCSID
|
883
883
|
* @see ucnv_getPlatform
|