pango 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (407) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +21 -2
  3. data/lib/2.0/pango.so +0 -0
  4. data/vendor/local/bin/derb.exe +0 -0
  5. data/vendor/local/bin/genbrk.exe +0 -0
  6. data/vendor/local/bin/genccode.exe +0 -0
  7. data/vendor/local/bin/gencfu.exe +0 -0
  8. data/vendor/local/bin/gencmn.exe +0 -0
  9. data/vendor/local/bin/gencnval.exe +0 -0
  10. data/vendor/local/bin/gendict.exe +0 -0
  11. data/vendor/local/bin/gennorm2.exe +0 -0
  12. data/vendor/local/bin/genrb.exe +0 -0
  13. data/vendor/local/bin/gensprep.exe +0 -0
  14. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  15. data/vendor/local/bin/hb-shape.exe +0 -0
  16. data/vendor/local/bin/hb-view.exe +0 -0
  17. data/vendor/local/bin/icu-config +820 -0
  18. data/vendor/local/bin/icuinfo.exe +0 -0
  19. data/vendor/local/bin/icupkg.exe +0 -0
  20. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  21. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  22. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  23. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  24. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  25. data/vendor/local/bin/libstdc++-6.dll +0 -0
  26. data/vendor/local/bin/makeconv.exe +0 -0
  27. data/vendor/local/bin/pango-querymodules.exe +0 -0
  28. data/vendor/local/bin/pango-view.exe +0 -0
  29. data/vendor/local/bin/pkgdata.exe +0 -0
  30. data/vendor/local/bin/uconv.exe +0 -0
  31. data/vendor/local/etc/pango/pango.modules +3 -3
  32. data/vendor/local/include/harfbuzz/hb-blob.h +3 -4
  33. data/vendor/local/include/harfbuzz/hb-buffer.h +22 -1
  34. data/vendor/local/include/harfbuzz/hb-common.h +23 -18
  35. data/vendor/local/include/harfbuzz/hb-icu.h +52 -0
  36. data/vendor/local/include/harfbuzz/hb-ot-font.h +41 -0
  37. data/vendor/local/include/harfbuzz/hb-ot-layout.h +11 -3
  38. data/vendor/local/include/harfbuzz/hb-ot-shape.h +10 -11
  39. data/vendor/local/include/harfbuzz/hb-ot.h +1 -0
  40. data/vendor/local/include/harfbuzz/hb-version.h +7 -7
  41. data/vendor/local/include/layout/LEFontInstance.h +550 -0
  42. data/vendor/local/include/layout/LEGlyphFilter.h +45 -0
  43. data/vendor/local/include/layout/LEGlyphStorage.h +546 -0
  44. data/vendor/local/include/layout/LEInsertionList.h +177 -0
  45. data/vendor/local/include/layout/LELanguages.h +112 -0
  46. data/vendor/local/include/layout/LEScripts.h +263 -0
  47. data/vendor/local/include/layout/LESwaps.h +100 -0
  48. data/vendor/local/include/layout/LETableReference.h +418 -0
  49. data/vendor/local/include/layout/LETypes.h +728 -0
  50. data/vendor/local/include/layout/LayoutEngine.h +518 -0
  51. data/vendor/local/include/layout/ParagraphLayout.h +747 -0
  52. data/vendor/local/include/layout/RunArrays.h +676 -0
  53. data/vendor/local/include/layout/loengine.h +225 -0
  54. data/vendor/local/include/layout/playout.h +466 -0
  55. data/vendor/local/include/layout/plruns.h +441 -0
  56. data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
  57. data/vendor/local/include/pango-1.0/pango/pango-font.h +3 -1
  58. data/vendor/local/include/pango-1.0/pango/pango-item.h +11 -2
  59. data/vendor/local/include/unicode/alphaindex.h +752 -0
  60. data/vendor/local/include/unicode/appendable.h +232 -0
  61. data/vendor/local/include/unicode/basictz.h +214 -0
  62. data/vendor/local/include/unicode/brkiter.h +655 -0
  63. data/vendor/local/include/unicode/bytestream.h +257 -0
  64. data/vendor/local/include/unicode/bytestrie.h +519 -0
  65. data/vendor/local/include/unicode/bytestriebuilder.h +181 -0
  66. data/vendor/local/include/unicode/calendar.h +2519 -0
  67. data/vendor/local/include/unicode/caniter.h +208 -0
  68. data/vendor/local/include/unicode/chariter.h +722 -0
  69. data/vendor/local/include/unicode/choicfmt.h +594 -0
  70. data/vendor/local/include/unicode/coleitr.h +404 -0
  71. data/vendor/local/include/unicode/coll.h +1267 -0
  72. data/vendor/local/include/unicode/compactdecimalformat.h +330 -0
  73. data/vendor/local/include/unicode/curramt.h +130 -0
  74. data/vendor/local/include/unicode/currpinf.h +258 -0
  75. data/vendor/local/include/unicode/currunit.h +110 -0
  76. data/vendor/local/include/unicode/datefmt.h +883 -0
  77. data/vendor/local/include/unicode/dbbi.h +40 -0
  78. data/vendor/local/include/unicode/dcfmtsym.h +482 -0
  79. data/vendor/local/include/unicode/decimfmt.h +2479 -0
  80. data/vendor/local/include/unicode/docmain.h +215 -0
  81. data/vendor/local/include/unicode/dtfmtsym.h +912 -0
  82. data/vendor/local/include/unicode/dtintrv.h +158 -0
  83. data/vendor/local/include/unicode/dtitvfmt.h +985 -0
  84. data/vendor/local/include/unicode/dtitvinf.h +514 -0
  85. data/vendor/local/include/unicode/dtptngen.h +498 -0
  86. data/vendor/local/include/unicode/dtrule.h +250 -0
  87. data/vendor/local/include/unicode/enumset.h +64 -0
  88. data/vendor/local/include/unicode/errorcode.h +137 -0
  89. data/vendor/local/include/unicode/fieldpos.h +291 -0
  90. data/vendor/local/include/unicode/filteredbrk.h +131 -0
  91. data/vendor/local/include/unicode/fmtable.h +760 -0
  92. data/vendor/local/include/unicode/format.h +305 -0
  93. data/vendor/local/include/unicode/fpositer.h +117 -0
  94. data/vendor/local/include/unicode/gender.h +111 -0
  95. data/vendor/local/include/unicode/gregocal.h +777 -0
  96. data/vendor/local/include/unicode/icudataver.h +41 -0
  97. data/vendor/local/include/unicode/icuplug.h +371 -0
  98. data/vendor/local/include/unicode/idna.h +323 -0
  99. data/vendor/local/include/unicode/listformatter.h +167 -0
  100. data/vendor/local/include/unicode/localpointer.h +304 -0
  101. data/vendor/local/include/unicode/locdspnm.h +204 -0
  102. data/vendor/local/include/unicode/locid.h +815 -0
  103. data/vendor/local/include/unicode/measfmt.h +389 -0
  104. data/vendor/local/include/unicode/measunit.h +1443 -0
  105. data/vendor/local/include/unicode/measure.h +159 -0
  106. data/vendor/local/include/unicode/messagepattern.h +943 -0
  107. data/vendor/local/include/unicode/msgfmt.h +1093 -0
  108. data/vendor/local/include/unicode/normalizer2.h +658 -0
  109. data/vendor/local/include/unicode/normlzr.h +797 -0
  110. data/vendor/local/include/unicode/numfmt.h +1187 -0
  111. data/vendor/local/include/unicode/numsys.h +208 -0
  112. data/vendor/local/include/unicode/parseerr.h +92 -0
  113. data/vendor/local/include/unicode/parsepos.h +230 -0
  114. data/vendor/local/include/unicode/platform.h +751 -0
  115. data/vendor/local/include/unicode/plurfmt.h +615 -0
  116. data/vendor/local/include/unicode/plurrule.h +501 -0
  117. data/vendor/local/include/unicode/ptypes.h +126 -0
  118. data/vendor/local/include/unicode/putil.h +181 -0
  119. data/vendor/local/include/unicode/rbbi.h +782 -0
  120. data/vendor/local/include/unicode/rbnf.h +1032 -0
  121. data/vendor/local/include/unicode/rbtz.h +362 -0
  122. data/vendor/local/include/unicode/regex.h +1857 -0
  123. data/vendor/local/include/unicode/region.h +228 -0
  124. data/vendor/local/include/unicode/reldatefmt.h +498 -0
  125. data/vendor/local/include/unicode/rep.h +261 -0
  126. data/vendor/local/include/unicode/resbund.h +490 -0
  127. data/vendor/local/include/unicode/schriter.h +187 -0
  128. data/vendor/local/include/unicode/scientificformathelper.h +139 -0
  129. data/vendor/local/include/unicode/search.h +575 -0
  130. data/vendor/local/include/unicode/selfmt.h +367 -0
  131. data/vendor/local/include/unicode/simpletz.h +928 -0
  132. data/vendor/local/include/unicode/smpdtfmt.h +1592 -0
  133. data/vendor/local/include/unicode/sortkey.h +338 -0
  134. data/vendor/local/include/unicode/std_string.h +37 -0
  135. data/vendor/local/include/unicode/strenum.h +276 -0
  136. data/vendor/local/include/unicode/stringpiece.h +224 -0
  137. data/vendor/local/include/unicode/stringtriebuilder.h +402 -0
  138. data/vendor/local/include/unicode/stsearch.h +504 -0
  139. data/vendor/local/include/unicode/symtable.h +112 -0
  140. data/vendor/local/include/unicode/tblcoll.h +873 -0
  141. data/vendor/local/include/unicode/timezone.h +948 -0
  142. data/vendor/local/include/unicode/tmunit.h +129 -0
  143. data/vendor/local/include/unicode/tmutamt.h +168 -0
  144. data/vendor/local/include/unicode/tmutfmt.h +243 -0
  145. data/vendor/local/include/unicode/translit.h +1342 -0
  146. data/vendor/local/include/unicode/tzfmt.h +1098 -0
  147. data/vendor/local/include/unicode/tznames.h +404 -0
  148. data/vendor/local/include/unicode/tzrule.h +828 -0
  149. data/vendor/local/include/unicode/tztrans.h +195 -0
  150. data/vendor/local/include/unicode/ubidi.h +2186 -0
  151. data/vendor/local/include/unicode/ubrk.h +540 -0
  152. data/vendor/local/include/unicode/ucal.h +1560 -0
  153. data/vendor/local/include/unicode/ucasemap.h +423 -0
  154. data/vendor/local/include/unicode/ucat.h +158 -0
  155. data/vendor/local/include/unicode/uchar.h +3426 -0
  156. data/vendor/local/include/unicode/ucharstrie.h +576 -0
  157. data/vendor/local/include/unicode/ucharstriebuilder.h +185 -0
  158. data/vendor/local/include/unicode/uchriter.h +381 -0
  159. data/vendor/local/include/unicode/uclean.h +258 -0
  160. data/vendor/local/include/unicode/ucnv.h +2036 -0
  161. data/vendor/local/include/unicode/ucnv_cb.h +162 -0
  162. data/vendor/local/include/unicode/ucnv_err.h +463 -0
  163. data/vendor/local/include/unicode/ucnvsel.h +187 -0
  164. data/vendor/local/include/unicode/ucol.h +1474 -0
  165. data/vendor/local/include/unicode/ucoleitr.h +266 -0
  166. data/vendor/local/include/unicode/uconfig.h +430 -0
  167. data/vendor/local/include/unicode/ucsdet.h +413 -0
  168. data/vendor/local/include/unicode/ucurr.h +424 -0
  169. data/vendor/local/include/unicode/udat.h +1536 -0
  170. data/vendor/local/include/unicode/udata.h +430 -0
  171. data/vendor/local/include/unicode/udateintervalformat.h +181 -0
  172. data/vendor/local/include/unicode/udatpg.h +588 -0
  173. data/vendor/local/include/unicode/udisplaycontext.h +150 -0
  174. data/vendor/local/include/unicode/uenum.h +206 -0
  175. data/vendor/local/include/unicode/uformattable.h +280 -0
  176. data/vendor/local/include/unicode/ugender.h +82 -0
  177. data/vendor/local/include/unicode/uidna.h +762 -0
  178. data/vendor/local/include/unicode/uiter.h +707 -0
  179. data/vendor/local/include/unicode/uldnames.h +302 -0
  180. data/vendor/local/include/unicode/uloc.h +1256 -0
  181. data/vendor/local/include/unicode/ulocdata.h +277 -0
  182. data/vendor/local/include/unicode/umachine.h +356 -0
  183. data/vendor/local/include/unicode/umisc.h +60 -0
  184. data/vendor/local/include/unicode/umsg.h +623 -0
  185. data/vendor/local/include/unicode/unifilt.h +120 -0
  186. data/vendor/local/include/unicode/unifunct.h +125 -0
  187. data/vendor/local/include/unicode/unimatch.h +163 -0
  188. data/vendor/local/include/unicode/unirepl.h +97 -0
  189. data/vendor/local/include/unicode/uniset.h +1691 -0
  190. data/vendor/local/include/unicode/unistr.h +4470 -0
  191. data/vendor/local/include/unicode/unorm.h +561 -0
  192. data/vendor/local/include/unicode/unorm2.h +528 -0
  193. data/vendor/local/include/unicode/unum.h +1328 -0
  194. data/vendor/local/include/unicode/unumsys.h +170 -0
  195. data/vendor/local/include/unicode/uobject.h +320 -0
  196. data/vendor/local/include/unicode/upluralrules.h +145 -0
  197. data/vendor/local/include/unicode/uregex.h +1591 -0
  198. data/vendor/local/include/unicode/uregion.h +248 -0
  199. data/vendor/local/include/unicode/urename.h +1784 -0
  200. data/vendor/local/include/unicode/urep.h +155 -0
  201. data/vendor/local/include/unicode/ures.h +887 -0
  202. data/vendor/local/include/unicode/uscript.h +642 -0
  203. data/vendor/local/include/unicode/usearch.h +885 -0
  204. data/vendor/local/include/unicode/uset.h +1126 -0
  205. data/vendor/local/include/unicode/usetiter.h +318 -0
  206. data/vendor/local/include/unicode/ushape.h +474 -0
  207. data/vendor/local/include/unicode/uspoof.h +1064 -0
  208. data/vendor/local/include/unicode/usprep.h +269 -0
  209. data/vendor/local/include/unicode/ustdio.h +1018 -0
  210. data/vendor/local/include/unicode/ustream.h +68 -0
  211. data/vendor/local/include/unicode/ustring.h +1700 -0
  212. data/vendor/local/include/unicode/ustringtrie.h +95 -0
  213. data/vendor/local/include/unicode/utext.h +1600 -0
  214. data/vendor/local/include/unicode/utf.h +223 -0
  215. data/vendor/local/include/unicode/utf16.h +623 -0
  216. data/vendor/local/include/unicode/utf32.h +23 -0
  217. data/vendor/local/include/unicode/utf8.h +824 -0
  218. data/vendor/local/include/unicode/utf_old.h +1169 -0
  219. data/vendor/local/include/unicode/utmscale.h +481 -0
  220. data/vendor/local/include/unicode/utrace.h +359 -0
  221. data/vendor/local/include/unicode/utrans.h +658 -0
  222. data/vendor/local/include/unicode/utypes.h +723 -0
  223. data/vendor/local/include/unicode/uvernum.h +170 -0
  224. data/vendor/local/include/unicode/uversion.h +193 -0
  225. data/vendor/local/include/unicode/vtzone.h +455 -0
  226. data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
  227. data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
  228. data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
  229. data/vendor/local/lib/icu/54.1/Makefile.inc +293 -0
  230. data/vendor/local/lib/icu/54.1/pkgdata.inc +17 -0
  231. data/vendor/local/lib/icu/Makefile.inc +293 -0
  232. data/vendor/local/lib/icu/pkgdata.inc +17 -0
  233. data/vendor/local/lib/icudt.dll +0 -0
  234. data/vendor/local/lib/icudt54.dll +0 -0
  235. data/vendor/local/lib/icuin.dll +0 -0
  236. data/vendor/local/lib/icuin54.dll +0 -0
  237. data/vendor/local/lib/icuio.dll +0 -0
  238. data/vendor/local/lib/icuio54.dll +0 -0
  239. data/vendor/local/lib/icule.dll +0 -0
  240. data/vendor/local/lib/icule54.dll +0 -0
  241. data/vendor/local/lib/iculx.dll +0 -0
  242. data/vendor/local/lib/iculx54.dll +0 -0
  243. data/vendor/local/lib/icutest.dll +0 -0
  244. data/vendor/local/lib/icutest54.dll +0 -0
  245. data/vendor/local/lib/icutu.dll +0 -0
  246. data/vendor/local/lib/icutu54.dll +0 -0
  247. data/vendor/local/lib/icuuc.dll +0 -0
  248. data/vendor/local/lib/icuuc54.dll +0 -0
  249. data/vendor/local/lib/libharfbuzz-icu.a +0 -0
  250. data/vendor/local/lib/libharfbuzz-icu.la +41 -0
  251. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  252. data/vendor/local/lib/libharfbuzz.la +3 -3
  253. data/vendor/local/lib/libicudt.dll.a +0 -0
  254. data/vendor/local/lib/libicuin.dll.a +0 -0
  255. data/vendor/local/lib/libicuio.dll.a +0 -0
  256. data/vendor/local/lib/libicule.dll.a +0 -0
  257. data/vendor/local/lib/libiculx.dll.a +0 -0
  258. data/vendor/local/lib/libicutest.dll.a +0 -0
  259. data/vendor/local/lib/libicutu.dll.a +0 -0
  260. data/vendor/local/lib/libicuuc.dll.a +0 -0
  261. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  262. data/vendor/local/lib/libpango-1.0.la +2 -2
  263. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  264. data/vendor/local/lib/libpangocairo-1.0.la +2 -2
  265. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  266. data/vendor/local/lib/libpangoft2-1.0.la +2 -2
  267. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  268. data/vendor/local/lib/libpangowin32-1.0.la +2 -2
  269. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
  270. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
  271. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +1 -1
  272. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
  273. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
  274. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +1 -1
  275. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
  276. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
  277. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +1 -1
  278. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
  279. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
  280. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +1 -1
  281. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +13 -0
  282. data/vendor/local/lib/pkgconfig/harfbuzz.pc +1 -1
  283. data/vendor/local/lib/pkgconfig/icu-i18n.pc +38 -0
  284. data/vendor/local/lib/pkgconfig/icu-io.pc +38 -0
  285. data/vendor/local/lib/pkgconfig/icu-le.pc +38 -0
  286. data/vendor/local/lib/pkgconfig/icu-lx.pc +38 -0
  287. data/vendor/local/lib/pkgconfig/icu-uc.pc +38 -0
  288. data/vendor/local/lib/pkgconfig/pango.pc +1 -1
  289. data/vendor/local/lib/pkgconfig/pangocairo.pc +1 -1
  290. data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
  291. data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
  292. data/vendor/local/share/gir-1.0/Pango-1.0.gir +3009 -462
  293. data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +64 -22
  294. data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +4 -2
  295. data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +30 -26
  296. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +343 -313
  297. data/vendor/local/share/gtk-doc/html/harfbuzz/ch01.html +5 -5
  298. data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +6 -8
  299. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +442 -247
  300. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +1389 -654
  301. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +954 -698
  302. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +95 -18
  303. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +36 -27
  304. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +477 -191
  305. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +1951 -1039
  306. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +123 -65
  307. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +66 -21
  308. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +11 -13
  309. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +67 -23
  310. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +66 -21
  311. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +574 -347
  312. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +104 -37
  313. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +10 -27
  314. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +744 -318
  315. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +294 -153
  316. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html +196 -104
  317. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +1100 -757
  318. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +51 -18
  319. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +110 -84
  320. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +11 -13
  321. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +289 -503
  322. data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +3 -3
  323. data/vendor/local/share/gtk-doc/html/harfbuzz/index.sgml +161 -316
  324. data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +31 -4
  325. data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +260 -105
  326. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +143 -105
  327. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +150 -108
  328. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +163 -112
  329. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +348 -229
  330. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +746 -514
  331. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +9 -9
  332. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +853 -623
  333. data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +29 -13
  334. data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +31 -33
  335. data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +10 -12
  336. data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +12 -14
  337. data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +53 -55
  338. data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +28 -30
  339. data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +29 -31
  340. data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +17 -19
  341. data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +28 -30
  342. data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +17 -19
  343. data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +9 -11
  344. data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +6 -6
  345. data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +6 -6
  346. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +11 -13
  347. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +7 -9
  348. data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +5 -5
  349. data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +49 -51
  350. data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +36 -38
  351. data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +37 -39
  352. data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +68 -70
  353. data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +568 -570
  354. data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
  355. data/vendor/local/share/gtk-doc/html/pango/index.sgml +229 -399
  356. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +4 -4
  357. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +345 -259
  358. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +979 -664
  359. data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +70 -43
  360. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +349 -229
  361. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +236 -153
  362. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +3100 -2159
  363. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +659 -472
  364. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +1952 -1384
  365. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +3050 -2135
  366. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +676 -463
  367. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +223 -146
  368. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +1589 -1199
  369. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +1072 -842
  370. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +406 -276
  371. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +2541 -1792
  372. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +1479 -1033
  373. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +214 -154
  374. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +374 -291
  375. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +733 -498
  376. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +893 -617
  377. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +59 -59
  378. data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +5 -5
  379. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +578 -782
  380. data/vendor/local/share/gtk-doc/html/pango/pango.html +4 -4
  381. data/vendor/local/share/gtk-doc/html/pango/rendering.html +4 -4
  382. data/vendor/local/share/gtk-doc/html/pango/style.css +260 -105
  383. data/vendor/local/share/gtk-doc/html/pango/tools.html +4 -4
  384. data/vendor/local/share/icu/54.1/config/mh-mingw +158 -0
  385. data/vendor/local/share/icu/54.1/install-sh +251 -0
  386. data/vendor/local/share/icu/54.1/license.html +385 -0
  387. data/vendor/local/share/icu/54.1/mkinstalldirs +43 -0
  388. data/vendor/local/share/license/harfbuzz/AUTHORS +1 -0
  389. data/vendor/local/share/man/man1/derb.1 +196 -0
  390. data/vendor/local/share/man/man1/genbrk.1 +112 -0
  391. data/vendor/local/share/man/man1/gencfu.1 +91 -0
  392. data/vendor/local/share/man/man1/gencnval.1 +91 -0
  393. data/vendor/local/share/man/man1/gendict.1 +131 -0
  394. data/vendor/local/share/man/man1/genrb.1 +146 -0
  395. data/vendor/local/share/man/man1/icu-config.1 +288 -0
  396. data/vendor/local/share/man/man1/makeconv.1 +112 -0
  397. data/vendor/local/share/man/man1/pango-querymodules.1 +2 -2
  398. data/vendor/local/share/man/man1/pango-view.1 +1 -118
  399. data/vendor/local/share/man/man1/pkgdata.1 +258 -0
  400. data/vendor/local/share/man/man1/uconv.1 +443 -0
  401. data/vendor/local/share/man/man8/genccode.8 +106 -0
  402. data/vendor/local/share/man/man8/gencmn.8 +129 -0
  403. data/vendor/local/share/man/man8/gensprep.8 +102 -0
  404. data/vendor/local/share/man/man8/icupkg.8 +204 -0
  405. metadata +266 -14
  406. data/lib/1.9/pango.so +0 -0
  407. data/lib/2.1/pango.so +0 -0
