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.
Files changed (368) hide show
  1. checksums.yaml +4 -4
  2. data/COPYING.LIB +502 -0
  3. data/README.md +25 -0
  4. data/Rakefile +8 -8
  5. data/ext/pango/extconf.rb +4 -1
  6. data/ext/pango/pango.def +1 -0
  7. data/ext/pango/rb-pango-attr-list.c +3 -3
  8. data/ext/pango/rb-pango-attribute.c +67 -57
  9. data/ext/pango/rb-pango-conversions.h +3 -3
  10. data/ext/pango/rb-pango-private.h +0 -1
  11. data/ext/pango/rb-pango.c +0 -1
  12. data/ext/pango/rb-pango.h +2 -1
  13. data/lib/2.2/pango.so +0 -0
  14. data/lib/2.3/pango.so +0 -0
  15. data/lib/2.4/pango.so +0 -0
  16. data/lib/2.5/pango.so +0 -0
  17. data/lib/pango/loader.rb +13 -1
  18. data/lib/pango/rectangle.rb +7 -1
  19. data/pango.gemspec +43 -0
  20. data/vendor/local/bin/derb.exe +0 -0
  21. data/vendor/local/bin/escapesrc.exe +0 -0
  22. data/vendor/local/bin/fribidi.exe +0 -0
  23. data/vendor/local/bin/genbrk.exe +0 -0
  24. data/vendor/local/bin/genccode.exe +0 -0
  25. data/vendor/local/bin/gencfu.exe +0 -0
  26. data/vendor/local/bin/gencmn.exe +0 -0
  27. data/vendor/local/bin/gencnval.exe +0 -0
  28. data/vendor/local/bin/gendict.exe +0 -0
  29. data/vendor/local/bin/gennorm2.exe +0 -0
  30. data/vendor/local/bin/genrb.exe +0 -0
  31. data/vendor/local/bin/gensprep.exe +0 -0
  32. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  33. data/vendor/local/bin/hb-shape.exe +0 -0
  34. data/vendor/local/bin/hb-subset.exe +0 -0
  35. data/vendor/local/bin/hb-view.exe +0 -0
  36. data/vendor/local/bin/icu-config +13 -8
  37. data/vendor/local/bin/icuinfo.exe +0 -0
  38. data/vendor/local/bin/icupkg.exe +0 -0
  39. data/vendor/local/bin/libfribidi-0.dll +0 -0
  40. data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
  41. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  42. data/vendor/local/bin/libharfbuzz-subset-0.dll +0 -0
  43. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  44. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  45. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  46. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  47. data/vendor/local/bin/makeconv.exe +0 -0
  48. data/vendor/local/bin/pango-view.exe +0 -0
  49. data/vendor/local/bin/pkgdata.exe +0 -0
  50. data/vendor/local/bin/uconv.exe +0 -0
  51. data/vendor/local/include/fribidi/fribidi-config.h +2 -2
  52. data/vendor/local/include/harfbuzz/hb-blob.h +2 -0
  53. data/vendor/local/include/harfbuzz/hb-common.h +24 -3
  54. data/vendor/local/include/harfbuzz/hb-face.h +4 -0
  55. data/vendor/local/include/harfbuzz/hb-map.h +104 -0
  56. data/vendor/local/include/harfbuzz/hb-ot-layout.h +1 -1
  57. data/vendor/local/include/harfbuzz/hb-set.h +0 -2
  58. data/vendor/local/include/harfbuzz/hb-subset-plan.hh +46 -25
  59. data/vendor/local/include/harfbuzz/hb-subset.h +4 -1
  60. data/vendor/local/include/harfbuzz/hb-version.h +3 -3
  61. data/vendor/local/include/harfbuzz/hb.h +1 -0
  62. data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
  63. data/vendor/local/include/unicode/alphaindex.h +2 -1
  64. data/vendor/local/include/unicode/appendable.h +25 -25
  65. data/vendor/local/include/unicode/basictz.h +1 -1
  66. data/vendor/local/include/unicode/brkiter.h +19 -24
  67. data/vendor/local/include/unicode/bytestream.h +26 -13
  68. data/vendor/local/include/unicode/bytestrie.h +2 -2
  69. data/vendor/local/include/unicode/bytestriebuilder.h +4 -5
  70. data/vendor/local/include/unicode/calendar.h +11 -11
  71. data/vendor/local/include/unicode/caniter.h +3 -3
  72. data/vendor/local/include/unicode/casemap.h +494 -0
  73. data/vendor/local/include/unicode/char16ptr.h +302 -0
  74. data/vendor/local/include/unicode/chariter.h +22 -18
  75. data/vendor/local/include/unicode/choicfmt.h +1 -1
  76. data/vendor/local/include/unicode/coleitr.h +2 -1
  77. data/vendor/local/include/unicode/coll.h +17 -17
  78. data/vendor/local/include/unicode/compactdecimalformat.h +10 -2
  79. data/vendor/local/include/unicode/curramt.h +5 -5
  80. data/vendor/local/include/unicode/currpinf.h +1 -1
  81. data/vendor/local/include/unicode/currunit.h +24 -6
  82. data/vendor/local/include/unicode/datefmt.h +3 -2
  83. data/vendor/local/include/unicode/dbbi.h +1 -1
  84. data/vendor/local/include/unicode/dcfmtsym.h +89 -13
  85. data/vendor/local/include/unicode/decimfmt.h +38 -39
  86. data/vendor/local/include/unicode/docmain.h +7 -2
  87. data/vendor/local/include/unicode/dtfmtsym.h +7 -6
  88. data/vendor/local/include/unicode/dtintrv.h +2 -2
  89. data/vendor/local/include/unicode/dtitvfmt.h +2 -2
  90. data/vendor/local/include/unicode/dtitvinf.h +1 -3
  91. data/vendor/local/include/unicode/dtptngen.h +48 -24
  92. data/vendor/local/include/unicode/dtrule.h +1 -1
  93. data/vendor/local/include/unicode/edits.h +424 -0
  94. data/vendor/local/include/unicode/enumset.h +1 -1
  95. data/vendor/local/include/unicode/errorcode.h +2 -2
  96. data/vendor/local/include/unicode/fieldpos.h +1 -1
  97. data/vendor/local/include/unicode/filteredbrk.h +35 -5
  98. data/vendor/local/include/unicode/fmtable.h +1 -1
  99. data/vendor/local/include/unicode/format.h +1 -1
  100. data/vendor/local/include/unicode/fpositer.h +11 -3
  101. data/vendor/local/include/unicode/gender.h +1 -1
  102. data/vendor/local/include/unicode/gregocal.h +1 -1
  103. data/vendor/local/include/unicode/icudataver.h +1 -1
  104. data/vendor/local/include/unicode/icuplug.h +1 -1
  105. data/vendor/local/include/unicode/idna.h +2 -2
  106. data/vendor/local/include/unicode/listformatter.h +4 -2
  107. data/vendor/local/include/unicode/localpointer.h +6 -43
  108. data/vendor/local/include/unicode/locdspnm.h +2 -1
  109. data/vendor/local/include/unicode/locid.h +7 -6
  110. data/vendor/local/include/unicode/measfmt.h +18 -7
  111. data/vendor/local/include/unicode/measunit.h +31 -60
  112. data/vendor/local/include/unicode/measure.h +1 -1
  113. data/vendor/local/include/unicode/messagepattern.h +2 -2
  114. data/vendor/local/include/unicode/msgfmt.h +2 -2
  115. data/vendor/local/include/unicode/normalizer2.h +130 -16
  116. data/vendor/local/include/unicode/normlzr.h +5 -5
  117. data/vendor/local/include/unicode/nounit.h +111 -0
  118. data/vendor/local/include/unicode/numberformatter.h +2194 -0
  119. data/vendor/local/include/unicode/numfmt.h +81 -7
  120. data/vendor/local/include/unicode/numsys.h +2 -2
  121. data/vendor/local/include/unicode/parseerr.h +3 -3
  122. data/vendor/local/include/unicode/parsepos.h +1 -1
  123. data/vendor/local/include/unicode/platform.h +66 -63
  124. data/vendor/local/include/unicode/plurfmt.h +1 -1
  125. data/vendor/local/include/unicode/plurrule.h +23 -4
  126. data/vendor/local/include/unicode/ptypes.h +1 -1
  127. data/vendor/local/include/unicode/putil.h +4 -4
  128. data/vendor/local/include/unicode/rbbi.h +105 -134
  129. data/vendor/local/include/unicode/rbnf.h +65 -3
  130. data/vendor/local/include/unicode/rbtz.h +1 -1
  131. data/vendor/local/include/unicode/regex.h +17 -17
  132. data/vendor/local/include/unicode/region.h +1 -1
  133. data/vendor/local/include/unicode/reldatefmt.h +4 -5
  134. data/vendor/local/include/unicode/rep.h +4 -4
  135. data/vendor/local/include/unicode/resbund.h +3 -3
  136. data/vendor/local/include/unicode/schriter.h +3 -3
  137. data/vendor/local/include/unicode/scientificnumberformatter.h +1 -1
  138. data/vendor/local/include/unicode/search.h +1 -1
  139. data/vendor/local/include/unicode/selfmt.h +1 -1
  140. data/vendor/local/include/unicode/simpleformatter.h +31 -25
  141. data/vendor/local/include/unicode/simpletz.h +5 -3
  142. data/vendor/local/include/unicode/smpdtfmt.h +17 -7
  143. data/vendor/local/include/unicode/sortkey.h +1 -1
  144. data/vendor/local/include/unicode/std_string.h +6 -8
  145. data/vendor/local/include/unicode/strenum.h +5 -5
  146. data/vendor/local/include/unicode/stringoptions.h +198 -0
  147. data/vendor/local/include/unicode/stringpiece.h +1 -3
  148. data/vendor/local/include/unicode/stringtriebuilder.h +19 -19
  149. data/vendor/local/include/unicode/stsearch.h +1 -1
  150. data/vendor/local/include/unicode/symtable.h +1 -1
  151. data/vendor/local/include/unicode/tblcoll.h +13 -13
  152. data/vendor/local/include/unicode/timezone.h +5 -5
  153. data/vendor/local/include/unicode/tmunit.h +1 -1
  154. data/vendor/local/include/unicode/tmutamt.h +1 -1
  155. data/vendor/local/include/unicode/tmutfmt.h +1 -1
  156. data/vendor/local/include/unicode/translit.h +2 -2
  157. data/vendor/local/include/unicode/tzfmt.h +4 -4
  158. data/vendor/local/include/unicode/tznames.h +3 -5
  159. data/vendor/local/include/unicode/tzrule.h +1 -1
  160. data/vendor/local/include/unicode/tztrans.h +1 -1
  161. data/vendor/local/include/unicode/ubidi.h +11 -8
  162. data/vendor/local/include/unicode/ubiditransform.h +16 -19
  163. data/vendor/local/include/unicode/ubrk.h +61 -4
  164. data/vendor/local/include/unicode/ucal.h +3 -3
  165. data/vendor/local/include/unicode/ucasemap.h +7 -47
  166. data/vendor/local/include/unicode/ucat.h +1 -1
  167. data/vendor/local/include/unicode/uchar.h +62 -37
  168. data/vendor/local/include/unicode/ucharstrie.h +48 -48
  169. data/vendor/local/include/unicode/ucharstriebuilder.h +12 -12
  170. data/vendor/local/include/unicode/uchriter.h +33 -29
  171. data/vendor/local/include/unicode/uclean.h +15 -13
  172. data/vendor/local/include/unicode/ucnv.h +11 -11
  173. data/vendor/local/include/unicode/ucnv_cb.h +1 -1
  174. data/vendor/local/include/unicode/ucnv_err.h +7 -7
  175. data/vendor/local/include/unicode/ucnvsel.h +1 -1
  176. data/vendor/local/include/unicode/ucol.h +6 -6
  177. data/vendor/local/include/unicode/ucoleitr.h +3 -3
  178. data/vendor/local/include/unicode/uconfig.h +8 -5
  179. data/vendor/local/include/unicode/ucsdet.h +7 -3
  180. data/vendor/local/include/unicode/ucurr.h +14 -1
  181. data/vendor/local/include/unicode/udat.h +39 -41
  182. data/vendor/local/include/unicode/udata.h +2 -2
  183. data/vendor/local/include/unicode/udateintervalformat.h +1 -1
  184. data/vendor/local/include/unicode/udatpg.h +56 -5
  185. data/vendor/local/include/unicode/udisplaycontext.h +4 -8
  186. data/vendor/local/include/unicode/uenum.h +5 -3
  187. data/vendor/local/include/unicode/ufieldpositer.h +1 -1
  188. data/vendor/local/include/unicode/uformattable.h +2 -2
  189. data/vendor/local/include/unicode/ugender.h +1 -1
  190. data/vendor/local/include/unicode/uidna.h +2 -2
  191. data/vendor/local/include/unicode/uiter.h +2 -2
  192. data/vendor/local/include/unicode/uldnames.h +1 -1
  193. data/vendor/local/include/unicode/ulistformatter.h +4 -4
  194. data/vendor/local/include/unicode/uloc.h +29 -16
  195. data/vendor/local/include/unicode/ulocdata.h +5 -5
  196. data/vendor/local/include/unicode/umachine.h +81 -38
  197. data/vendor/local/include/unicode/umisc.h +2 -2
  198. data/vendor/local/include/unicode/umsg.h +2 -2
  199. data/vendor/local/include/unicode/unifilt.h +2 -2
  200. data/vendor/local/include/unicode/unifunct.h +1 -1
  201. data/vendor/local/include/unicode/unimatch.h +1 -1
  202. data/vendor/local/include/unicode/unirepl.h +1 -1
  203. data/vendor/local/include/unicode/uniset.h +5 -4
  204. data/vendor/local/include/unicode/unistr.h +322 -208
  205. data/vendor/local/include/unicode/unorm.h +9 -9
  206. data/vendor/local/include/unicode/unorm2.h +3 -26
  207. data/vendor/local/include/unicode/unum.h +71 -11
  208. data/vendor/local/include/unicode/unumsys.h +1 -1
  209. data/vendor/local/include/unicode/uobject.h +2 -2
  210. data/vendor/local/include/unicode/upluralrules.h +51 -6
  211. data/vendor/local/include/unicode/uregex.h +2 -2
  212. data/vendor/local/include/unicode/uregion.h +2 -2
  213. data/vendor/local/include/unicode/ureldatefmt.h +33 -39
  214. data/vendor/local/include/unicode/urename.h +18 -17
  215. data/vendor/local/include/unicode/urep.h +1 -1
  216. data/vendor/local/include/unicode/ures.h +9 -9
  217. data/vendor/local/include/unicode/uscript.h +10 -3
  218. data/vendor/local/include/unicode/usearch.h +3 -3
  219. data/vendor/local/include/unicode/uset.h +2 -2
  220. data/vendor/local/include/unicode/usetiter.h +1 -1
  221. data/vendor/local/include/unicode/ushape.h +3 -3
  222. data/vendor/local/include/unicode/uspoof.h +24 -29
  223. data/vendor/local/include/unicode/usprep.h +7 -7
  224. data/vendor/local/include/unicode/ustdio.h +1 -1
  225. data/vendor/local/include/unicode/ustream.h +2 -9
  226. data/vendor/local/include/unicode/ustring.h +3 -13
  227. data/vendor/local/include/unicode/ustringtrie.h +2 -2
  228. data/vendor/local/include/unicode/utext.h +16 -16
  229. data/vendor/local/include/unicode/utf.h +19 -19
  230. data/vendor/local/include/unicode/utf16.h +128 -8
  231. data/vendor/local/include/unicode/utf32.h +2 -2
  232. data/vendor/local/include/unicode/utf8.h +177 -121
  233. data/vendor/local/include/unicode/utf_old.h +40 -7
  234. data/vendor/local/include/unicode/utmscale.h +8 -1
  235. data/vendor/local/include/unicode/utrace.h +4 -4
  236. data/vendor/local/include/unicode/utrans.h +3 -3
  237. data/vendor/local/include/unicode/utypes.h +13 -10
  238. data/vendor/local/include/unicode/uvernum.h +18 -11
  239. data/vendor/local/include/unicode/uversion.h +10 -4
  240. data/vendor/local/include/unicode/vtzone.h +1 -1
  241. data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +1 -1
  242. data/vendor/local/lib/icu/{58.2 → 61.1}/Makefile.inc +7 -7
  243. data/vendor/local/lib/icu/{58.2 → 61.1}/pkgdata.inc +2 -2
  244. data/vendor/local/lib/icu/Makefile.inc +7 -7
  245. data/vendor/local/lib/icu/pkgdata.inc +2 -2
  246. data/vendor/local/lib/icudt.dll +0 -0
  247. data/vendor/local/lib/{icudt58.dll → icudt61.dll} +0 -0
  248. data/vendor/local/lib/icuin.dll +0 -0
  249. data/vendor/local/lib/icuin61.dll +0 -0
  250. data/vendor/local/lib/icuio.dll +0 -0
  251. data/vendor/local/lib/{icuio58.dll → icuio61.dll} +0 -0
  252. data/vendor/local/lib/icutest.dll +0 -0
  253. data/vendor/local/lib/{icutest58.dll → icutest61.dll} +0 -0
  254. data/vendor/local/lib/icutu.dll +0 -0
  255. data/vendor/local/lib/icutu61.dll +0 -0
  256. data/vendor/local/lib/icuuc.dll +0 -0
  257. data/vendor/local/lib/icuuc61.dll +0 -0
  258. data/vendor/local/lib/libfribidi.dll.a +0 -0
  259. data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
  260. data/vendor/local/lib/libharfbuzz-icu.a +0 -0
  261. data/vendor/local/lib/libharfbuzz-icu.la +3 -3
  262. data/vendor/local/lib/libharfbuzz-subset.dll.a +0 -0
  263. data/vendor/local/lib/libharfbuzz-subset.la +3 -3
  264. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  265. data/vendor/local/lib/libharfbuzz.la +3 -3
  266. data/vendor/local/lib/libicudt.dll.a +0 -0
  267. data/vendor/local/lib/libicuin.dll.a +0 -0
  268. data/vendor/local/lib/libicuio.dll.a +0 -0
  269. data/vendor/local/lib/libicutest.dll.a +0 -0
  270. data/vendor/local/lib/libicutu.dll.a +0 -0
  271. data/vendor/local/lib/libicuuc.dll.a +0 -0
  272. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  273. data/vendor/local/lib/libpango-1.0.la +2 -2
  274. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  275. data/vendor/local/lib/libpangocairo-1.0.la +2 -2
  276. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  277. data/vendor/local/lib/libpangoft2-1.0.la +2 -2
  278. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  279. data/vendor/local/lib/libpangowin32-1.0.la +2 -2
  280. data/vendor/local/lib/pkgconfig/fribidi.pc +1 -1
  281. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
  282. data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +1 -1
  283. data/vendor/local/lib/pkgconfig/harfbuzz.pc +1 -1
  284. data/vendor/local/lib/pkgconfig/icu-i18n.pc +7 -7
  285. data/vendor/local/lib/pkgconfig/icu-io.pc +7 -7
  286. data/vendor/local/lib/pkgconfig/icu-uc.pc +7 -7
  287. data/vendor/local/lib/pkgconfig/pango.pc +2 -2
  288. data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
  289. data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
  290. data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
  291. data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
  292. data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
  293. data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
  294. data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
  295. data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
  296. data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
  297. data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
  298. data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
  299. data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
  300. data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
  301. data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
  302. data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
  303. data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
  304. data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
  305. data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
  306. data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
  307. data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
  308. data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
  309. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +5 -3
  310. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +5 -0
  311. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +1 -0
  312. data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +1 -1
  313. data/vendor/local/share/gtk-doc/html/pango/index.html +1 -1
  314. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +2 -2
  315. data/vendor/local/share/icu/{58.2 → 61.1}/LICENSE +32 -3
  316. data/vendor/local/share/icu/{58.2 → 61.1}/config/mh-mingw64 +4 -0
  317. data/vendor/local/share/icu/{58.2 → 61.1}/install-sh +0 -0
  318. data/vendor/local/share/icu/{58.2 → 61.1}/mkinstalldirs +0 -0
  319. data/vendor/local/share/man/man1/derb.1 +2 -2
  320. data/vendor/local/share/man/man1/genbrk.1 +2 -2
  321. data/vendor/local/share/man/man1/gencfu.1 +1 -1
  322. data/vendor/local/share/man/man1/gencnval.1 +3 -3
  323. data/vendor/local/share/man/man1/gendict.1 +2 -2
  324. data/vendor/local/share/man/man1/genrb.1 +3 -3
  325. data/vendor/local/share/man/man1/icu-config.1 +2 -2
  326. data/vendor/local/share/man/man1/makeconv.1 +5 -5
  327. data/vendor/local/share/man/man1/pkgdata.1 +2 -2
  328. data/vendor/local/share/man/man1/uconv.1 +9 -9
  329. data/vendor/local/share/man/man3/fribidi_charset_to_unicode.3 +98 -0
  330. data/vendor/local/share/man/man3/fribidi_debug_status.3 +44 -0
  331. data/vendor/local/share/man/man3/fribidi_get_bidi_type.3 +58 -0
  332. data/vendor/local/share/man/man3/fribidi_get_bidi_type_name.3 +56 -0
  333. data/vendor/local/share/man/man3/fribidi_get_bidi_types.3 +68 -0
  334. data/vendor/local/share/man/man3/fribidi_get_bracket.3 +59 -0
  335. data/vendor/local/share/man/man3/fribidi_get_bracket_types.3 +73 -0
  336. data/vendor/local/share/man/man3/fribidi_get_joining_type.3 +87 -0
  337. data/vendor/local/share/man/man3/fribidi_get_joining_type_name.3 +83 -0
  338. data/vendor/local/share/man/man3/fribidi_get_joining_types.3 +96 -0
  339. data/vendor/local/share/man/man3/fribidi_get_mirror_char.3 +68 -0
  340. data/vendor/local/share/man/man3/fribidi_get_par_direction.3 +100 -0
  341. data/vendor/local/share/man/man3/fribidi_get_par_embedding_levels.3 +98 -0
  342. data/vendor/local/share/man/man3/fribidi_get_par_embedding_levels_ex.3 +114 -0
  343. data/vendor/local/share/man/man3/fribidi_get_type.3 +50 -0
  344. data/vendor/local/share/man/man3/fribidi_get_type_internal.3 +50 -0
  345. data/vendor/local/share/man/man3/fribidi_join_arabic.3 +92 -0
  346. data/vendor/local/share/man/man3/fribidi_log2vis.3 +124 -0
  347. data/vendor/local/share/man/man3/fribidi_log2vis_get_embedding_levels.3 +97 -0
  348. data/vendor/local/share/man/man3/fribidi_mirroring_status.3 +44 -0
  349. data/vendor/local/share/man/man3/fribidi_parse_charset.3 +78 -0
  350. data/vendor/local/share/man/man3/fribidi_remove_bidi_marks.3 +96 -0
  351. data/vendor/local/share/man/man3/fribidi_reorder_line.3 +146 -0
  352. data/vendor/local/share/man/man3/fribidi_reorder_nsm_status.3 +44 -0
  353. data/vendor/local/share/man/man3/fribidi_set_debug.3 +48 -0
  354. data/vendor/local/share/man/man3/fribidi_set_mirroring.3 +58 -0
  355. data/vendor/local/share/man/man3/fribidi_set_reorder_nsm.3 +60 -0
  356. data/vendor/local/share/man/man3/fribidi_shape.3 +89 -0
  357. data/vendor/local/share/man/man3/fribidi_shape_arabic.3 +95 -0
  358. data/vendor/local/share/man/man3/fribidi_shape_mirroring.3 +71 -0
  359. data/vendor/local/share/man/man3/fribidi_unicode_to_charset.3 +99 -0
  360. data/vendor/local/share/man/man8/genccode.8 +2 -2
  361. data/vendor/local/share/man/man8/gencmn.8 +3 -3
  362. data/vendor/local/share/man/man8/gensprep.8 +3 -3
  363. data/vendor/local/share/man/man8/icupkg.8 +1 -1
  364. metadata +58 -59
  365. data/ext/pango/rb-pango-context.c +0 -79
  366. data/vendor/local/lib/icuin58.dll +0 -0
  367. data/vendor/local/lib/icutu58.dll +0 -0
  368. data/vendor/local/lib/icuuc58.dll +0 -0
