pango 2.2.5-x64-mingw32 → 3.0.0-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (232) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +19 -3
  3. data/ext/pango/depend +0 -1
  4. data/ext/pango/extconf.rb +0 -2
  5. data/ext/pango/rbpango.c +44 -6
  6. data/ext/pango/rbpango.h +0 -1
  7. data/ext/pango/rbpangoattribute.c +2 -2
  8. data/ext/pango/rbpangocairo.c +4 -4
  9. data/ext/pango/rbpangocontext.c +2 -2
  10. data/ext/pango/rbpangofontdescription.c +2 -2
  11. data/ext/pango/rbpangogravity.c +2 -2
  12. data/ext/pango/rbpangolanguage.c +8 -0
  13. data/ext/pango/rbpangolayout.c +15 -4
  14. data/ext/pango/rbpangomatrix.c +2 -2
  15. data/ext/pango/rbpangoscript.c +3 -3
  16. data/lib/2.0/pango.so +0 -0
  17. data/lib/2.1/pango.so +0 -0
  18. data/lib/2.2/pango.so +0 -0
  19. data/test/test-language.rb +5 -0
  20. data/test/test-layout.rb +7 -1
  21. data/vendor/local/bin/derb.exe +0 -0
  22. data/vendor/local/bin/genbrk.exe +0 -0
  23. data/vendor/local/bin/genccode.exe +0 -0
  24. data/vendor/local/bin/gencfu.exe +0 -0
  25. data/vendor/local/bin/gencmn.exe +0 -0
  26. data/vendor/local/bin/gencnval.exe +0 -0
  27. data/vendor/local/bin/gendict.exe +0 -0
  28. data/vendor/local/bin/gennorm2.exe +0 -0
  29. data/vendor/local/bin/genrb.exe +0 -0
  30. data/vendor/local/bin/gensprep.exe +0 -0
  31. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  32. data/vendor/local/bin/hb-shape.exe +0 -0
  33. data/vendor/local/bin/hb-view.exe +0 -0
  34. data/vendor/local/bin/icu-config +6 -6
  35. data/vendor/local/bin/icuinfo.exe +0 -0
  36. data/vendor/local/bin/icupkg.exe +0 -0
  37. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  38. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  39. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  40. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  41. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  42. data/vendor/local/bin/makeconv.exe +0 -0
  43. data/vendor/local/bin/pango-querymodules.exe +0 -0
  44. data/vendor/local/bin/pango-view.exe +0 -0
  45. data/vendor/local/bin/pkgdata.exe +0 -0
  46. data/vendor/local/bin/uconv.exe +0 -0
  47. data/vendor/local/etc/pango/pango.modules +1 -1
  48. data/vendor/local/include/harfbuzz/hb-buffer.h +26 -1
  49. data/vendor/local/include/harfbuzz/hb-common.h +7 -0
  50. data/vendor/local/include/harfbuzz/hb-font.h +7 -6
  51. data/vendor/local/include/harfbuzz/hb-ft.h +58 -1
  52. data/vendor/local/include/harfbuzz/hb-glib.h +3 -0
  53. data/vendor/local/include/harfbuzz/hb-ot-font.h +4 -0
  54. data/vendor/local/include/harfbuzz/hb-shape.h +0 -3
  55. data/vendor/local/include/harfbuzz/hb-unicode.h +28 -3
  56. data/vendor/local/include/harfbuzz/hb-version.h +4 -4
  57. data/vendor/local/include/layout/LEFontInstance.h +2 -28
  58. data/vendor/local/include/layout/LETableReference.h +7 -2
  59. data/vendor/local/include/unicode/calendar.h +32 -2
  60. data/vendor/local/include/unicode/coll.h +9 -7
  61. data/vendor/local/include/unicode/datefmt.h +102 -13
  62. data/vendor/local/include/unicode/dcfmtsym.h +4 -2
  63. data/vendor/local/include/unicode/decimfmt.h +4 -5
  64. data/vendor/local/include/unicode/dtfmtsym.h +60 -1
  65. data/vendor/local/include/unicode/dtptngen.h +21 -7
  66. data/vendor/local/include/unicode/localpointer.h +49 -1
  67. data/vendor/local/include/unicode/locid.h +2 -3
  68. data/vendor/local/include/unicode/measfmt.h +30 -37
  69. data/vendor/local/include/unicode/measunit.h +65 -152
  70. data/vendor/local/include/unicode/measure.h +3 -3
  71. data/vendor/local/include/unicode/numfmt.h +3 -5
  72. data/vendor/local/include/unicode/platform.h +12 -2
  73. data/vendor/local/include/unicode/plurrule.h +18 -14
  74. data/vendor/local/include/unicode/rbnf.h +3 -4
  75. data/vendor/local/include/unicode/regex.h +42 -26
  76. data/vendor/local/include/unicode/region.h +9 -9
  77. data/vendor/local/include/unicode/reldatefmt.h +50 -45
  78. data/vendor/local/include/unicode/scientificnumberformatter.h +222 -0
  79. data/vendor/local/include/unicode/smpdtfmt.h +30 -24
  80. data/vendor/local/include/unicode/tblcoll.h +5 -4
  81. data/vendor/local/include/unicode/timezone.h +18 -1
  82. data/vendor/local/include/unicode/ucal.h +2 -2
  83. data/vendor/local/include/unicode/ucol.h +22 -18
  84. data/vendor/local/include/unicode/uconfig.h +17 -2
  85. data/vendor/local/include/unicode/udat.h +164 -56
  86. data/vendor/local/include/unicode/udatpg.h +9 -7
  87. data/vendor/local/include/unicode/ufieldpositer.h +121 -0
  88. data/vendor/local/include/unicode/uidna.h +21 -13
  89. data/vendor/local/include/unicode/ulistformatter.h +130 -0
  90. data/vendor/local/include/unicode/ulocdata.h +4 -3
  91. data/vendor/local/include/unicode/unistr.h +101 -53
  92. data/vendor/local/include/unicode/unum.h +7 -10
  93. data/vendor/local/include/unicode/uregex.h +52 -29
  94. data/vendor/local/include/unicode/urename.h +14 -3
  95. data/vendor/local/include/unicode/uscript.h +30 -16
  96. data/vendor/local/include/unicode/uspoof.h +13 -9
  97. data/vendor/local/include/unicode/utrans.h +5 -7
  98. data/vendor/local/include/unicode/utypes.h +9 -3
  99. data/vendor/local/include/unicode/uvernum.h +8 -8
  100. data/vendor/local/lib/icu/{54.1 → 55.1}/Makefile.inc +5 -5
  101. data/vendor/local/lib/icu/{54.1 → 55.1}/pkgdata.inc +1 -1
  102. data/vendor/local/lib/icu/Makefile.inc +5 -5
  103. data/vendor/local/lib/icu/pkgdata.inc +1 -1
  104. data/vendor/local/lib/icudt.dll +0 -0
  105. data/vendor/local/lib/{icudt54.dll → icudt55.dll} +0 -0
  106. data/vendor/local/lib/icuin.dll +0 -0
  107. data/vendor/local/lib/icuin55.dll +0 -0
  108. data/vendor/local/lib/icuio.dll +0 -0
  109. data/vendor/local/lib/icuio55.dll +0 -0
  110. data/vendor/local/lib/icule.dll +0 -0
  111. data/vendor/local/lib/icule55.dll +0 -0
  112. data/vendor/local/lib/iculx.dll +0 -0
  113. data/vendor/local/lib/iculx55.dll +0 -0
  114. data/vendor/local/lib/icutest.dll +0 -0
  115. data/vendor/local/lib/icutest55.dll +0 -0
  116. data/vendor/local/lib/icutu.dll +0 -0
  117. data/vendor/local/lib/icutu55.dll +0 -0
  118. data/vendor/local/lib/icuuc.dll +0 -0
  119. data/vendor/local/lib/icuuc55.dll +0 -0
  120. data/vendor/local/lib/libharfbuzz-icu.a +0 -0
  121. data/vendor/local/lib/libharfbuzz-icu.la +7 -7
  122. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  123. data/vendor/local/lib/libharfbuzz.la +7 -7
  124. data/vendor/local/lib/libicudt.dll.a +0 -0
  125. data/vendor/local/lib/libicuin.dll.a +0 -0
  126. data/vendor/local/lib/libicuio.dll.a +0 -0
  127. data/vendor/local/lib/libicule.dll.a +0 -0
  128. data/vendor/local/lib/libiculx.dll.a +0 -0
  129. data/vendor/local/lib/libicutest.dll.a +0 -0
  130. data/vendor/local/lib/libicutu.dll.a +0 -0
  131. data/vendor/local/lib/libicuuc.dll.a +0 -0
  132. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  133. data/vendor/local/lib/libpango-1.0.la +2 -2
  134. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  135. data/vendor/local/lib/libpangocairo-1.0.la +1 -1
  136. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  137. data/vendor/local/lib/libpangoft2-1.0.la +2 -2
  138. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  139. data/vendor/local/lib/libpangowin32-1.0.la +2 -2
  140. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
  141. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
  142. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +2 -2
  143. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
  144. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
  145. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +2 -2
  146. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
  147. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
  148. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +2 -2
  149. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
  150. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
  151. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +2 -2
  152. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
  153. data/vendor/local/lib/pkgconfig/harfbuzz.pc +3 -1
  154. data/vendor/local/lib/pkgconfig/icu-i18n.pc +5 -5
  155. data/vendor/local/lib/pkgconfig/icu-io.pc +5 -5
  156. data/vendor/local/lib/pkgconfig/icu-le.pc +5 -5
  157. data/vendor/local/lib/pkgconfig/icu-lx.pc +5 -5
  158. data/vendor/local/lib/pkgconfig/icu-uc.pc +5 -5
  159. data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +35 -0
  160. data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +30 -35
  161. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +158 -27
  162. data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +87 -0
  163. data/vendor/local/share/gtk-doc/html/harfbuzz/{ch01.html → ch06.html} +12 -13
  164. data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +31 -0
  165. data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +7 -8
  166. data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +40 -0
  167. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +352 -0
  168. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +88 -47
  169. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +128 -204
  170. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +290 -304
  171. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +14 -23
  172. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +14 -17
  173. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +40 -51
  174. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +126 -190
  175. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +19 -24
  176. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +14 -29
  177. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +438 -11
  178. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +14 -25
  179. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +14 -29
  180. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +19 -160
  181. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +21 -36
  182. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +14 -11
  183. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +70 -81
  184. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +33 -44
  185. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +290 -323
  186. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +14 -23
  187. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +59 -27
  188. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +16 -13
  189. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +415 -104
  190. data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +181 -0
  191. data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +43 -12
  192. data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +11 -13
  193. data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +31 -0
  194. data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +70 -0
  195. data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +107 -0
  196. data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +31 -0
  197. data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +39 -0
  198. data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +9 -6
  199. data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +31 -0
  200. data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +31 -0
  201. data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +31 -0
  202. data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +124 -0
  203. data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +38 -0
  204. data/vendor/local/share/icu/{54.1 → 55.1}/config/mh-mingw64 +0 -0
  205. data/vendor/local/share/icu/{54.1 → 55.1}/install-sh +0 -0
  206. data/vendor/local/share/icu/{54.1 → 55.1}/license.html +3 -4
  207. data/vendor/local/share/icu/{54.1 → 55.1}/mkinstalldirs +0 -0
  208. data/vendor/local/share/man/man1/derb.1 +2 -2
  209. data/vendor/local/share/man/man1/genbrk.1 +2 -2
  210. data/vendor/local/share/man/man1/gencfu.1 +1 -1
  211. data/vendor/local/share/man/man1/gencnval.1 +3 -3
  212. data/vendor/local/share/man/man1/gendict.1 +2 -2
  213. data/vendor/local/share/man/man1/genrb.1 +3 -3
  214. data/vendor/local/share/man/man1/icu-config.1 +2 -2
  215. data/vendor/local/share/man/man1/makeconv.1 +3 -3
  216. data/vendor/local/share/man/man1/pkgdata.1 +2 -2
  217. data/vendor/local/share/man/man1/uconv.1 +2 -2
  218. data/vendor/local/share/man/man8/genccode.8 +2 -2
  219. data/vendor/local/share/man/man8/gencmn.8 +3 -3
  220. data/vendor/local/share/man/man8/gensprep.8 +3 -3
  221. data/vendor/local/share/man/man8/icupkg.8 +1 -1
  222. metadata +38 -22
  223. data/vendor/local/include/unicode/scientificformathelper.h +0 -139
  224. data/vendor/local/lib/icuin54.dll +0 -0
  225. data/vendor/local/lib/icuio54.dll +0 -0
  226. data/vendor/local/lib/icule54.dll +0 -0
  227. data/vendor/local/lib/iculx54.dll +0 -0
  228. data/vendor/local/lib/icutest54.dll +0 -0
  229. data/vendor/local/lib/icutu54.dll +0 -0
  230. data/vendor/local/lib/icuuc54.dll +0 -0
  231. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html +0 -286
  232. data/vendor/local/share/gtk-doc/html/harfbuzz/index.sgml +0 -496
