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
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1678,11 +1678,13 @@ contents. If buffer is not empty, it must have content type
|
|
1678
1678
|
<a class="link" href="harfbuzz-Buffers.html#HB-BUFFER-CONTENT-TYPE-UNICODE:CAPS"><code class="literal">HB_BUFFER_CONTENT_TYPE_UNICODE</code></a>.</p>
|
1679
1679
|
<p>If buffer script is not set (ie. is <a class="link" href="harfbuzz-hb-common.html#HB-SCRIPT-INVALID:CAPS"><code class="literal">HB_SCRIPT_INVALID</code></a>), it
|
1680
1680
|
will be set to the Unicode script of the first character in
|
1681
|
-
the buffer that has a script other than <
|
1682
|
-
<
|
1681
|
+
the buffer that has a script other than <code class="literal">HB_SCRIPT_COMMON</code>,
|
1682
|
+
<code class="literal">HB_SCRIPT_INHERITED</code>, and <code class="literal">HB_SCRIPT_UNKNOWN</code>.</p>
|
1683
1683
|
<p>Next, if buffer direction is not set (ie. is <a class="link" href="harfbuzz-hb-common.html#HB-DIRECTION-INVALID:CAPS"><code class="literal">HB_DIRECTION_INVALID</code></a>),
|
1684
1684
|
it will be set to the natural horizontal direction of the
|
1685
|
-
buffer script as returned by <a class="link" href="harfbuzz-hb-common.html#hb-script-get-horizontal-direction" title="hb_script_get_horizontal_direction ()"><code class="function">hb_script_get_horizontal_direction()</code></a
|
1685
|
+
buffer script as returned by <a class="link" href="harfbuzz-hb-common.html#hb-script-get-horizontal-direction" title="hb_script_get_horizontal_direction ()"><code class="function">hb_script_get_horizontal_direction()</code></a>.
|
1686
|
+
If <a class="link" href="harfbuzz-hb-common.html#hb-script-get-horizontal-direction" title="hb_script_get_horizontal_direction ()"><code class="function">hb_script_get_horizontal_direction()</code></a> returns <a class="link" href="harfbuzz-hb-common.html#HB-DIRECTION-INVALID:CAPS"><code class="literal">HB_DIRECTION_INVALID</code></a>,
|
1687
|
+
then <a class="link" href="harfbuzz-hb-common.html#HB-DIRECTION-LTR:CAPS"><code class="literal">HB_DIRECTION_LTR</code></a> is used.</p>
|
1686
1688
|
<p>Finally, if buffer language is not set (ie. is <a class="link" href="harfbuzz-hb-common.html#HB-LANGUAGE-INVALID:CAPS" title="HB_LANGUAGE_INVALID"><code class="literal">HB_LANGUAGE_INVALID</code></a>),
|
1687
1689
|
it will be set to the process's default language as returned by
|
1688
1690
|
<a class="link" href="harfbuzz-hb-common.html#hb-language-get-default" title="hb_language_get_default ()"><code class="function">hb_language_get_default()</code></a>. This may change in the future by
|
@@ -700,6 +700,11 @@ hb_language_get_default (<em class="parameter"><code><span class="type">void</sp
|
|
700
700
|
<td> </td>
|
701
701
|
</tr>
|
702
702
|
<tr>
|
703
|
+
<td class="enum_member_name"><p><a name="HB-SCRIPT-DOGRA:CAPS"></a>HB_SCRIPT_DOGRA</p></td>
|
704
|
+
<td> </td>
|
705
|
+
<td> </td>
|
706
|
+
</tr>
|
707
|
+
<tr>
|
703
708
|
<td class="enum_member_name"><p><a name="HB-SCRIPT-INVALID:CAPS"></a>HB_SCRIPT_INVALID</p></td>
|
704
709
|
<td> </td>
|
705
710
|
<td> </td>
|
@@ -587,6 +587,7 @@
|
|
587
587
|
<keyword type="constant" name="HB_SCRIPT_BASSA_VAH" link="harfbuzz-hb-common.html#HB-SCRIPT-BASSA-VAH:CAPS"/>
|
588
588
|
<keyword type="constant" name="HB_SCRIPT_ADLAM" link="harfbuzz-hb-common.html#HB-SCRIPT-ADLAM:CAPS"/>
|
589
589
|
<keyword type="constant" name="HB_SCRIPT_MASARAM_GONDI" link="harfbuzz-hb-common.html#HB-SCRIPT-MASARAM-GONDI:CAPS"/>
|
590
|
+
<keyword type="constant" name="HB_SCRIPT_DOGRA" link="harfbuzz-hb-common.html#HB-SCRIPT-DOGRA:CAPS"/>
|
590
591
|
<keyword type="constant" name="HB_SCRIPT_INVALID" link="harfbuzz-hb-common.html#HB-SCRIPT-INVALID:CAPS"/>
|
591
592
|
<keyword type="constant" name="_HB_SCRIPT_MAX_VALUE" link="harfbuzz-hb-common.html#HB-SCRIPT-MAX-VALUE:CAPS"/>
|
592
593
|
<keyword type="constant" name="_HB_SCRIPT_MAX_VALUE_SIGNED" link="harfbuzz-hb-common.html#HB-SCRIPT-MAX-VALUE-SIGNED:CAPS"/>
|
@@ -14,7 +14,7 @@
|
|
14
14
|
<div class="titlepage">
|
15
15
|
<div>
|
16
16
|
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Pango Reference Manual</p></th></tr></table></div>
|
17
|
-
<div><p class="releaseinfo">for Pango 1.42.
|
17
|
+
<div><p class="releaseinfo">for Pango 1.42.1
|
18
18
|
</p></div>
|
19
19
|
</div>
|
20
20
|
<hr>
|
@@ -387,14 +387,14 @@ be modified or freed. </p>
|
|
387
387
|
<hr>
|
388
388
|
<div class="refsect2">
|
389
389
|
<a name="PANGO-VERSION-MICRO:CAPS"></a><h3>PANGO_VERSION_MICRO</h3>
|
390
|
-
<pre class="programlisting">#define PANGO_VERSION_MICRO
|
390
|
+
<pre class="programlisting">#define PANGO_VERSION_MICRO 1
|
391
391
|
</pre>
|
392
392
|
<p>The micro component of the version of Pango available at compile-time.</p>
|
393
393
|
</div>
|
394
394
|
<hr>
|
395
395
|
<div class="refsect2">
|
396
396
|
<a name="PANGO-VERSION-STRING:CAPS"></a><h3>PANGO_VERSION_STRING</h3>
|
397
|
-
<pre class="programlisting">#define PANGO_VERSION_STRING "1.42.
|
397
|
+
<pre class="programlisting">#define PANGO_VERSION_STRING "1.42.1"
|
398
398
|
</pre>
|
399
399
|
<p>A string literal containing the version of Pango available at compile-time.</p>
|
400
400
|
</div>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
|
2
2
|
|
3
|
-
Copyright © 1991-
|
4
|
-
Distributed under the Terms of Use in http://www.unicode.org/copyright.html
|
3
|
+
Copyright © 1991-2018 Unicode, Inc. All rights reserved.
|
4
|
+
Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
|
5
5
|
|
6
6
|
Permission is hereby granted, free of charge, to any person obtaining
|
7
7
|
a copy of the Unicode data files and any associated documentation
|
@@ -131,7 +131,7 @@ property of their respective owners.
|
|
131
131
|
# ---------COPYING.libtabe ---- BEGIN--------------------
|
132
132
|
#
|
133
133
|
# /*
|
134
|
-
# *
|
134
|
+
# * Copyright (c) 1999 TaBE Project.
|
135
135
|
# * Copyright (c) 1999 Pai-Hsiang Hsiao.
|
136
136
|
# * All rights reserved.
|
137
137
|
# *
|
@@ -383,3 +383,32 @@ Database section 7.
|
|
383
383
|
# by ICANN or the IETF Trust on the database or the code. Any person
|
384
384
|
# making a contribution to the database or code waives all rights to
|
385
385
|
# future claims in that contribution or in the TZ Database.
|
386
|
+
|
387
|
+
6. Google double-conversion
|
388
|
+
|
389
|
+
Copyright 2006-2011, the V8 project authors. All rights reserved.
|
390
|
+
Redistribution and use in source and binary forms, with or without
|
391
|
+
modification, are permitted provided that the following conditions are
|
392
|
+
met:
|
393
|
+
|
394
|
+
* Redistributions of source code must retain the above copyright
|
395
|
+
notice, this list of conditions and the following disclaimer.
|
396
|
+
* Redistributions in binary form must reproduce the above
|
397
|
+
copyright notice, this list of conditions and the following
|
398
|
+
disclaimer in the documentation and/or other materials provided
|
399
|
+
with the distribution.
|
400
|
+
* Neither the name of Google Inc. nor the names of its
|
401
|
+
contributors may be used to endorse or promote products derived
|
402
|
+
from this software without specific prior written permission.
|
403
|
+
|
404
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
405
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
406
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
407
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
408
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
409
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
410
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
411
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
412
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
413
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
414
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
@@ -28,6 +28,10 @@ else
|
|
28
28
|
STATICCPPFLAGS = -DU_STATIC_IMPLEMENTATION
|
29
29
|
endif
|
30
30
|
|
31
|
+
## ICU requires a minimum target of Windows 7, and MinGW does not set this by default.
|
32
|
+
## https://msdn.microsoft.com/en-us/library/aa383745.aspx
|
33
|
+
CPPFLAGS += -DWINVER=0x0601 -D_WIN32_WINNT=0x0601
|
34
|
+
|
31
35
|
## Flags for position independent code
|
32
36
|
SHAREDLIBCFLAGS =
|
33
37
|
SHAREDLIBCXXFLAGS =
|
File without changes
|
File without changes
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\" License & terms of use: http://www.unicode.org/copyright.html
|
7
7
|
.\" Copyright (C) 2000-2014 IBM, Inc. and others.
|
8
8
|
.\"
|
9
|
-
.TH DERB 1 "7 Mar 2014" "ICU MANPAGE" "ICU
|
9
|
+
.TH DERB 1 "7 Mar 2014" "ICU MANPAGE" "ICU 61.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B derb
|
12
12
|
\- disassemble a resource bundle
|
@@ -180,7 +180,7 @@ This is the set which is guaranteed to be available regardless of code page.
|
|
180
180
|
.TP 10
|
181
181
|
.B ICU_DATA
|
182
182
|
Specifies the directory containing ICU data. Defaults to
|
183
|
-
.BR ${prefix}/share/icu/
|
183
|
+
.BR ${prefix}/share/icu/61.1/ .
|
184
184
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
185
185
|
important to make sure that it is present if
|
186
186
|
.B ICU_DATA
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\" License & terms of use: http://www.unicode.org/copyright.html
|
7
7
|
.\" Copyright (C) 2005-2006 International Business Machines Corporation and others
|
8
8
|
.\"
|
9
|
-
.TH GENBRK 1 "2 December 2005" "ICU MANPAGE" "ICU
|
9
|
+
.TH GENBRK 1 "2 December 2005" "ICU MANPAGE" "ICU 61.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B genbrk
|
12
12
|
\- Compiles ICU break iteration rules source files into binary data files
|
@@ -96,7 +96,7 @@ with the BOM.
|
|
96
96
|
.TP 10
|
97
97
|
.B ICU_DATA
|
98
98
|
Specifies the directory containing ICU data. Defaults to
|
99
|
-
.BR ${prefix}/share/icu/
|
99
|
+
.BR ${prefix}/share/icu/61.1/ .
|
100
100
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
101
101
|
important to make sure that it is present if
|
102
102
|
.B ICU_DATA
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\" License & terms of use: http://www.unicode.org/copyright.html
|
7
7
|
.\" Copyright (C) 2012 International Business Machines Corporation and others
|
8
8
|
.\"
|
9
|
-
.TH GENCFU 1 "24 May 2009" "ICU MANPAGE" "ICU
|
9
|
+
.TH GENCFU 1 "24 May 2009" "ICU MANPAGE" "ICU 61.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B gencfu
|
12
12
|
\- Generates Unicode Confusable data files
|
@@ -9,7 +9,7 @@
|
|
9
9
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
10
10
|
.\" Manual page by George Rhoten
|
11
11
|
.\"
|
12
|
-
.TH GENCNVAL 1 "11 March 2004" "ICU MANPAGE" "ICU
|
12
|
+
.TH GENCNVAL 1 "11 March 2004" "ICU MANPAGE" "ICU 61.1 Manual"
|
13
13
|
.SH NAME
|
14
14
|
.B gencnval
|
15
15
|
\- compile the converters aliases file
|
@@ -75,7 +75,7 @@ The default destination directory is specified by the environment variable
|
|
75
75
|
.TP 10
|
76
76
|
.B ICU_DATA
|
77
77
|
Specifies the directory containing ICU data. Defaults to
|
78
|
-
.BR ${prefix}/share/icu/
|
78
|
+
.BR ${prefix}/share/icu/61.1/ .
|
79
79
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
80
80
|
important to make sure that it is present if
|
81
81
|
.B ICU_DATA
|
@@ -86,7 +86,7 @@ is set.
|
|
86
86
|
Description of ICU's converters and their aliases. This data file is not
|
87
87
|
normally installed, and it is available as a part of ICU source code.
|
88
88
|
.SH VERSION
|
89
|
-
|
89
|
+
61.1
|
90
90
|
.SH COPYRIGHT
|
91
91
|
Copyright (C) 2000-2004 IBM, Inc. and others.
|
92
92
|
.SH SEE ALSO
|
@@ -6,7 +6,7 @@
|
|
6
6
|
.\" License & terms of use: http://www.unicode.org/copyright.html
|
7
7
|
.\" Copyright (C) 2012 International Business Machines Corporation and others
|
8
8
|
.\"
|
9
|
-
.TH GENDICT 1 "1 June 2012" "ICU MANPAGE" "ICU
|
9
|
+
.TH GENDICT 1 "1 June 2012" "ICU MANPAGE" "ICU 61.1 Manual"
|
10
10
|
.SH NAME
|
11
11
|
.B gendict
|
12
12
|
\- Compiles word list into ICU string trie dictionary
|
@@ -117,7 +117,7 @@ must be specified.
|
|
117
117
|
.TP 10
|
118
118
|
.B ICU_DATA
|
119
119
|
Specifies the directory containing ICU data. Defaults to
|
120
|
-
.BR ${prefix}/share/icu/
|
120
|
+
.BR ${prefix}/share/icu/61.1/ .
|
121
121
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
122
122
|
important to make sure that it is present if
|
123
123
|
.B ICU_DATA
|
@@ -8,7 +8,7 @@
|
|
8
8
|
.\"
|
9
9
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
10
10
|
.\"
|
11
|
-
.TH GENRB 1 "16 April 2002" "ICU MANPAGE" "ICU
|
11
|
+
.TH GENRB 1 "16 April 2002" "ICU MANPAGE" "ICU 61.1 Manual"
|
12
12
|
.SH NAME
|
13
13
|
.B genrb
|
14
14
|
\- compile a resource bundle
|
@@ -133,13 +133,13 @@ This is the set which is guaranteed to be available regardless of code page.
|
|
133
133
|
.TP 10
|
134
134
|
.B ICU_DATA
|
135
135
|
Specifies the directory containing ICU data. Defaults to
|
136
|
-
.BR ${prefix}/share/icu/
|
136
|
+
.BR ${prefix}/share/icu/61.1/ .
|
137
137
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
138
138
|
important to make sure that it is present if
|
139
139
|
.B ICU_DATA
|
140
140
|
is set.
|
141
141
|
.SH VERSION
|
142
|
-
|
142
|
+
61.1
|
143
143
|
.SH COPYRIGHT
|
144
144
|
Copyright (C) 2000-2002 IBM, Inc. and others.
|
145
145
|
.SH SEE ALSO
|
@@ -10,7 +10,7 @@
|
|
10
10
|
.\" Modified by Steven R. Loomis <srl@jtcsv.com>.
|
11
11
|
.\" With help from http://www.igpm.rwth-aachen.de/~albrecht/manpage.html
|
12
12
|
|
13
|
-
.TH ICU-CONFIG 1 "17 May 2004" "ICU MANPAGE" "ICU
|
13
|
+
.TH ICU-CONFIG 1 "17 May 2004" "ICU MANPAGE" "ICU 61.1 Manual"
|
14
14
|
.\".Dd "17 May 2004"
|
15
15
|
.\".Dt ICU-CONFIG 1
|
16
16
|
.\".Os
|
@@ -281,7 +281,7 @@ Prints the 'Makefile.inc' path, suitable for use with pkgdata(1)'s \-O option.
|
|
281
281
|
.SH AUTHORS
|
282
282
|
Steven Loomis
|
283
283
|
.SH VERSION
|
284
|
-
|
284
|
+
61.1
|
285
285
|
.SH COPYRIGHT
|
286
286
|
Copyright (C) 2002-2004 IBM, Inc. and others.
|
287
287
|
|
@@ -8,7 +8,7 @@
|
|
8
8
|
.\"
|
9
9
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
10
10
|
.\"
|
11
|
-
.TH MAKECONV 1 "16 April 2002" "ICU MANPAGE" "ICU
|
11
|
+
.TH MAKECONV 1 "16 April 2002" "ICU MANPAGE" "ICU 61.1 Manual"
|
12
12
|
.SH NAME
|
13
13
|
.B makeconv
|
14
14
|
\- compile a converter table
|
@@ -51,14 +51,14 @@ be understood by
|
|
51
51
|
.BR makeconv .
|
52
52
|
The ICU ucm format is similar to the IBM NLTC upmap/tpmap/rpmap files.
|
53
53
|
Comments in the
|
54
|
-
.I
|
54
|
+
.I convertertable
|
55
55
|
are handled as follows. If a comment (starting with a `#' sign) that
|
56
56
|
is after some text does contain the fallback indicator `|' then only
|
57
57
|
the text starting with the `#' sign, and ending before the `|' sign,
|
58
58
|
is ignored.
|
59
59
|
Otherwise, or if the comment is the first thing on the line,
|
60
60
|
the comment runs up to the end of the line. This special
|
61
|
-
handling of comments is to
|
61
|
+
handling of comments is to accommodate the practice of putting fallback
|
62
62
|
information in comments in the strict IBM NLTC ucmap format.
|
63
63
|
.PP
|
64
64
|
Note that new converters will be automatically found by ICU after their
|
@@ -98,13 +98,13 @@ packaged one.
|
|
98
98
|
.TP 10
|
99
99
|
.B ICU_DATA
|
100
100
|
Specifies the directory containing ICU data. Defaults to
|
101
|
-
.BR ${prefix}/share/icu/
|
101
|
+
.BR ${prefix}/share/icu/61.1/ .
|
102
102
|
Some tools in ICU depend on the presence of the trailing slash. It is thus
|
103
103
|
important to make sure that it is present if
|
104
104
|
.B ICU_DATA
|
105
105
|
is set.
|
106
106
|
.SH VERSION
|
107
|
-
|
107
|
+
61.1
|
108
108
|
.SH COPYRIGHT
|
109
109
|
Copyright (C) 2000 IBM, Inc. and others.
|
110
110
|
.SH SEE ALSO
|
@@ -9,7 +9,7 @@
|
|
9
9
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
10
10
|
.\" Modified by Michael Ow <mow@us.ibm.com>.
|
11
11
|
.\"
|
12
|
-
.TH PKGDATA 1 "6 February 2009" "ICU MANPAGE" "ICU
|
12
|
+
.TH PKGDATA 1 "6 February 2009" "ICU MANPAGE" "ICU 61.1 Manual"
|
13
13
|
.SH NAME
|
14
14
|
.B pkgdata
|
15
15
|
\- package data for use by ICU
|
@@ -254,7 +254,7 @@ Steven Loomis
|
|
254
254
|
.br
|
255
255
|
Yves Arrouye
|
256
256
|
.SH VERSION
|
257
|
-
|
257
|
+
61.1
|
258
258
|
.SH COPYRIGHT
|
259
259
|
Copyright (C) 2000-2009 IBM, Inc. and others.
|
260
260
|
|
@@ -8,7 +8,7 @@
|
|
8
8
|
.\"
|
9
9
|
.\" Manual page by Yves Arrouye <yves@realnames.com>.
|
10
10
|
.\"
|
11
|
-
.TH UCONV 1 "2005-jul-1" "ICU MANPAGE" "ICU
|
11
|
+
.TH UCONV 1 "2005-jul-1" "ICU MANPAGE" "ICU 61.1 Manual"
|
12
12
|
.SH NAME
|
13
13
|
.B uconv
|
14
14
|
\- convert data from one encoding to another
|
@@ -109,7 +109,7 @@ When calling
|
|
109
109
|
it is possible to specify callbacks that are used to handle invalid
|
110
110
|
characters in the input, or characters that cannot be transcoded to
|
111
111
|
the destination encoding. Some encodings, for example, offer a default
|
112
|
-
substitution character that can be used to represent the
|
112
|
+
substitution character that can be used to represent the occurrence of
|
113
113
|
such characters in the input. Other callbacks offer a useful visual
|
114
114
|
representation of the invalid data.
|
115
115
|
.PP
|
@@ -188,7 +188,7 @@ Run the given
|
|
188
188
|
.IR transliteration
|
189
189
|
on the transcoded Unicode data,
|
190
190
|
and use the transliterated data as input for the transcoding to
|
191
|
-
the
|
191
|
+
the destination encoding.
|
192
192
|
.TP
|
193
193
|
.BI "\-\-to\-callback" " callback"
|
194
194
|
Use
|
@@ -278,7 +278,7 @@ is displayed when it is called with
|
|
278
278
|
.PP
|
279
279
|
.TP \w'\fBescape-unicode'u+3n
|
280
280
|
.B substitute
|
281
|
-
Write the
|
281
|
+
Write the encoding's substitute sequence, or the Unicode
|
282
282
|
replacement character
|
283
283
|
.B U+FFFD
|
284
284
|
when transcoding to Unicode.
|
@@ -357,7 +357,7 @@ is the hexadecimal value of the Unicode codepoint.
|
|
357
357
|
That hexadecimal string is of variable length and can use from 4 to
|
358
358
|
6 digits.
|
359
359
|
This is the format universally used to denote a Unicode codepoint in
|
360
|
-
the
|
360
|
+
the literature, delimited by curly braces for easy recognition of those
|
361
361
|
substitutions in the output.
|
362
362
|
.SH EXAMPLES
|
363
363
|
Convert data from a given
|
@@ -418,10 +418,10 @@ and map Katakana to Hiragana:
|
|
418
418
|
.B " \-x '::nfkc; [:Cc:] >; ::katakana-hiragana;'"
|
419
419
|
.SH CAVEATS AND BUGS
|
420
420
|
.B uconv
|
421
|
-
does report errors as
|
421
|
+
does report errors as occurring at the first invalid byte
|
422
422
|
encountered. This may be confusing to users of GNU
|
423
423
|
.BR iconv (1),
|
424
|
-
which reports errors as
|
424
|
+
which reports errors as occurring at the first byte of an invalid
|
425
425
|
sequence. For multi-byte character sets or encodings, this means that
|
426
426
|
.BR uconv
|
427
427
|
error positions may be at a later offset in the input stream than
|
@@ -432,13 +432,13 @@ The reporting of error positions when a transliterator is used may be
|
|
432
432
|
inaccurate or unavailable, in which case
|
433
433
|
.BR uconv
|
434
434
|
will report the offset in the output stream at which the error
|
435
|
-
|
435
|
+
occurred.
|
436
436
|
.SH AUTHORS
|
437
437
|
Jonas Utterstroem
|
438
438
|
.br
|
439
439
|
Yves Arrouye
|
440
440
|
.SH VERSION
|
441
|
-
|
441
|
+
61.1
|
442
442
|
.SH COPYRIGHT
|
443
443
|
Copyright (C) 2000-2005 IBM, Inc. and others.
|
444
444
|
.SH SEE ALSO
|
@@ -0,0 +1,98 @@
|
|
1
|
+
.\" WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
|
2
|
+
.\" DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
|
3
|
+
.TH "fribidi_charset_to_unicode" 3 "19 February 2018" "c2man fribidi-char-sets.h" "Programmer's Manual"
|
4
|
+
.SH "NAME"
|
5
|
+
fribidi_charset_to_unicode \- convert string to Unicode
|
6
|
+
.SH "SYNOPSIS"
|
7
|
+
.ft B
|
8
|
+
#include <fribidi.h>
|
9
|
+
.sp
|
10
|
+
extern FriBidiStrIndex fribidi_charset_to_unicode
|
11
|
+
.br
|
12
|
+
(
|
13
|
+
.br
|
14
|
+
FriBidiCharSet char_set,
|
15
|
+
.br
|
16
|
+
const char *s,
|
17
|
+
.br
|
18
|
+
FriBidiStrIndex len,
|
19
|
+
.br
|
20
|
+
FriBidiChar *us
|
21
|
+
.br
|
22
|
+
);
|
23
|
+
.ft R
|
24
|
+
.SH "PARAMETERS"
|
25
|
+
.TP
|
26
|
+
.B "FriBidiCharSet char_set"
|
27
|
+
Character set to convert from.
|
28
|
+
.sp
|
29
|
+
Possible values for a \fBFriBidiCharSet\fR are as follows:
|
30
|
+
.RS 0.75in
|
31
|
+
.PD 0
|
32
|
+
.ft B
|
33
|
+
.nr TL \w'FRIBIDI_CHAR_SET_ISO8859_6'u+0.2i
|
34
|
+
.ft R
|
35
|
+
.TP \n(TLu
|
36
|
+
\fBFRIBIDI_CHAR_SET_UTF8\fR
|
37
|
+
UTF-8 (Unicode).
|
38
|
+
.TP \n(TLu
|
39
|
+
\fBFRIBIDI_CHAR_SET_CAP_RTL\fR
|
40
|
+
CapRTL (Test).
|
41
|
+
.TP \n(TLu
|
42
|
+
\fBFRIBIDI_CHAR_SET_ISO8859_6\fR
|
43
|
+
ISO8859-6 (Arabic).
|
44
|
+
.TP \n(TLu
|
45
|
+
\fBFRIBIDI_CHAR_SET_ISO8859_8\fR
|
46
|
+
ISO8859-8 (Hebrew).
|
47
|
+
.TP \n(TLu
|
48
|
+
\fBFRIBIDI_CHAR_SET_CP1255\fR
|
49
|
+
CP1255 (MS Hebrew/Yiddish).
|
50
|
+
.TP \n(TLu
|
51
|
+
\fBFRIBIDI_CHAR_SET_CP1256\fR
|
52
|
+
CP1256 (MS Arabic).
|
53
|
+
.RE
|
54
|
+
.PD
|
55
|
+
.TP
|
56
|
+
.B "const char *s"
|
57
|
+
Input string encoded in char_set.
|
58
|
+
.TP
|
59
|
+
.B "FriBidiStrIndex len"
|
60
|
+
Input string length.
|
61
|
+
.TP
|
62
|
+
.B "FriBidiChar *us"
|
63
|
+
Output Unicode string.
|
64
|
+
.SH "DESCRIPTION"
|
65
|
+
This function converts an string from a character set, to a Unicode string.
|
66
|
+
.SH "RETURNS"
|
67
|
+
The length of the new string.
|
68
|
+
.SH "SEE ALSO"
|
69
|
+
fribidi_shape_arabic(3),
|
70
|
+
fribidi_get_par_direction(3),
|
71
|
+
fribidi_get_par_embedding_levels_ex(3),
|
72
|
+
fribidi_reorder_line(3),
|
73
|
+
fribidi_get_bidi_type(3),
|
74
|
+
fribidi_get_bidi_types(3),
|
75
|
+
fribidi_get_bidi_type_name(3),
|
76
|
+
fribidi_debug_status(3),
|
77
|
+
fribidi_set_debug(3),
|
78
|
+
fribidi_unicode_to_charset(3),
|
79
|
+
fribidi_parse_charset(3),
|
80
|
+
fribidi_mirroring_status(3),
|
81
|
+
fribidi_set_mirroring(3),
|
82
|
+
fribidi_reorder_nsm_status(3),
|
83
|
+
fribidi_set_reorder_nsm(3),
|
84
|
+
fribidi_log2vis_get_embedding_levels(3),
|
85
|
+
fribidi_get_type(3),
|
86
|
+
fribidi_get_type_internal(3),
|
87
|
+
fribidi_remove_bidi_marks(3),
|
88
|
+
fribidi_log2vis(3),
|
89
|
+
fribidi_get_par_embedding_levels(3),
|
90
|
+
fribidi_join_arabic(3),
|
91
|
+
fribidi_get_joining_type(3),
|
92
|
+
fribidi_get_joining_types(3),
|
93
|
+
fribidi_get_joining_type_name(3),
|
94
|
+
fribidi_get_mirror_char(3),
|
95
|
+
fribidi_shape_mirroring(3),
|
96
|
+
fribidi_get_bracket(3),
|
97
|
+
fribidi_get_bracket_types(3),
|
98
|
+
fribidi_shape(3)
|