reference/intl/book.xml
91791cdde04dd89898656fbec1aa8e7e0bf0460d
...
...
@@ -15,7 +15,7 @@
15
15
library, enabling PHP programmers to perform various locale-aware operations including
16
16
but not limited to formatting, transliteration, encoding conversion, calendar operations,
17
17
<link xlink:href="&url.icu.uca;">UCA</link>-conformant collation, locating
18
-
text boundaries and working with locale identifiers, timezones and graphemes,
18
+
text boundaries and working with locale identifiers, timezones and graphemes.
19
19
</para>
20
20

21
21
<para>
...
...
@@ -91,11 +91,6 @@
91
91
Transliterator: allows getting latin representation of strings in various languages.
92
92
</simpara>
93
93
</listitem>
94
-
<listitem>
95
-
<simpara>
96
-
Transliterator: allows getting latin representation of strings in various languages.
97
-
</simpara>
98
-
</listitem>
99
94
</itemizedlist>
100
95

101
96
<!-- {{{ Links -->
...
...
@@ -128,6 +123,7 @@
128
123
&reference.intl.normalizer;
129
124
&reference.intl.messageformatter;
130
125
&reference.intl.intlcalendar;
126
+
&reference.intl.intlgregoriancalendar;
131
127
&reference.intl.intltimezone;
132
128
&reference.intl.dateformatter;
133
129
&reference.intl.resourcebundle;
...
...
@@ -136,6 +132,7 @@
136
132
&reference.intl.intlbreakiterator;
137
133
&reference.intl.intlrulebasedbreakiterator;
138
134
&reference.intl.intlcodepointbreakiterator;
135
+
&reference.intl.intldatepatterngenerator;
139
136
&reference.intl.intlpartsiterator;
140
137
&reference.intl.uconverter;
141
138

142
139