@@ -4,7 +4,7 @@
4
4
  .\"
5
5
  .\" Copyright (C) 2012 International Business Machines Corporation and others
6
6
  .\"
7
- .TH GENCFU 1 "24 May 2009" "ICU MANPAGE" "ICU 54.1 Manual"
7
+ .TH GENCFU 1 "24 May 2009" "ICU MANPAGE" "ICU 55.1 Manual"
8
8
  .SH NAME
9
9
  .B gencfu
10
10
  \- Generates Unicode Confusable data files
@@ -7,7 +7,7 @@
7
7
  .\" Manual page by Yves Arrouye <yves@realnames.com>.
8
8
  .\" Manual page by George Rhoten
9
9
  .\"
10
- .TH GENCNVAL 1 "11 March 2004" "ICU MANPAGE" "ICU 54.1 Manual"
10
+ .TH GENCNVAL 1 "11 March 2004" "ICU MANPAGE" "ICU 55.1 Manual"
11
11
  .SH NAME
12
12
  .B gencnval
13
13
  \- compile the converters aliases file
@@ -73,7 +73,7 @@ The default destination directory is specified by the environment variable
73
73
  .TP 10
74
74
  .B ICU_DATA
75
75
  Specifies the directory containing ICU data. Defaults to
76
- .BR ${prefix}/share/icu/54.1/ .
76
+ .BR ${prefix}/share/icu/55.1/ .
77
77
  Some tools in ICU depend on the presence of the trailing slash. It is thus
