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
@@ -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: ucharstriebuilder.h
9
- * encoding: US-ASCII
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 UChar-serializes it.
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 UChar array, without rebuilding.
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 UChar-serialized
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 UChar getElementUnit(int32_t i, int32_t unitIndex) const;
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, UChar unit) const;
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 UChar *units, int32_t len, Node *nextNode);
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 UChar *s;
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 UChar *s, int32_t length);
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
- // UChar serialization of the trie.
178
+ // char16_t serialization of the trie.
179
179
  // Grows from the back: ucharsLength measures from the end of the buffer!
180
- UChar *uchars;
180
+ char16_t *uchars;
181
181
  int32_t ucharsCapacity;
182
182
  int32_t ucharsLength;
183
183
  };
@@ -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,18 +15,18 @@
15
15
 
16
16
  /**
17
17
  * \file
18
- * \brief C++ API: UChar Character Iterator
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 UChar array.
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 UChar array, but also to
28
- * create one that iterates over only a subrange of a UChar array
29
- * (iterators over different subranges of the same UChar array don't
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 UChar array referred to by "textPtr".
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 UChar array to be iterated over
43
- * @param length The length of the UChar array
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(const UChar* textPtr, int32_t length);
46
+ UCharCharacterIterator(ConstChar16Ptr textPtr, int32_t length);
47
47
 
48
48
  /**
49
- * Create an iterator over the UChar array referred to by "textPtr".
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 UChar array to be iteratd over
57
- * @param length The length of the UChar array
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(const UChar* textPtr, int32_t length,
61
+ UCharCharacterIterator(ConstChar16Ptr textPtr, int32_t length,
62
62
  int32_t position);
63
63
 
64
64
  /**
65
- * Create an iterator over the UChar array referred to by "textPtr".
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 UChar array to be iterated over
74
- * @param length The length of the UChar array
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(const UChar* textPtr, int32_t length,
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 UChar first(void);
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 UChar firstPostInc(void);
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 UChar last(void);
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 UChar setIndex(int32_t position);
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 UChar current(void) const;
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 UChar next(void);
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 UChar nextPostInc(void);
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 UChar previous(void);
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(const UChar* newText, int32_t newTextLength);
347
+ void setText(ConstChar16Ptr newText, int32_t newTextLength);
344
348
 
345
349
  /**
346
- * Copies the UChar array under iteration into the UnicodeString
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 UChar* text;
382
+ const char16_t* text;
379
383
 
380
384
  };
381
385
 
@@ -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: uclean.h
9
- * encoding: US-ASCII
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 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 from u_setMemoryFunctions().
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 from u_setMemoryFunctions().
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 from u_setMemoryFunctions().
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 paramter.
181
- * @param context user supplied value, obtained from from u_setMutexFunctions().
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 from u_setMutexFunctions().
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 from u_setAtomicIncDecFunctions().
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
- // 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
  **********************************************************************
@@ -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 recogize different converter names for
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 occured in conversion to unicode, or on open/close of the callback (see reason).
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 occured in conversion from unicode, or on open/close of the callback (see reason).
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 occured
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 occured
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
- * occured.
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 occured
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 subsitution characters
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 localised for
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 occurrs, -1 will be returned otherwise, the codepage number
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