reference/intl/locale/canonicalize.xml
1976eae0d815797af97a1e16c5cd90ffc2868395
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="locale.canonicalize" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Locale::canonicalize</refname>
...
...
@@ -10,8 +9,8 @@
10
9

11
10
<refsect1 role="description">
12
11
&reftitle.description;
13
-
<methodsynopsis>
14
-
<modifier>public</modifier> <modifier>static</modifier> <type>string</type><methodname>Locale::canonicalize</methodname>
12
+
<methodsynopsis role="Locale">
13
+
<modifier>public</modifier> <modifier>static</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>Locale::canonicalize</methodname>
15
14
<methodparam><type>string</type><parameter>locale</parameter></methodparam>
16
15
</methodsynopsis>
17
16
<para>
...
...
@@ -39,13 +38,13 @@
39
38
<refsect1 role="returnvalues">
40
39
&reftitle.returnvalues;
41
40
<para>
42
-
41
+
Canonicalized locale string.
43
42
</para>
43
+
&intl.locale-len.return;
44
44
</refsect1>
45
45

46
46

47
47
</refentry>
48
-

49
48
<!-- Keep this comment at the end of the file
50
49
Local variables:
51
50
mode: sgml
52
51