78
78
  important to make sure that it is present if
79
79
  .B ICU_DATA
@@ -84,7 +84,7 @@ is set.
84
84
  Description of ICU's converters and their aliases. This data file is not
85
85
  normally installed, and it is available as a part of ICU source code.
86
86
  .SH VERSION
87
- 54.1
87
+ 55.1
88
88
  .SH COPYRIGHT
89
89
  Copyright (C) 2000-2004 IBM, Inc. and others.
90
90
  .SH SEE ALSO
@@ -4,7 +4,7 @@
4
4
  .\"
5
5
  .\" Copyright (C) 2012 International Business Machines Corporation and others
6
6
  .\"
7
- .TH GENDICT 1 "1 June 2012" "ICU MANPAGE" "ICU 54.1 Manual"
7
+ .TH GENDICT 1 "1 June 2012" "ICU MANPAGE" "ICU 55.1 Manual"
8
8
  .SH NAME
9
9
  .B gendict
10
10
  \- Compiles word list into ICU string trie dictionary
@@ -115,7 +115,7 @@ must be specified.
115
115
  .TP 10
116
116
  .B ICU_DATA
117
117
  Specifies the directory containing ICU data. Defaults to
118
- .BR ${prefix}/share/icu/54.1/ .
118
+ .BR ${prefix}/share/icu/55.1/ .
119
119
  Some tools in ICU depend on the presence of the trailing slash. It is thus