@@ -8,12 +8,12 @@
8
8
  <link rel="up" href="index.html" title="Pango Reference Manual">
9
9
  <link rel="prev" href="pango-Version-Checking.html" title="Version Checking">
10
10
  <link rel="next" href="pango-querymodules.html" title="pango-querymodules">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
- <td width="100%" align="left"></td>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts"></td>
17
17
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
18
  <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
19
  <td><a accesskey="p" href="pango-Version-Checking.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
@@ -28,6 +28,6 @@
28
28
  </div>
29
29
  <div class="footer">
30
30
  <hr>
31
- Generated by GTK-Doc V1.19.1</div>
31
+ Generated by GTK-Doc V1.21.1</div>
32
32
  </body>
33
33
  </html>
@@ -0,0 +1,158 @@
1
+ ## -*-makefile-*-
2
+ ## Cygwin/MinGW specific setup
3
+ ## Copyright (c) 2001-2014, International Business Machines Corporation and
4
+ ## others. All Rights Reserved.
5
+
6
+ # TODO: Finish the rest of this port. This platform port is incomplete.
7
+
8
+ # This file is similar to mh-mingw64
9
+ # Any changes made here may also need to be made in mh-mingw64
10
+
11
+ # We install sbin tools into the same bin directory because
12
+ # pkgdata needs some of the tools in sbin, and we can't always depend on
13
+ # icu-config working on Windows.
14
+ sbindir=$(bindir)
15
+
16
+ ## Commands to generate dependency files
17
+ GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
18
+ GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
19
+
20
+ ## Flags to create/use a static library
21
+ ifneq ($(ENABLE_SHARED),YES)
22
+ ## Make sure that the static libraries can be built and used
23
+ CPPFLAGS += -DU_STATIC_IMPLEMENTATION
24
+ else
25
+ ## Make sure that the static libraries can be built
26
+ STATICCPPFLAGS = -DU_STATIC_IMPLEMENTATION
27
+ endif
28
+
29
+ ## Flags for position independent code
30
+ SHAREDLIBCFLAGS =
31
+ SHAREDLIBCXXFLAGS =
32
+ SHAREDLIBCPPFLAGS = -DPIC
33
+
34
+ ## Additional flags when building libraries and with threads
35
+ THREADSCFLAGS = -mthreads
36
+ THREADSCXXFLAGS = -mthreads
37
+ LIBCPPFLAGS =
38
+
39
+ # Commands to link. Link with C++ in case static libraries are used.
40
+ LINK.c= $(CXX) $(CXXFLAGS) $(LDFLAGS)
41
+ #LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS)
42
+
43
+ ## Shared library options
44
+ LD_SOOPTIONS= -Wl,-Bsymbolic
45
+
46
+ ## Commands to make a shared library
47
+ SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(dir $@)lib$(notdir $(@:$(SO_TARGET_VERSION_MAJOR).$(SO)=))$(IMPORT_LIB_EXT)#M#
48
+ SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(dir $@)lib$(notdir $(@:$(SO_TARGET_VERSION_MAJOR).$(SO)=))$(IMPORT_LIB_EXT)#M#
49
+
50
+ ## Compiler switch to embed a runtime search path
51
+ LD_RPATH=
52
+ LD_RPATH_PRE= -Wl,-rpath,
53
+
54
+ ## Compiler switch to embed a library name
55
+ LD_SONAME =
56
+
57
+ ## Shared object suffix
58
+ SO = dll
59
+ ## Non-shared intermediate object suffix
60
+ STATIC_O = ao
61
+
62
+ ifeq ($(ENABLE_SHARED),YES)
63
+ SO_TARGET_VERSION_SUFFIX = $(SO_TARGET_VERSION_MAJOR)
64
+ else
65
+ SO_TARGET_VERSION_SUFFIX =
66
+ endif
67
+
68
+ # Static library prefix and file extension
69
+ LIBSICU = lib$(LIBPREFIX)$(STATIC_PREFIX)$(ICUPREFIX)
70
+ A = a
71
+
72
+ ## An import library is needed for z/OS and MSVC
73
+ IMPORT_LIB_EXT = .dll.a
74
+
75
+ LIBPREFIX=
76
+
77
+ # Change the stubnames so that poorly working FAT disks and installation programs can work.
78
+ # This is also for backwards compatibility.
79
+ DATA_STUBNAME = dt
80
+ I18N_STUBNAME = in
81
+ LIBICU = $(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)
82
+
83
+ #SH### copied from Makefile.inc
84
+ #SH## for icu-config to test with
85
+ #SH#ICULIBS_COMMON_LIB_NAME="${LIBICU}${COMMON_STUBNAME}${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}.${SO}"
86
+ #SH#ICULIBS_COMMON_LIB_NAME_A="${LIBICU}${COMMON_STUBNAME}${ICULIBSUFFIX}.${A}"
87
+
88
+ #SH#ICULIBS_DATA="-l$(ICUPREFIX)$(DATA_STUBNAME)$(ICULIBSUFFIX)$(ICULIBSUFFIX_VERSION)"
89
+ #SH#ICULIBS_I18N="-l$(ICUPREFIX)$(I18N_STUBNAME)$(ICULIBSUFFIX)$(ICULIBSUFFIX_VERSION)"
90
+ #SH#
91
+ #SH## ICULIBS is the set of libraries your application should link
92
+ #SH## with usually. Many applications will want to add ${ICULIBS_I18N} as well.
93
+ #SH#ICULIBS="${ICULIBS_BASE} ${ICULIBS_I18N} ${ICULIBS_COMMON} ${ICULIBS_DATA} "
94
+
95
+ # The #M# is used to delete lines for icu-config
96
+ # Current full path directory.
97
+ #CURR_FULL_DIR=$(shell pwd -W)#M# for MSYS
98
+ CURR_FULL_DIR?=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
99
+ # Current full path directory for use in source code in a -D compiler option.
100
+ #CURR_SRCCODE_FULL_DIR=$(subst /,\\\\,$(shell pwd -W))#M# for MSYS
101
+ CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
102
+
103
+ ## Compilation rules
104
+ %.$(STATIC_O): $(srcdir)/%.c
105
+ $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS) -o $@ $<
106
+ %.o: $(srcdir)/%.c
107
+ $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $<
108
+
109
+ %.$(STATIC_O): $(srcdir)/%.cpp
110
+ $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS) -o $@ $<
111
+ %.o: $(srcdir)/%.cpp
112
+ $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $<
113
+
114
+
115
+ ## Dependency rules
116
+ %.d: $(srcdir)/%.c
117
+ @echo "generating dependency information for $<"
118
+ @echo -n "$@ " > $@
119
+ @$(GEN_DEPS.c) $< >> $@ || (rm -f $@ && FALSE)
120
+
121
+ %.d: $(srcdir)/%.cpp
122
+ @echo "generating dependency information for $<"
123
+ @echo -n "$@ " > $@
124
+ @$(GEN_DEPS.cc) $< >> $@ || (rm -f $@ && FALSE)
125
+
126
+ ## Versioned target for a shared library.
127
+ ## Since symbolic links don't work the same way on Windows,
128
+ ## we only use the version major number.
129
+ #FINAL_SO_TARGET=$(basename $(SO_TARGET))$(SO_TARGET_VERSION).$(SO)
130
+ FINAL_SO_TARGET=$(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO)
131
+ MIDDLE_SO_TARGET=$(FINAL_SO_TARGET)
132
+
133
+ FINAL_IMPORT_LIB = $(dir $(SO_TARGET))lib$(notdir $(basename $(SO_TARGET)))$(IMPORT_LIB_EXT)#M#
134
+ IMPORT_LIB = $(FINAL_IMPORT_LIB)#M#
135
+ MIDDLE_IMPORT_LIB = $(FINAL_IMPORT_LIB)#M#
136
+
137
+ ## Special pkgdata information that is needed
138
+ PKGDATA_VERSIONING = -r $(SO_TARGET_VERSION_MAJOR)
139
+ #ICUPKGDATA_INSTALL_DIR = $(shell cygpath -dma $(DESTDIR)$(ICUPKGDATA_DIR))#M#
140
+ #ICUPKGDATA_INSTALL_LIBDIR = $(shell cygpath -dma $(DESTDIR)$(libdir))#M#
141
+
142
+ ## Versioned libraries rules
143
+ #%$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO)
144
+ # $(RM) $@ && cp ${<F} $@
145
+ %.$(SO): %$(SO_TARGET_VERSION_MAJOR).$(SO)
146
+ @echo -n
147
+
148
+ # Environment variable to set a runtime search path
149
+ LDLIBRARYPATH_ENVVAR = PATH
150
+
151
+ # The type of assembly to write for generating an object file
152
+ GENCCODE_ASSEMBLY=-a gcc-cygwin
153
+
154
+ # These are needed to allow the pkgdata GNU make files to work
155
+ PKGDATA_DEFS = -DU_MAKE=\"$(MAKE)\"
156
+
157
+ ## End Cygwin/MinGW specific setup
158
+
@@ -0,0 +1,251 @@
1
+ #!/bin/sh
2
+ #
3
+ # install - install a program, script, or datafile
4
+ # This comes from X11R5 (mit/util/scripts/install.sh).
5
+ #
6
+ # Copyright 1991 by the Massachusetts Institute of Technology
7
+ #
8
+ # Permission to use, copy, modify, distribute, and sell this software and its
9
+ # documentation for any purpose is hereby granted without fee, provided that
10
+ # the above copyright notice appear in all copies and that both that
11
+ # copyright notice and this permission notice appear in supporting
12
+ # documentation, and that the name of M.I.T. not be used in advertising or
13
+ # publicity pertaining to distribution of the software without specific,
14
+ # written prior permission. M.I.T. makes no representations about the
15
+ # suitability of this software for any purpose. It is provided "as is"
16
+ # without express or implied warranty.
17
+ #
18
+ # Calling this script install-sh is preferred over install.sh, to prevent
19
+ # `make' implicit rules from creating a file called install from it
20
+ # when there is no Makefile.
21
+ #
22
+ # This script is compatible with the BSD install script, but was written
23
+ # from scratch. It can only install one file at a time, a restriction
24
+ # shared with many OS's install programs.
25
+
26
+
27
+ # set DOITPROG to echo to test this script
28
+
29
+ # Don't use :- since 4.3BSD and earlier shells don't like it.
30
+ doit="${DOITPROG-}"
31
+
32
+
33
+ # put in absolute paths if you don't have them in your path; or use env. vars.
34
+
35
+ mvprog="${MVPROG-mv}"
36
+ cpprog="${CPPROG-cp}"
37
+ chmodprog="${CHMODPROG-chmod}"
38
+ chownprog="${CHOWNPROG-chown}"
39
+ chgrpprog="${CHGRPPROG-chgrp}"
40
+ stripprog="${STRIPPROG-strip}"
41
+ rmprog="${RMPROG-rm}"
42
+ mkdirprog="${MKDIRPROG-mkdir}"
43
+
44
+ transformbasename=""
45
+ transform_arg=""
46
+ instcmd="$mvprog"
47
+ chmodcmd="$chmodprog 0755"
48
+ chowncmd=""
49
+ chgrpcmd=""
50
+ stripcmd=""
51
+ rmcmd="$rmprog -f"
52
+ mvcmd="$mvprog"
53
+ src=""
54
+ dst=""
55
+ dir_arg=""
56
+
57
+ while [ x"$1" != x ]; do
58
+ case $1 in
59
+ -c) instcmd="$cpprog"
60
+ shift
61
+ continue;;
62
+
63
+ -d) dir_arg=true
64
+ shift
65
+ continue;;
66
+
67
+ -m) chmodcmd="$chmodprog $2"
68
+ shift
69
+ shift
70
+ continue;;
71
+
72
+ -o) chowncmd="$chownprog $2"
73
+ shift
74
+ shift
75
+ continue;;
76
+
77
+ -g) chgrpcmd="$chgrpprog $2"
78
+ shift
79
+ shift
80
+ continue;;
81
+
82
+ -s) stripcmd="$stripprog"
83
+ shift
84
+ continue;;
85
+
86
+ -t=*) transformarg=`echo $1 | sed 's/-t=//'`
87
+ shift
88
+ continue;;
89
+
90
+ -b=*) transformbasename=`echo $1 | sed 's/-b=//'`
91
+ shift
92
+ continue;;
93
+
94
+ *) if [ x"$src" = x ]
95
+ then
96
+ src=$1
97
+ else
98
+ # this colon is to work around a 386BSD /bin/sh bug
99
+ :
100
+ dst=$1
101
+ fi
102
+ shift
103
+ continue;;
104
+ esac
105
+ done
106
+
107
+ if [ x"$src" = x ]
108
+ then
109
+ echo "install: no input file specified"
110
+ exit 1
111
+ else
112
+ true
113
+ fi
114
+
115
+ if [ x"$dir_arg" != x ]; then
116
+ dst=$src
117
+ src=""
118
+
119
+ if [ -d $dst ]; then
120
+ instcmd=:
121
+ chmodcmd=""
122
+ else
123
+ instcmd=mkdir
124
+ fi
125
+ else
126
+
127
+ # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
128
+ # might cause directories to be created, which would be especially bad
129
+ # if $src (and thus $dsttmp) contains '*'.
130
+
131
+ if [ -f $src -o -d $src ]
132
+ then
133
+ true
134
+ else
135
+ echo "install: $src does not exist"
136
+ exit 1
137
+ fi
138
+
139
+ if [ x"$dst" = x ]
140
+ then
141
+ echo "install: no destination specified"
142
+ exit 1
143
+ else
144
+ true
145
+ fi
146
+
147
+ # If destination is a directory, append the input filename; if your system
148
+ # does not like double slashes in filenames, you may need to add some logic
149
+
150
+ if [ -d $dst ]
151
+ then
152
+ dst="$dst"/`basename $src`
153
+ else
154
+ true
155
+ fi
156
+ fi
157
+
158
+ ## this sed command emulates the dirname command
159
+ dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
160
+
161
+ # Make sure that the destination directory exists.
162
+ # this part is taken from Noah Friedman's mkinstalldirs script
163
+
164
+ # Skip lots of stat calls in the usual case.
165
+ if [ ! -d "$dstdir" ]; then
166
+ defaultIFS='
167
+ '
168
+ IFS="${IFS-${defaultIFS}}"
169
+
170
+ oIFS="${IFS}"
171
+ # Some sh's can't handle IFS=/ for some reason.
172
+ IFS='%'
173
+ set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
174
+ IFS="${oIFS}"
175
+
176
+ pathcomp=''
177
+
178
+ while [ $# -ne 0 ] ; do
179
+ pathcomp="${pathcomp}${1}"
180
+ shift
181
+
182
+ if [ ! -d "${pathcomp}" ] ;
183
+ then
184
+ $mkdirprog "${pathcomp}"
185
+ else
186
+ true
187
+ fi
188
+
189
+ pathcomp="${pathcomp}/"
190
+ done
191
+ fi
192
+
193
+ if [ x"$dir_arg" != x ]
194
+ then
195
+ $doit $instcmd $dst &&
196
+
197
+ if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
198
+ if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
199
+ if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
200
+ if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
201
+ else
202
+
203
+ # If we're going to rename the final executable, determine the name now.
204
+
205
+ if [ x"$transformarg" = x ]
206
+ then
207
+ dstfile=`basename $dst`
208
+ else
209
+ dstfile=`basename $dst $transformbasename |
210
+ sed $transformarg`$transformbasename
211
+ fi
212
+
213
+ # don't allow the sed command to completely eliminate the filename
214
+
215
+ if [ x"$dstfile" = x ]
216
+ then
217
+ dstfile=`basename $dst`
218
+ else
219
+ true
220
+ fi
221
+
222
+ # Make a temp file name in the proper directory.
223
+
224
+ dsttmp=$dstdir/#inst.$$#
225
+
226
+ # Move or copy the file name to the temp name
227
+
228
+ $doit $instcmd $src $dsttmp &&
229
+
230
+ trap "rm -f ${dsttmp}" 0 &&
231
+
232
+ # and set any options; do chmod last to preserve setuid bits
233
+
234
+ # If any of these fail, we abort the whole thing. If we want to
235
+ # ignore errors from any of these, just make sure not to ignore
236
+ # errors from the above "$doit $instcmd $src $dsttmp" command.
237
+
238
+ if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
239
+ if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
240
+ if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
241
+ if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi &&
242
+
243
+ # Now rename the file to the real destination.
244
+
245
+ $doit $rmcmd -f $dstdir/$dstfile &&
246
+ $doit $mvcmd $dsttmp $dstdir/$dstfile
247
+
248
+ fi &&
249
+
250
+
251
+ exit 0
@@ -0,0 +1,385 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2
+ "http://www.w3.org/TR/html4/loose.dtd">
3
+ <html>
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
6
+ <title>ICU License - ICU 1.8.1 and later</title>
7
+ <link type="text/css" href="./icu4c.css" rel="stylesheet">
8
+ </head>
9
+
10
+ <body BGCOLOR="#ffffff">
11
+ <h2>ICU License - ICU 1.8.1 and later</h2>
12
+
13
+ <p>COPYRIGHT AND PERMISSION NOTICE</p>
14
+
15
+ <p>
16
+ Copyright (c) 1995-2014 International Business Machines Corporation and others
17
+ </p>
18
+ <p>
19
+ All rights reserved.
20
+ </p>
21
+ <p>
22
+ Permission is hereby granted, free of charge, to any person obtaining a copy
23
+ of this software and associated documentation files (the "Software"),
24
+ to deal in the Software without restriction, including without limitation
25
+ the rights to use, copy, modify, merge, publish, distribute, and/or sell
26
+ copies of the Software, and to permit persons
27
+ to whom the Software is furnished to do so, provided that the above
28
+ copyright notice(s) and this permission notice appear in all copies
29
+ of the Software and that both the above copyright notice(s) and this
30
+ permission notice appear in supporting documentation.
31
+ </p>
32
+ <p>
33
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
34
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
35
+ PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL
36
+ THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM,
37
+ OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
38
+ RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
39
+ NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
40
+ USE OR PERFORMANCE OF THIS SOFTWARE.
41
+ </p>
42
+ <p>
43
+ Except as contained in this notice, the name of a copyright holder shall not be
44
+ used in advertising or otherwise to promote the sale, use or other dealings in
45
+ this Software without prior written authorization of the copyright holder.
46
+ </p>
47
+
48
+ <hr style="color:gray;background-color:gray">
49
+ <p><small>
50
+ All trademarks and registered trademarks mentioned herein are the property of their respective owners.
51
+ </small></p>
52
+
53
+ <hr style="height:3px;color:black;background-color:black">
54
+
55
+ <h2>Third-Party Software Licenses</h2>
56
+ This section contains third-party software notices and/or additional terms for licensed
57
+ third-party software components included within ICU libraries.
58
+
59
+ <h3>1. Unicode Data Files and Software</h3>
60
+
61
+ <pre>COPYRIGHT AND PERMISSION NOTICE
62
+
63
+ Copyright © 1991-2014 Unicode, Inc. All rights reserved.
64
+ Distributed under the Terms of Use in
65
+ <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a>.
66
+
67
+ Permission is hereby granted, free of charge, to any person obtaining
68
+ a copy of the Unicode data files and any associated documentation
69
+ (the "Data Files") or Unicode software and any associated documentation
70
+ (the "Software") to deal in the Data Files or Software
71
+ without restriction, including without limitation the rights to use,
72
+ copy, modify, merge, publish, distribute, and/or sell copies of
73
+ the Data Files or Software, and to permit persons to whom the Data Files
74
+ or Software are furnished to do so, provided that
75
+ (a) this copyright and permission notice appear with all copies
76
+ of the Data Files or Software,
77
+ (b) this copyright and permission notice appear in associated
78
+ documentation, and
79
+ (c) there is clear notice in each modified Data File or in the Software
80
+ as well as in the documentation associated with the Data File(s) or
81
+ Software that the data or software has been modified.
82
+
83
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
84
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
85
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
86
+ NONINFRINGEMENT OF THIRD PARTY RIGHTS.
87
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
88
+ NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
89
+ DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
90
+ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
91
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
92
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
93
+
94
+ Except as contained in this notice, the name of a copyright holder
95
+ shall not be used in advertising or otherwise to promote the sale,
96
+ use or other dealings in these Data Files or Software without prior
97
+ written authorization of the copyright holder.</pre>
98
+
99
+ <h3>2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt)</h3>
100
+ <pre>
101
+ # The Google Chrome software developed by Google is licensed under the BSD license. Other software included in this distribution is provided under other licenses, as set forth below.
102
+ #
103
+ # The BSD License
104
+ # http://opensource.org/licenses/bsd-license.php
105
+ # Copyright (C) 2006-2008, Google Inc.
106
+ #
107
+ # All rights reserved.
108
+ #
109
+ # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
110
+ #
111
+ # Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
112
+ # Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
113
+ # Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
114
+ #
115
+ #
116
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
117
+ #
118
+ #
119
+ # The word list in cjdict.txt are generated by combining three word lists listed
120
+ # below with further processing for compound word breaking. The frequency is generated
121
+ # with an iterative training against Google web corpora.
122
+ #
123
+ # * Libtabe (Chinese)
124
+ # - https://sourceforge.net/project/?group_id=1519
125
+ # - Its license terms and conditions are shown below.
126
+ #
127
+ # * IPADIC (Japanese)
128
+ # - http://chasen.aist-nara.ac.jp/chasen/distribution.html
129
+ # - Its license terms and conditions are shown below.
130
+ #
131
+ # ---------COPYING.libtabe ---- BEGIN--------------------
132
+ #
133
+ # /*
134
+ # * Copyrighy (c) 1999 TaBE Project.
135
+ # * Copyright (c) 1999 Pai-Hsiang Hsiao.
136
+ # * All rights reserved.
137
+ # *
138
+ # * Redistribution and use in source and binary forms, with or without
139
+ # * modification, are permitted provided that the following conditions
140
+ # * are met:
141
+ # *
142
+ # * . Redistributions of source code must retain the above copyright
143
+ # * notice, this list of conditions and the following disclaimer.
144
+ # * . Redistributions in binary form must reproduce the above copyright
145
+ # * notice, this list of conditions and the following disclaimer in
146
+ # * the documentation and/or other materials provided with the
147
+ # * distribution.
148
+ # * . Neither the name of the TaBE Project nor the names of its
149
+ # * contributors may be used to endorse or promote products derived
150
+ # * from this software without specific prior written permission.
151
+ # *
152
+ # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
153
+ # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
154
+ # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
155
+ # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
156
+ # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
157
+ # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
158
+ # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
159
+ # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
160
+ # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
161
+ # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
162
+ # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
163
+ # * OF THE POSSIBILITY OF SUCH DAMAGE.
164
+ # */
165
+ #
166
+ # /*
167
+ # * Copyright (c) 1999 Computer Systems and Communication Lab,
168
+ # * Institute of Information Science, Academia Sinica.
169
+ # * All rights reserved.
170
+ # *
171
+ # * Redistribution and use in source and binary forms, with or without
172
+ # * modification, are permitted provided that the following conditions
173
+ # * are met:
174
+ # *
175
+ # * . Redistributions of source code must retain the above copyright
176
+ # * notice, this list of conditions and the following disclaimer.
177
+ # * . Redistributions in binary form must reproduce the above copyright
178
+ # * notice, this list of conditions and the following disclaimer in
179
+ # * the documentation and/or other materials provided with the
180
+ # * distribution.
181
+ # * . Neither the name of the Computer Systems and Communication Lab
182
+ # * nor the names of its contributors may be used to endorse or
183
+ # * promote products derived from this software without specific
184
+ # * prior written permission.
185
+ # *
186
+ # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
187
+ # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
188
+ # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
189
+ # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
190
+ # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
191
+ # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
192
+ # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
193
+ # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
194
+ # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
195
+ # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
196
+ # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
197
+ # * OF THE POSSIBILITY OF SUCH DAMAGE.
198
+ # */
199
+ #
200
+ # Copyright 1996 Chih-Hao Tsai @ Beckman Institute, University of Illinois
201
+ # c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4
202
+ #
203
+ # ---------------COPYING.libtabe-----END------------------------------------
204
+ #
205
+ #
206
+ # ---------------COPYING.ipadic-----BEGIN------------------------------------
207
+ #
208
+ # Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
209
+ # and Technology. All Rights Reserved.
210
+ #
211
+ # Use, reproduction, and distribution of this software is permitted.
212
+ # Any copy of this software, whether in its original form or modified,
213
+ # must include both the above copyright notice and the following
214
+ # paragraphs.
215
+ #
216
+ # Nara Institute of Science and Technology (NAIST),
217
+ # the copyright holders, disclaims all warranties with regard to this
218
+ # software, including all implied warranties of merchantability and
219
+ # fitness, in no event shall NAIST be liable for
220
+ # any special, indirect or consequential damages or any damages
221
+ # whatsoever resulting from loss of use, data or profits, whether in an
222
+ # action of contract, negligence or other tortuous action, arising out
223
+ # of or in connection with the use or performance of this software.
224
+ #
225
+ # A large portion of the dictionary entries
226
+ # originate from ICOT Free Software. The following conditions for ICOT
227
+ # Free Software applies to the current dictionary as well.
228
+ #
229
+ # Each User may also freely distribute the Program, whether in its
230
+ # original form or modified, to any third party or parties, PROVIDED
231
+ # that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
232
+ # on, or be attached to, the Program, which is distributed substantially
233
+ # in the same form as set out herein and that such intended
234
+ # distribution, if actually made, will neither violate or otherwise
235
+ # contravene any of the laws and regulations of the countries having
236
+ # jurisdiction over the User or the intended distribution itself.
237
+ #
238
+ # NO WARRANTY
239
+ #
240
+ # The program was produced on an experimental basis in the course of the
241
+ # research and development conducted during the project and is provided
242
+ # to users as so produced on an experimental basis. Accordingly, the
243
+ # program is provided without any warranty whatsoever, whether express,
244
+ # implied, statutory or otherwise. The term "warranty" used herein
245
+ # includes, but is not limited to, any warranty of the quality,
246
+ # performance, merchantability and fitness for a particular purpose of
247
+ # the program and the nonexistence of any infringement or violation of
248
+ # any right of any third party.
249
+ #
250
+ # Each user of the program will agree and understand, and be deemed to
251
+ # have agreed and understood, that there is no warranty whatsoever for
252
+ # the program and, accordingly, the entire risk arising from or
253
+ # otherwise connected with the program is assumed by the user.
254
+ #
255
+ # Therefore, neither ICOT, the copyright holder, or any other
256
+ # organization that participated in or was otherwise related to the
257
+ # development of the program and their respective officials, directors,
258
+ # officers and other employees shall be held liable for any and all
259
+ # damages, including, without limitation, general, special, incidental
260
+ # and consequential damages, arising out of or otherwise in connection
261
+ # with the use or inability to use the program or any product, material
262
+ # or result produced or otherwise obtained by using the program,
263
+ # regardless of whether they have been advised of, or otherwise had
264
+ # knowledge of, the possibility of such damages at any time during the
265
+ # project or thereafter. Each user will be deemed to have agreed to the
266
+ # foregoing by his or her commencement of use of the program. The term
267
+ # "use" as used herein includes, but is not limited to, the use,
268
+ # modification, copying and distribution of the program and the
269
+ # production of secondary products from the program.
270
+ #
271
+ # In the case where the program, whether in its original form or
272
+ # modified, was distributed or delivered to or received by a user from
273
+ # any person, organization or entity other than ICOT, unless it makes or
274
+ # grants independently of ICOT any specific warranty to the user in
275
+ # writing, such person, organization or entity, will also be exempted
276
+ # from and not be held liable to the user for any such damages as noted
277
+ # above as far as the program is concerned.
278
+ #
279
+ # ---------------COPYING.ipadic-----END------------------------------------
280
+ </pre>
281
+
282
+ <h3>3. Lao Word Break Dictionary Data (laodict.txt)</h3>
283
+ <pre>
284
+ # Copyright (c) 2013 International Business Machines Corporation
285
+ # and others. All Rights Reserved.
286
+ #
287
+ # Project: http://code.google.com/p/lao-dictionary/
288
+ # Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
289
+ # License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
290
+ # (copied below)
291
+ #
292
+ # This file is derived from the above dictionary, with slight modifications.
293
+ # --------------------------------------------------------------------------------
294
+ # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
295
+ # All rights reserved.
296
+ #
297
+ # Redistribution and use in source and binary forms, with or without modification,
298
+ # are permitted provided that the following conditions are met:
299
+ #
300
+ # Redistributions of source code must retain the above copyright notice, this
301
+ # list of conditions and the following disclaimer. Redistributions in binary
302
+ # form must reproduce the above copyright notice, this list of conditions and
303
+ # the following disclaimer in the documentation and/or other materials
304
+ # provided with the distribution.
305
+ #
306
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
307
+ # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
308
+ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
309
+ # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
310
+ # ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
311
+ # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
312
+ # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
313
+ # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
314
+ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
315
+ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
316
+ # --------------------------------------------------------------------------------
317
+ </pre>
318
+
319
+ <h3>4. Burmese Word Break Dictionary Data (burmesedict.txt)</h3>
320
+ <pre>
321
+ # Copyright (c) 2014 International Business Machines Corporation
322
+ # and others. All Rights Reserved.
323
+ #
324
+ # This list is part of a project hosted at:
325
+ # github.com/kanyawtech/myanmar-karen-word-lists
326
+ #
327
+ # --------------------------------------------------------------------------------
328
+ # Copyright (c) 2013, LeRoy Benjamin Sharon
329
+ # All rights reserved.
330
+ #
331
+ # Redistribution and use in source and binary forms, with or without modification,
332
+ # are permitted provided that the following conditions are met:
333
+ #
334
+ # Redistributions of source code must retain the above copyright notice, this
335
+ # list of conditions and the following disclaimer.
336
+ #
337
+ # Redistributions in binary form must reproduce the above copyright notice, this
338
+ # list of conditions and the following disclaimer in the documentation and/or
339
+ # other materials provided with the distribution.
340
+ #
341
+ # Neither the name Myanmar Karen Word Lists, nor the names of its
342
+ # contributors may be used to endorse or promote products derived from
343
+ # this software without specific prior written permission.
344
+ #
345
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
346
+ # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
347
+ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
348
+ # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
349
+ # ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
350
+ # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
351
+ # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
352
+ # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
353
+ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
354
+ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
355
+ # --------------------------------------------------------------------------------
356
+ </pre>
357
+
358
+ <h3>5. Time Zone Database</h3>
359
+ <p>ICU uses the public domain data and code derived from <a href="http://www.iana.org/time-zones">
360
+ Time Zone Database</a> for its time zone support. The ownership of the TZ database is explained
361
+ in <a href="http://tools.ietf.org/html/rfc6557">BCP 175: Procedure for Maintaining the Time Zone
362
+ Database</a> section 7.<p>
363
+
364
+ <pre>
365
+ 7. Database Ownership
366
+
367
+ The TZ database itself is not an IETF Contribution or an IETF
368
+ document. Rather it is a pre-existing and regularly updated work
369
+ that is in the public domain, and is intended to remain in the public
370
+ domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do not apply
371
+ to the TZ Database or contributions that individuals make to it.
372
+ Should any claims be made and substantiated against the TZ Database,
373
+ the organization that is providing the IANA Considerations defined in
374
+ this RFC, under the memorandum of understanding with the IETF,
375
+ currently ICANN, may act in accordance with all competent court
376
+ orders. No ownership claims will be made by ICANN or the IETF Trust
377
+ on the database or the code. Any person making a contribution to the
378
+ database or code waives all rights to future claims in that
379
+ contribution or in the TZ Database.
380
+
381
+ </pre>
382
+
383
+
384
+ </body>
385
+ </html>