reference/mysql/functions/mysql-set-charset.xml
ff4017b6334dae2d5353fe99df8089a828795324
...
...
@@ -1,19 +1,19 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-set-charset" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:phd="http://www.php.net/ns/phd">
3
+
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-set-charset" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
<refnamediv>
5
5
<refname>mysql_set_charset</refname>
6
6
<refpurpose>Sets the client character set</refpurpose>
7
7
</refnamediv>
8
8

9
-
<refsynopsisdiv role="soft-deprecation-notice">
10
-
<sidebar>
9
+
<refsynopsisdiv>
10
+
<warning>
11
11
&mysql.alternative.note;
12
12
<simplelist role="alternatives">
13
-
<member><function>mysqli_character_set_name</function></member>
13
+
<member><function>mysqli_set_charset</function></member>
14
14
<member>PDO: Add <literal>charset</literal> to the connection string, such as <literal>charset=utf8</literal></member>
15
15
</simplelist>
16
-
</sidebar>
16
+
</warning>
17
17
</refsynopsisdiv>
18
18

19
19
<refsect1 role="description">
...
...
@@ -73,9 +73,9 @@
73
73
&reftitle.seealso;
74
74
<para>
75
75
<simplelist>
76
-
<member><function>mysql_client_encoding</function></member>
77
76
<member><link linkend="mysqlinfo.concepts.charset">Setting character sets in MySQL</link></member>
78
77
<member><link xlink:href="&url.mysql.charsets;">List of character sets that MySQL supports</link></member>
78
+
<member><function>mysql_client_encoding</function></member>
79
79
</simplelist>
80
80
</para>
81
81
</refsect1>
82
82