120
120
  important to make sure that it is present if
121
121
  .B ICU_DATA
@@ -6,7 +6,7 @@
6
6
  .\"
7
7
  .\" Manual page by Yves Arrouye <yves@realnames.com>.
8
8
  .\"
9
- .TH GENRB 1 "16 April 2002" "ICU MANPAGE" "ICU 54.1 Manual"
9
+ .TH GENRB 1 "16 April 2002" "ICU MANPAGE" "ICU 55.1 Manual"
10
10
  .SH NAME
11
11
  .B genrb
12
12
  \- compile a resource bundle
@@ -131,13 +131,13 @@ This is the set which is guaranteed to be available regardless of code page.
131
131
  .TP 10
132
132
  .B ICU_DATA
133
133
  Specifies the directory containing ICU data. Defaults to
134
- .BR ${prefix}/share/icu/54.1/ .
134
+ .BR ${prefix}/share/icu/55.1/ .
135
135
  Some tools in ICU depend on the presence of the trailing slash. It is thus
136
136
  important to make sure that it is present if
137
137
  .B ICU_DATA
138
138
  is set.
139
139
  .SH VERSION
140
- 54.1
140
+ 55.1
141
141
  .SH COPYRIGHT
142
142
  Copyright (C) 2000-2002 IBM, Inc. and others.
143
143
  .SH SEE ALSO
@@ -8,7 +8,7 @@
8
8
  .\" Modified by Steven R. Loomis <srl@jtcsv.com>.
9
9
  .\" With help from http://www.igpm.rwth-aachen.de/~albrecht/manpage.html
10
10
 
11
- .TH ICU-CONFIG 1 "17 May 2004" "ICU MANPAGE" "ICU 54.1 Manual"
11
+ .TH ICU-CONFIG 1 "17 May 2004" "ICU MANPAGE" "ICU 55.1 Manual"
12
12
  .\".Dd "17 May 2004"
13
13
  .\".Dt ICU-CONFIG 1
14
14
  .\".Os
@@ -282,7 +282,7 @@ Prints the 'Makefile.inc' path, suitable for use with pkgdata(1)'s \-O option.
282
282
  .SH AUTHORS
283
283
  Steven Loomis
284
284
  .SH VERSION
285
- 54.1
285
+ 55.1
286
286
  .SH COPYRIGHT
287
287
  Copyright (C) 2002-2004 IBM, Inc. and others.
288
288
 
@@ -6,7 +6,7 @@
6
6
  .\"
7
7
  .\" Manual page by Yves Arrouye <yves@realnames.com>.
8
8
  .\"
9
- .TH MAKECONV 1 "16 April 2002" "ICU MANPAGE" "ICU 54.1 Manual"
9
+ .TH MAKECONV 1 "16 April 2002" "ICU MANPAGE" "ICU 55.1 Manual"
10
10
  .SH NAME