@@ -307,7 +307,7 @@ Xhb_ot_layout_lookup_position (hb_font_t *font,
307
307
  #endif
308
308
 
309
309
  /* Optical 'size' feature info. Returns true if found.
310
- * http://www.microsoft.com/typography/otspec/features_pt.htm#size */
310
+ * https://docs.microsoft.com/en-us/typography/opentype/spec/features_pt#size */
311
311
  HB_EXTERN hb_bool_t
312
312
  hb_ot_layout_get_size_params (hb_face_t *face,
313
313
  unsigned int *design_size, /* OUT. May be NULL */
@@ -82,8 +82,6 @@ HB_EXTERN hb_bool_t
82
82
  hb_set_has (const hb_set_t *set,
83
83
  hb_codepoint_t codepoint);
84
84
 
85
- /* Right now limited to 16-bit integers. Eventually will do full codepoint range, sans -1
86
- * which we will use as a sentinel. */
87
85
  HB_EXTERN void
88
86
  hb_set_add (hb_set_t *set,
89
87
  hb_codepoint_t codepoint);
@@ -30,31 +30,67 @@
30
30
  #include "hb-private.hh"
31
31
 
32
32
  #include "hb-subset.h"
33
+ #include "hb-subset-private.hh"
33
34
 
34
35
  #include "hb-object-private.hh"
36
+ #include "hb-map-private.hh"
35
37
 
36
- struct hb_subset_plan_t {
38
+ struct hb_subset_plan_t
39
+ {
37
40
  hb_object_header_t header;
38
41
  ASSERT_POD ();
39
42
 
40
43
  hb_bool_t drop_hints;
41
44
 
42
- // TODO(Q1) actual map, drop this crap
43
- // Look at me ma, I'm a poor mans map codepoint : new gid
44
- // codepoints is sorted and aligned with gids_to_retain.
45
-
46
- // These first two lists provide a mapping from cp -> gid
47
- // As a result it does not list the full set of glyphs to retain.
48
- hb_prealloced_array_t<hb_codepoint_t> codepoints;
49
- hb_prealloced_array_t<hb_codepoint_t> gids_to_retain;
45
+ // For each cp that we'd like to retain maps to the corresponding gid.
46
+ hb_set_t *unicodes;
50
47
 
51
48
  // This list contains the complete set of glyphs to retain and may contain
52
49
  // more glyphs then the lists above.
53
- hb_prealloced_array_t<hb_codepoint_t> gids_to_retain_sorted;
50
+ hb_vector_t<hb_codepoint_t> glyphs;
51
+
52
+ hb_map_t *codepoint_to_glyph;
53
+ hb_map_t *glyph_map;
54
54
 
55
55
  // Plan is only good for a specific source/dest so keep them with it
56
56
  hb_face_t *source;
57
57
  hb_face_t *dest;
58
+
59
+ inline hb_bool_t
60
+ new_gid_for_codepoint (hb_codepoint_t codepoint,
61
+ hb_codepoint_t *new_gid) const
62
+ {
63
+ hb_codepoint_t old_gid = codepoint_to_glyph->get (codepoint);
64
+ if (old_gid == HB_MAP_VALUE_INVALID)
65
+ return false;
66
+
67
+ return new_gid_for_old_gid (old_gid, new_gid);
68
+ }
69
+
70
+ inline hb_bool_t
71
+ new_gid_for_old_gid (hb_codepoint_t old_gid,
72
+ hb_codepoint_t *new_gid) const
73
+ {
74
+ hb_codepoint_t gid = glyph_map->get (old_gid);
75
+ if (gid == HB_MAP_VALUE_INVALID)
76
+ return false;
77
+
78
+ *new_gid = gid;
79
+ return true;
80
+ }
81
+
82
+ inline hb_bool_t
83
+ add_table (hb_tag_t tag,
84
+ hb_blob_t *contents)
85
+ {
86
+ hb_blob_t *source_blob = source->reference_table (tag);
87
+ DEBUG_MSG(SUBSET, nullptr, "add table %c%c%c%c, dest %d bytes, source %d bytes",
88
+ HB_UNTAG(tag),
89
+ hb_blob_get_length (contents),
90
+ hb_blob_get_length (source_blob));
91
+ hb_blob_destroy (source_blob);
92
+ return hb_subset_face_add_table(dest, tag, contents);
93
+ }
58
94
  };
59
95
 
60
96
  typedef struct hb_subset_plan_t hb_subset_plan_t;
@@ -64,21 +100,6 @@ hb_subset_plan_create (hb_face_t *face,
64
100
  hb_subset_profile_t *profile,
65
101
  hb_subset_input_t *input);
66
102
 
67
- HB_INTERNAL hb_bool_t
68
- hb_subset_plan_new_gid_for_old_id(hb_subset_plan_t *plan,
69
- hb_codepoint_t old_gid,
70
- hb_codepoint_t *new_gid /* OUT */);
71
-
72
- HB_INTERNAL hb_bool_t
73
- hb_subset_plan_new_gid_for_codepoint(hb_subset_plan_t *plan,
74
- hb_codepoint_t codepont,
75
- hb_codepoint_t *new_gid /* OUT */);
76
-
77
- HB_INTERNAL hb_bool_t
78
- hb_subset_plan_add_table(hb_subset_plan_t *plan,
79
- hb_tag_t tag,
80
- hb_blob_t *contents);
81
-
82
103
  HB_INTERNAL void
83
104
  hb_subset_plan_destroy (hb_subset_plan_t *plan);
84
105
 
@@ -72,12 +72,15 @@ HB_EXTERN hb_bool_t *
72
72
  hb_subset_input_drop_hints (hb_subset_input_t *subset_input);
73
73
 
74
74
  /* hb_subset() */
75
-
76
75
  HB_EXTERN hb_face_t *
77
76
  hb_subset (hb_face_t *source,
78
77
  hb_subset_profile_t *profile,
79
78
  hb_subset_input_t *input);
80
79
 
80
+ /* hb_subset_get_all_codepoints */
81
+ HB_EXTERN void
82
+ hb_subset_get_all_codepoints (hb_face_t *source, hb_set_t *out);
83
+
81
84
  HB_END_DECLS
82
85
 
83
86
  #endif /* HB_SUBSET_H */
@@ -37,10 +37,10 @@ HB_BEGIN_DECLS
37
37
 
38
38
 
39
39
  #define HB_VERSION_MAJOR 1
40
- #define HB_VERSION_MINOR 7
41
- #define HB_VERSION_MICRO 6
40
+ #define HB_VERSION_MINOR 8
41
+ #define HB_VERSION_MICRO 0
42
42
 
43
- #define HB_VERSION_STRING "1.7.6"
43
+ #define HB_VERSION_STRING "1.8.0"
44
44
 
45
45
  #define HB_VERSION_ATLEAST(major,minor,micro) \
46
46
  ((major)*10000+(minor)*100+(micro) <= \
@@ -38,6 +38,7 @@
38
38
  #include "hb-deprecated.h"
39
39
  #include "hb-face.h"
40
40
  #include "hb-font.h"
41
+ #include "hb-map.h"
41
42
  #include "hb-set.h"
42
43
  #include "hb-shape.h"
43
44
  #include "hb-shape-plan.h"
@@ -4,9 +4,9 @@
4
4
 
5
5
  #define PANGO_VERSION_MAJOR 1
6
6
  #define PANGO_VERSION_MINOR 42
7
- #define PANGO_VERSION_MICRO 0
7
+ #define PANGO_VERSION_MICRO 1
8
8
 
9
- #define PANGO_VERSION_STRING "1.42.0"
9
+ #define PANGO_VERSION_STRING "1.42.1"
10
10
 
11
11
 
12
12
  #endif
@@ -1,4 +1,4 @@
1
- // Copyright (C) 2016 and later: Unicode, Inc. and others.
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,6 +15,7 @@
15
15
  #include "unicode/utypes.h"
16
16
  #include "unicode/uobject.h"
17
17
  #include "unicode/locid.h"
18
+ #include "unicode/unistr.h"
18
19
 
19
20
  #if !UCONFIG_NO_COLLATION
20
21
 
@@ -1,4 +1,4 @@
1
- // Copyright (C) 2016 and later: Unicode, Inc. and others.
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: appendable.h
9
- * encoding: US-ASCII
9
+ * encoding: UTF-8
10
10
  * tab size: 8 (not used)
11
11
  * indentation:4
12
12
  *
@@ -19,7 +19,7 @@
19
19
 
20
20
  /**
21
21
  * \file
22
- * \brief C++ API: Appendable class: Sink for Unicode code points and 16-bit code units (UChars).
22
+ * \brief C++ API: Appendable class: Sink for Unicode code points and 16-bit code units (char16_ts).
23
23
  */
24
24
 
25
25
  #include "unicode/utypes.h"
@@ -34,10 +34,10 @@ class UnicodeString;
34
34
  * Combines elements of Java Appendable and ICU4C ByteSink.
35
35
  *
36
36
  * This class can be used in APIs where it does not matter whether the actual destination is
37
- * a UnicodeString, a UChar[] array, a UnicodeSet, or any other object
37
+ * a UnicodeString, a char16_t[] array, a UnicodeSet, or any other object
38
38
  * that receives and processes characters and/or strings.
39
39
  *
40
- * Implementation classes must implement at least appendCodeUnit(UChar).
40
+ * Implementation classes must implement at least appendCodeUnit(char16_t).
41
41
  * The base class provides default implementations for the other methods.
42
42
  *
43
43
  * The methods do not take UErrorCode parameters.
@@ -62,11 +62,11 @@ public:
62
62
  * @return TRUE if the operation succeeded
63
63
  * @stable ICU 4.8
64
64
  */
65
- virtual UBool appendCodeUnit(UChar c) = 0;
65
+ virtual UBool appendCodeUnit(char16_t c) = 0;
66
66
 
67
67
  /**
68
68
  * Appends a code point.
69
- * The default implementation calls appendCodeUnit(UChar) once or twice.
69
+ * The default implementation calls appendCodeUnit(char16_t) once or twice.
70
70
  * @param c code point 0..0x10ffff
71
71
  * @return TRUE if the operation succeeded
72
72
  * @stable ICU 4.8
@@ -75,20 +75,20 @@ public:
75
75
 
76
76
  /**
77
77
  * Appends a string.
78
- * The default implementation calls appendCodeUnit(UChar) for each code unit.
78
+ * The default implementation calls appendCodeUnit(char16_t) for each code unit.
79
79
  * @param s string, must not be NULL if length!=0
80
80
  * @param length string length, or -1 if NUL-terminated
81
81
  * @return TRUE if the operation succeeded
82
82
  * @stable ICU 4.8
83
83
  */
84
- virtual UBool appendString(const UChar *s, int32_t length);
84
+ virtual UBool appendString(const char16_t *s, int32_t length);
85
85
 
86
86
  /**
87
87
  * Tells the object that the caller is going to append roughly
88
- * appendCapacity UChars. A subclass might use this to pre-allocate
88
+ * appendCapacity char16_ts. A subclass might use this to pre-allocate
89
89
  * a larger buffer if necessary.
90
90
  * The default implementation does nothing. (It always returns TRUE.)
91
- * @param appendCapacity estimated number of UChars that will be appended
91
+ * @param appendCapacity estimated number of char16_ts that will be appended
92
92
  * @return TRUE if the operation succeeded
93
93
  * @stable ICU 4.8
94
94
  */
@@ -102,19 +102,19 @@ public:
102
102
  * The returned buffer is only valid until the next operation
103
103
  * on this Appendable.
104
104
  *
105
- * After writing at most *resultCapacity UChars, call appendString() with the
106
- * pointer returned from this function and the number of UChars written.
107
- * Many appendString() implementations will avoid copying UChars if this function
105
+ * After writing at most *resultCapacity char16_ts, call appendString() with the
106
+ * pointer returned from this function and the number of char16_ts written.
107
+ * Many appendString() implementations will avoid copying char16_ts if this function
108
108
  * returned an internal buffer.
109
109
  *
110
110
  * Partial usage example:
111
111
  * \code
112
112
  * int32_t capacity;
113
- * UChar* buffer = app.getAppendBuffer(..., &capacity);
114
- * ... Write n UChars into buffer, with n <= capacity.
113
+ * char16_t* buffer = app.getAppendBuffer(..., &capacity);
114
+ * ... Write n char16_ts into buffer, with n <= capacity.
115
115
  * app.appendString(buffer, n);
116
116
  * \endcode
117
- * In many implementations, that call to append will avoid copying UChars.
117
+ * In many implementations, that call to append will avoid copying char16_ts.
118
118
  *
119
119
  * If the Appendable allocates or reallocates an internal buffer, it should use
120
120
  * the desiredCapacityHint if appropriate.
@@ -138,9 +138,9 @@ public:
138
138
  * @return a buffer with *resultCapacity>=minCapacity
139
139
  * @stable ICU 4.8
140
140
  */
141
- virtual UChar *getAppendBuffer(int32_t minCapacity,
141
+ virtual char16_t *getAppendBuffer(int32_t minCapacity,
142
142
  int32_t desiredCapacityHint,
143
- UChar *scratch, int32_t scratchCapacity,
143
+ char16_t *scratch, int32_t scratchCapacity,
144
144
  int32_t *resultCapacity);
145
145
  };
146
146
 
@@ -171,7 +171,7 @@ public:
171
171
  * @return TRUE if the operation succeeded
172
172
  * @stable ICU 4.8
173
173
  */
174
- virtual UBool appendCodeUnit(UChar c);
174
+ virtual UBool appendCodeUnit(char16_t c);
175
175
 
176
176
  /**
177
177
  * Appends a code point to the string.
@@ -188,12 +188,12 @@ public:
188
188
  * @return TRUE if the operation succeeded
189
189
  * @stable ICU 4.8
190
190
  */
191
- virtual UBool appendString(const UChar *s, int32_t length);
191
+ virtual UBool appendString(const char16_t *s, int32_t length);
192
192
 
193
193
  /**
194
194
  * Tells the UnicodeString that the caller is going to append roughly
195
- * appendCapacity UChars.
196
- * @param appendCapacity estimated number of UChars that will be appended
195
+ * appendCapacity char16_ts.
196
+ * @param appendCapacity estimated number of char16_ts that will be appended
197
197
  * @return TRUE if the operation succeeded
198
198
  * @stable ICU 4.8
199
199
  */
@@ -220,9 +220,9 @@ public:
220
220
  * @return a buffer with *resultCapacity>=minCapacity
221
221
  * @stable ICU 4.8
222
222
  */
223
- virtual UChar *getAppendBuffer(int32_t minCapacity,
223
+ virtual char16_t *getAppendBuffer(int32_t minCapacity,
224
224
  int32_t desiredCapacityHint,
225
- UChar *scratch, int32_t scratchCapacity,
225
+ char16_t *scratch, int32_t scratchCapacity,
226
226
  int32_t *resultCapacity);
227
227
 
228
228
  private:
@@ -1,4 +1,4 @@
1
- // Copyright (C) 2016 and later: Unicode, Inc. and others.
1
+ // © 2016 and later: Unicode, Inc. and others.
2
2
  // License & terms of use: http://www.unicode.org/copyright.html
3
3
  /*
4
4
  *******************************************************************************
@@ -1,4 +1,4 @@
1
- // Copyright (C) 2016 and later: Unicode, Inc. and others.
1
+ // © 2016 and later: Unicode, Inc. and others.
2
2
  // License & terms of use: http://www.unicode.org/copyright.html
3
3
  /*
4
4
  ********************************************************************************
@@ -250,7 +250,7 @@ public:
250
250
  virtual int32_t next(void) = 0;
251
251
 
252
252
  /**
253
- * Return character index of the current interator position within the text.
253
+ * Return character index of the current iterator position within the text.
254
254
  * @return The boundary most recently returned.
255
255
  * @stable ICU 2.0
256
256
  */
@@ -277,7 +277,7 @@ public:
277
277
  virtual int32_t preceding(int32_t offset) = 0;
278
278
 
279
279
  /**
280
- * Return true if the specfied position is a boundary position.
280
+ * Return true if the specified position is a boundary position.
281
281
  * As a side effect, the current position of the iterator is set
282
282
  * to the first boundary position at or following the specified offset.
283
283
  * @param offset the offset to check.
@@ -292,21 +292,20 @@ public:
292
292
  * does nothing. Negative values move to previous boundaries
293
293
  * and positive values move to later boundaries.
294
294
  * @return The new iterator position, or
295
- * DONE if there are fewer than |n| boundaries in the specfied direction.
295
+ * DONE if there are fewer than |n| boundaries in the specified direction.
296
296
  * @stable ICU 2.0
297
297
  */
298
298
  virtual int32_t next(int32_t n) = 0;
299
299
 
300
300
  /**
301
- * For RuleBasedBreakIterators, return the status tag from the
302
- * break rule that determined the most recently
303
- * returned break position.
301
+ * For RuleBasedBreakIterators, return the status tag from the break rule
302
+ * that determined the boundary at the current iteration position.
304
303
  * <p>
305
304
  * For break iterator types that do not support a rule status,
306
305
  * a default value of 0 is returned.
307
306
  * <p>
308
- * @return the status from the break rule that determined the most recently
309
- * returned break position.
307
+ * @return the status from the break rule that determined the boundary at
308
+ * the current iteration position.
310
309
  * @see RuleBaseBreakIterator::getRuleStatus()
311
310
  * @see UWordBreak
312
311
  * @stable ICU 52
@@ -315,7 +314,7 @@ public:
315
314
 
316
315
  /**
317
316
  * For RuleBasedBreakIterators, get the status (tag) values from the break rule(s)
318
- * that determined the most recently returned break position.
317
+ * that determined the boundary at the current iteration position.
319
318
  * <p>
320
319
  * For break iterator types that do not support rule status,
321
320
  * no values are returned.
@@ -331,10 +330,10 @@ public:
331
330
  * @param fillInVec an array to be filled in with the status values.
332
331
  * @param capacity the length of the supplied vector. A length of zero causes
333
332
  * the function to return the number of status values, in the
334
- * normal way, without attemtping to store any values.
333
+ * normal way, without attempting to store any values.
335
334
  * @param status receives error codes.
336
335
  * @return The number of rule status values from rules that determined
337
- * the most recent boundary returned by the break iterator.
336
+ * the boundary at the current iteration position.
338
337
  * In the event of a U_BUFFER_OVERFLOW_ERROR, the return value
339
338
  * is the total number of status values that were available,
340
339
  * not the reduced number that were actually returned.
@@ -469,7 +468,7 @@ public:
469
468
  static const Locale* U_EXPORT2 getAvailableLocales(int32_t& count);
470
469
 
471
470
  /**
472
- * Get name of the object for the desired Locale, in the desired langauge.
471
+ * Get name of the object for the desired Locale, in the desired language.
473
472
  * @param objectLocale must be from getAvailableLocales.
474
473
  * @param displayLocale specifies the desired locale for output.
475
474
  * @param name the fill-in parameter of the return value
@@ -482,7 +481,7 @@ public:
482
481
  UnicodeString& name);
483
482
 
484
483
  /**
485
- * Get name of the object for the desired Locale, in the langauge of the
484
+ * Get name of the object for the desired Locale, in the language of the
486
485
  * default locale.
487
486
  * @param objectLocale must be from getMatchingLocales
488
487
  * @param name the fill-in parameter of the return value
@@ -616,7 +615,7 @@ public:
616
615
  virtual BreakIterator &refreshInputText(UText *input, UErrorCode &status) = 0;
617
616
 
618
617
  private:
619
- static BreakIterator* buildInstance(const Locale& loc, const char *type, int32_t kind, UErrorCode& status);
618
+ static BreakIterator* buildInstance(const Locale& loc, const char *type, UErrorCode& status);
620
619
  static BreakIterator* createInstance(const Locale& loc, int32_t kind, UErrorCode& status);
621
620
  static BreakIterator* makeInstance(const Locale& loc, int32_t kind, UErrorCode& status);
622
621
 
@@ -629,10 +628,12 @@ protected:
629
628
  /** @internal */
630
629
  BreakIterator();
631
630
  /** @internal */
632
- BreakIterator (const BreakIterator &other) : UObject(other) {}
631
+ BreakIterator (const BreakIterator &other);
633
632
  #ifndef U_HIDE_INTERNAL_API
634
633
  /** @internal */
635
- BreakIterator (const Locale& valid, const Locale& actual);
634
+ BreakIterator (const Locale& valid, const Locale &actual);
635
+ /** @internal. Assignment Operator, used by RuleBasedBreakIterator. */
636
+ BreakIterator &operator = (const BreakIterator &other);
636
637
  #endif /* U_HIDE_INTERNAL_API */
637
638
 
638
639
  private:
@@ -640,12 +641,6 @@ private:
640
641
  /** @internal */
641
642
  char actualLocale[ULOC_FULLNAME_CAPACITY];
642
643
  char validLocale[ULOC_FULLNAME_CAPACITY];
643
-
644
- /**
645
- * The assignment operator has no real implementation.
646
- * It's provided to make the compiler happy. Do not call.
647
- */
648
- BreakIterator& operator=(const BreakIterator&);
649
644
  };
650
645
 
651
646
  #ifndef U_HIDE_DEPRECATED_API
@@ -661,5 +656,5 @@ U_NAMESPACE_END
661
656
 
662
657
  #endif /* #if !UCONFIG_NO_BREAK_ITERATION */
663
658
 
664
- #endif // _BRKITER
659
+ #endif // BRKITER_H
665
660
  //eof