reference/xml/functions/utf8-decode.xml
99d758bd259fa80c2828cf8cc250984cb683ee8f
...
...
@@ -1,77 +0,0 @@
1
-
<?xml version="1.0" encoding="utf-8"?>
2
-
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.utf8-decode">
4
-
<refnamediv>
5
-
<refname>utf8_decode</refname>
6
-
<refpurpose>
7
-
Converts a string with ISO-8859-1 characters encoded with UTF-8
8
-
to single-byte ISO-8859-1
9
-
</refpurpose>
10
-
</refnamediv>
11
-
12
-
<refsect1 role="description">
13
-
&reftitle.description;
14
-
<methodsynopsis>
15
-
<type>string</type><methodname>utf8_decode</methodname>
16
-
<methodparam><type>string</type><parameter>data</parameter></methodparam>
17
-
</methodsynopsis>
18
-
<para>
19
-
This function decodes <parameter>data</parameter>, assumed to be
20
-
<literal>UTF-8</literal> encoded, to <literal>ISO-8859-1</literal>.
21
-
</para>
22
-
</refsect1>
23
-

24
-
<refsect1 role="parameters">
25
-
&reftitle.parameters;
26
-
<para>
27
-
<variablelist>
28
-
<varlistentry>
29
-
<term><parameter>data</parameter></term>
30
-
<listitem>
31
-
<para>
32
-
An UTF-8 encoded string.
33
-
</para>
34
-
</listitem>
35
-
</varlistentry>
36
-
</variablelist>
37
-
</para>
38
-
</refsect1>
39
-

40
-
<refsect1 role="returnvalues">
41
-
&reftitle.returnvalues;
42
-
<para>
43
-
Returns the ISO-8859-1 translation of <parameter>data</parameter>.
44
-
</para>
45
-
</refsect1>
46
-

47
-
<refsect1 role="seealso">
48
-
&reftitle.seealso;
49
-
<para>
50
-
<simplelist>
51
-
<member><function>utf8_encode</function> (contains an explanation of UTF-8 encoding)</member>
52
-
</simplelist>
53
-
</para>
54
-
</refsect1>
55
-

56
-
</refentry>
57
-

58
-
<!-- Keep this comment at the end of the file
59
-
Local variables:
60
-
mode: sgml
61
-
sgml-omittag:t
62
-
sgml-shorttag:t
63
-
sgml-minimize-attributes:nil
64
-
sgml-always-quote-attributes:t
65
-
sgml-indent-step:1
66
-
sgml-indent-data:t
67
-
indent-tabs-mode:nil
68
-
sgml-parent-document:nil
69
-
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
70
-
sgml-exposed-tags:nil
71
-
sgml-local-catalogs:nil
72
-
sgml-local-ecat-files:nil
73
-
End:
74
-
vim600: syn=xml fen fdm=syntax fdl=2 si
75
-
vim: et tw=78 syn=sgml
76
-
vi: ts=1 sw=1
77
-
-->
78
0