11
11
  .B makeconv
12
12
  \- compile a converter table
@@ -96,13 +96,13 @@ packaged one.
96
96
  .TP 10
97
97
  .B ICU_DATA
98
98
  Specifies the directory containing ICU data. Defaults to
99
- .BR ${prefix}/share/icu/54.1/ .
99
+ .BR ${prefix}/share/icu/55.1/ .
100
100
  Some tools in ICU depend on the presence of the trailing slash. It is thus
101
101
  important to make sure that it is present if
102
102
  .B ICU_DATA
103
103
  is set.
104
104
  .SH VERSION
105
- 54.1
105
+ 55.1
106
106
  .SH COPYRIGHT
107
107
  Copyright (C) 2000 IBM, Inc. and others.
108
108
  .SH SEE ALSO
@@ -7,7 +7,7 @@
7
7
  .\" Manual page by Yves Arrouye <yves@realnames.com>.
8
8
  .\" Modified by Michael Ow <mow@us.ibm.com>.
9
9
  .\"
10
- .TH PKGDATA 1 "6 February 2009" "ICU MANPAGE" "ICU 54.1 Manual"
10
+ .TH PKGDATA 1 "6 February 2009" "ICU MANPAGE" "ICU 55.1 Manual"
11
11
  .SH NAME
12
12
  .B pkgdata
13
13
  \- package data for use by ICU
@@ -252,7 +252,7 @@ Steven Loomis
252
252
  .br
253
253
  Yves Arrouye
254
254
  .SH VERSION
255
- 54.1
255
+ 55.1
256
256
  .SH COPYRIGHT
257
257
  Copyright (C) 2000-2009 IBM, Inc. and others.
258
258
 
@@ -6,7 +6,7 @@
6
6
  .\"
7
7
  .\" Manual page by Yves Arrouye <yves@realnames.com>.
8
8
  .\"
9
- .TH UCONV 1 "2005-jul-1" "ICU MANPAGE" "ICU 54.1 Manual"
9
+ .TH UCONV 1 "2005-jul-1" "ICU MANPAGE" "ICU 55.1 Manual"
10
10
  .SH NAME
11
11
  .B uconv
12
12
  \- convert data from one encoding to another
@@ -436,7 +436,7 @@ Jonas Utterstroem
436
436
  .br
437
437
  Yves Arrouye
438
438
  .SH VERSION
439
- 54.1
439
+ 55.1
440
440
  .SH COPYRIGHT
441
441
  Copyright (C) 2000-2005 IBM, Inc. and others.
442
442
  .SH SEE ALSO
@@ -4,7 +4,7 @@
4
4
  .\"
5
5
  .\" Copyright (C) 2003-2004 IBM, Inc. and others.
6
6
  .\"
7
- .TH GENCCODE 8 "11 March 2004" "ICU MANPAGE" "ICU 54.1 Manual"
7
+ .TH GENCCODE 8 "11 March 2004" "ICU MANPAGE" "ICU 55.1 Manual"
8
8
  .SH NAME
9
9
  .B genccode
10
10
  \- generate C or platform specific assembly code from an ICU data file.
@@ -101,6 +101,6 @@ option) followed by an underscore and the type of the data (set by the
101
101
  .BI "\-t\fP, \fB\-\-type"
102
102
  option).
103
103
  .SH VERSION
104
- 54.1
104
+ 55.1
105
105
  .SH COPYRIGHT
106
106
  Copyright (C) 2000-2004 IBM, Inc. and others.
@@ -6,7 +6,7 @@
6
6
  .\"
7
7
  .\" Manual page by Yves Arrouye <yves@realnames.com>.
8
8
  .\"
9
- .TH GENCMN 8 "5 November 2001" "ICU MANPAGE" "ICU 54.1 Manual"
9
+ .TH GENCMN 8 "5 November 2001" "ICU MANPAGE" "ICU 55.1 Manual"
10
10
  .SH NAME
11
11
  .B gencmn
12
12
  \- generate an ICU memory-mappable data file
@@ -116,13 +116,13 @@ option).
116
116
  .TP 10
117
117
  .B ICU_DATA
118
118
  Specifies the directory containing ICU data. Defaults to
119
- .BR ${prefix}/share/icu/54.1/ .
119
+ .BR ${prefix}/share/icu/55.1/ .
120
120
  Some tools in ICU depend on the presence of the trailing slash. It is thus
121
121
  important to make sure that it is present if
122
122
  .B ICU_DATA
123
123
  is set.
124
124
  .SH VERSION
125
- 54.1
125
+ 55.1
126
126
  .SH COPYRIGHT
127
127
  Copyright (C) 2000-2001 IBM, Inc. and others.
128
128
  .SH SEE ALSO
@@ -4,7 +4,7 @@
4
4
  .\"
5
5
  .\" Copyright (C) 2003 IBM, Inc. and others.
6
6
  .\"
7
- .TH gensprep 8 "18 March 2003" "ICU MANPAGE" "ICU 54.1 Manual"
7
+ .TH gensprep 8 "18 March 2003" "ICU MANPAGE" "ICU 55.1 Manual"
8
8
  .SH NAME
9
9
  .B gensprep
10
10
  \- compile StringPrep data from files filtered by filterRFC3454.pl
@@ -66,7 +66,7 @@ The default destination directory is specified by the environment variable
66
66
  .TP 10
67
67
  .B ICU_DATA
68
68
  Specifies the directory containing ICU data. Defaults to
69
- .BR ${prefix}/share/icu/54.1/ .
69
+ .BR ${prefix}/share/icu/55.1/ .
70
70
  Some tools in ICU depend on the presence of the trailing slash. It is thus
71
71
  important to make sure that it is present if
72
72
  .B ICU_DATA
@@ -95,7 +95,7 @@ Contains the list of code points that are prohibited for IDNA.
95
95
  .B NormalizationCorrections.txt
96
96
  Contains the list of code points whose normalization has changed since Unicode Version 3.2.0.
97
97
  .SH VERSION
98
- 54.1
98
+ 55.1
99
99
  .SH COPYRIGHT
100
100
  Copyright (C) 2000-2002 IBM, Inc. and others.
101
101
  .SH SEE ALSO
@@ -4,7 +4,7 @@
4
4
  .\"
5
5
  .\" Copyright (C) 2000-2006 IBM, Inc. and others.
6
6
  .\"
7
- .TH ICUPKG 8 "18 August 2006" "ICU MANPAGE" "ICU 54.1 Manual"
7
+ .TH ICUPKG 8 "18 August 2006" "ICU MANPAGE" "ICU 55.1 Manual"
8
8
  .SH NAME
9
9
  .B icupkg
10
10
  \- extract or modify an ICU
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pango
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.5
4
+ version: 3.0.0
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - The Ruby-GNOME2 Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-25 00:00:00.000000000 Z
11
+ date: 2015-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cairo
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 2.2.5
33
+ version: 3.0.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 2.2.5
40
+ version: 3.0.0
41
41
  description: Ruby/Pango is a Ruby binding of pango-1.x.
42
42
  email: ruby-gnome2-devel-en@lists.sourceforge.net
43
43
  executables: []
@@ -276,7 +276,7 @@ files:
276
276
  - vendor/local/include/unicode/rep.h
277
277
  - vendor/local/include/unicode/resbund.h
278
278
  - vendor/local/include/unicode/schriter.h
279
- - vendor/local/include/unicode/scientificformathelper.h
279
+ - vendor/local/include/unicode/scientificnumberformatter.h
280
280
  - vendor/local/include/unicode/search.h
281
281
  - vendor/local/include/unicode/selfmt.h
282
282
  - vendor/local/include/unicode/simpletz.h
@@ -323,11 +323,13 @@ files:
323
323
  - vendor/local/include/unicode/udatpg.h
324
324
  - vendor/local/include/unicode/udisplaycontext.h
325
325
  - vendor/local/include/unicode/uenum.h
326
+ - vendor/local/include/unicode/ufieldpositer.h
326
327
  - vendor/local/include/unicode/uformattable.h
327
328
  - vendor/local/include/unicode/ugender.h
328
329
  - vendor/local/include/unicode/uidna.h
329
330
  - vendor/local/include/unicode/uiter.h
330
331
  - vendor/local/include/unicode/uldnames.h
332
+ - vendor/local/include/unicode/ulistformatter.h
331
333
  - vendor/local/include/unicode/uloc.h
332
334
  - vendor/local/include/unicode/ulocdata.h
333
335
  - vendor/local/include/unicode/umachine.h
@@ -377,26 +379,26 @@ files:
377
379
  - vendor/local/lib/girepository-1.0/Pango-1.0.typelib
378
380
  - vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib
379
381
  - vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib
380
- - vendor/local/lib/icu/54.1/Makefile.inc
381
- - vendor/local/lib/icu/54.1/pkgdata.inc
382
+ - vendor/local/lib/icu/55.1/Makefile.inc
383
+ - vendor/local/lib/icu/55.1/pkgdata.inc
382
384
  - vendor/local/lib/icu/Makefile.inc
383
385
  - vendor/local/lib/icu/pkgdata.inc
384
386
  - vendor/local/lib/icudt.dll
385
- - vendor/local/lib/icudt54.dll
387
+ - vendor/local/lib/icudt55.dll
386
388
  - vendor/local/lib/icuin.dll
387
- - vendor/local/lib/icuin54.dll
389
+ - vendor/local/lib/icuin55.dll
388
390
  - vendor/local/lib/icuio.dll
389
- - vendor/local/lib/icuio54.dll
391
+ - vendor/local/lib/icuio55.dll
390
392
  - vendor/local/lib/icule.dll
391
- - vendor/local/lib/icule54.dll
393
+ - vendor/local/lib/icule55.dll
392
394
  - vendor/local/lib/iculx.dll
393
- - vendor/local/lib/iculx54.dll
395
+ - vendor/local/lib/iculx55.dll
394
396
  - vendor/local/lib/icutest.dll
395
- - vendor/local/lib/icutest54.dll
397
+ - vendor/local/lib/icutest55.dll
396
398
  - vendor/local/lib/icutu.dll
397
- - vendor/local/lib/icutu54.dll
399
+ - vendor/local/lib/icutu55.dll
398
400
  - vendor/local/lib/icuuc.dll
399
- - vendor/local/lib/icuuc54.dll
401
+ - vendor/local/lib/icuuc55.dll
400
402
  - vendor/local/lib/libharfbuzz-icu.a
401
403
  - vendor/local/lib/libharfbuzz-icu.la
402
404
  - vendor/local/lib/libharfbuzz.dll.a
@@ -443,10 +445,15 @@ files:
443
445
  - vendor/local/share/gir-1.0/Pango-1.0.gir
444
446
  - vendor/local/share/gir-1.0/PangoCairo-1.0.gir
445
447
  - vendor/local/share/gir-1.0/PangoFT2-1.0.gir
448
+ - vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html
446
449
  - vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html
447
450
  - vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html
448
- - vendor/local/share/gtk-doc/html/harfbuzz/ch01.html
451
+ - vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html
452
+ - vendor/local/share/gtk-doc/html/harfbuzz/ch06.html
453
+ - vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html
449
454
  - vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html
455
+ - vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html
456
+ - vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html
450
457
  - vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html
451
458
  - vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html
452
459
  - vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html
@@ -464,23 +471,32 @@ files:
464
471
  - vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html
465
472
  - vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html
466
473
  - vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html
467
- - vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html
468
474
  - vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html
469
475
  - vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html
470
476
  - vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html
471
477
  - vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html
472
478
  - vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2
479
+ - vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html
473
480
  - vendor/local/share/gtk-doc/html/harfbuzz/home.png
474
481
  - vendor/local/share/gtk-doc/html/harfbuzz/index.html
475
- - vendor/local/share/gtk-doc/html/harfbuzz/index.sgml
476
482
  - vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png
477
483
  - vendor/local/share/gtk-doc/html/harfbuzz/left.png
478
484
  - vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html
485
+ - vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html
486
+ - vendor/local/share/gtk-doc/html/harfbuzz/pt01.html
487
+ - vendor/local/share/gtk-doc/html/harfbuzz/pt02.html
479
488
  - vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png
480
489
  - vendor/local/share/gtk-doc/html/harfbuzz/right.png
490
+ - vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html
491
+ - vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html
481
492
  - vendor/local/share/gtk-doc/html/harfbuzz/style.css
482
493
  - vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png
483
494
  - vendor/local/share/gtk-doc/html/harfbuzz/up.png
495
+ - vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html
496
+ - vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html
497
+ - vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html
498
+ - vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html
499
+ - vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html
484
500
  - vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html
485
501
  - vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html
486
502
  - vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html
@@ -548,10 +564,10 @@ files:
548
564
  - vendor/local/share/gtk-doc/html/pango/tools.html
549
565
  - vendor/local/share/gtk-doc/html/pango/up-insensitive.png
550
566
  - vendor/local/share/gtk-doc/html/pango/up.png
551
- - vendor/local/share/icu/54.1/config/mh-mingw64
552
- - vendor/local/share/icu/54.1/install-sh
553
- - vendor/local/share/icu/54.1/license.html
554
- - vendor/local/share/icu/54.1/mkinstalldirs
567
+ - vendor/local/share/icu/55.1/config/mh-mingw64
568
+ - vendor/local/share/icu/55.1/install-sh
569
+ - vendor/local/share/icu/55.1/license.html
570
+ - vendor/local/share/icu/55.1/mkinstalldirs
555
571
  - vendor/local/share/license/harfbuzz/AUTHORS
556
572
  - vendor/local/share/license/harfbuzz/COPYING
557
573
  - vendor/local/share/license/pango/AUTHORS
@@ -1,139 +0,0 @@
1
- /*
2
- **********************************************************************
3
- * Copyright (c) 2014, International Business Machines
4
- * Corporation and others. All Rights Reserved.
5
- **********************************************************************
6
- */
7
- #ifndef SCIFORMATHELPER_H
8
- #define SCIFORMATHELPER_H
9
-
10
- #include "unicode/utypes.h"
11
-
12
- #if !UCONFIG_NO_FORMATTING
13
-
14
- #ifndef U_HIDE_DRAFT_API
15
-
16
- #include "unicode/unistr.h"
17
-
18
- /**
19
- * \file
20
- * \brief C++ API: Formatter for measure objects.
21
- */
22
-
23
- U_NAMESPACE_BEGIN
24
-
25
- class DecimalFormatSymbols;
26
- class FieldPositionIterator;
27
- class DecimalFormatStaticSets;
28
-
29
- /**
30
- * A helper class for formatting numbers in standard scientific notation
31
- * instead of E notation.
32
- *
33
- * Sample code:
34
- * <pre>
35
- * UErrorCode status = U_ZERO_ERROR;
36
- * DecimalFormat *decfmt = (DecimalFormat *)
37
- * NumberFormat::createScientificInstance("en", status);
38
- * UnicodeString appendTo;
39
- * FieldPositionIterator fpositer;
40
- * decfmt->format(1.23456e-78, appendTo, &fpositer, status);
41
- * ScientificFormatHelper helper(*decfmt->getDecimalFormatSymbols(), status);
42
- * UnicodeString result;
43
- *
44
- * // result = "1.23456x10<sup>-78</sup>"
45
- * helper.insertMarkup(appendTo, fpositer, "<sup>", "</sup>", result, status));
46
- * </pre>
47
- *
48
- * @see NumberFormat
49
- * @draft ICU 54
50
- */
51
- class U_I18N_API ScientificFormatHelper : public UObject {
52
- public:
53
- /**
54
- * Constructor.
55
- * @param symbols comes from DecimalFormat instance used for default
56
- * scientific notation.
57
- * @param status any error reported here.
58
- * @draft ICU 54
59
- */
60
- ScientificFormatHelper(const DecimalFormatSymbols &symbols, UErrorCode& status);
61
-
62
- /**
63
- * Copy constructor.
64
- * @draft ICU 54
65
- */
66
- ScientificFormatHelper(const ScientificFormatHelper &other);
67
-
68
- /**
69
- * Assignment operator.
70
- * @draft ICU 54
71
- */
72
- ScientificFormatHelper &operator=(const ScientificFormatHelper &other);
73
-
74
- /**
75
- * Destructor.
76
- * @draft ICU 54
77
- */
78
- virtual ~ScientificFormatHelper();
79
-
80
- /**
81
- * Formats standard scientific notation by surrounding exponent with
82
- * html to make it superscript.
83
- * @param s the original formatted scientific notation
84
- * e.g "6.02e23". s is output from
85
- * NumberFormat::createScientificInstance()->format().
86
- * @param fpi the FieldPositionIterator from the format call.
87
- * fpi is output from
88
- * NumberFormat::createScientificInstance()->format().
89
- * @param beginMarkup the start html for the exponent e.g "<sup>"
90
- * @param endMarkup the end html for the exponent e.g "</sup>"
91
- * @param result standard scientific notation appended here.
92
- * @param status any error returned here. When status is set to a
93
- * non-zero error, the value of result is unspecified,
94
- * and client should fallback to using s for scientific
95
- * notation.
96
- * @return the value stored in result.
97
- * @draft ICU 54
98
- */
99
- UnicodeString &insertMarkup(
100
- const UnicodeString &s,
101
- FieldPositionIterator &fpi,
102
- const UnicodeString &beginMarkup,
103
- const UnicodeString &endMarkup,
104
- UnicodeString &result,
105
- UErrorCode &status) const;
106
-
107
- /**
108
- * Formats standard scientific notation by using superscript unicode
109
- * points 0..9.
110
- * @param s the original formatted scientific notation
111
- * e.g "6.02e23". s is output from
112
- * NumberFormat::createScientificInstance()->format().
113
- * @param fpi the FieldPositionIterator from the format call.
114
- * fpi is output from
115
- * NumberFormat::createScientificInstance()->format().
116
- * @param result standard scientific notation appended here.
117
- * @param status any error returned here. When status is set to a
118
- * non-zero error, the value of result is unspecified,
119
- * and client should fallback to using s for scientific
120
- * notation.
121
- * @return the value stored in result.
122
- * @draft ICU 54
123
- */
124
- UnicodeString &toSuperscriptExponentDigits(
125
- const UnicodeString &s,
126
- FieldPositionIterator &fpi,
127
- UnicodeString &result,
128
- UErrorCode &status) const;
129
- private:
130
- UnicodeString fPreExponent;
131
- const DecimalFormatStaticSets *fStaticSets;
132
- };
133
-
134
- U_NAMESPACE_END
135
-
136
- #endif /* U_HIDE_DRAFT_API */
137
-
138
- #endif /* !UCONFIG_NO_FORMATTING */
139
- #endif