diff options
| author | Matt Lauber <github@mklauber.com> | 2014-04-21 10:48:33 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-21 13:20:56 -0400 |
| commit | d6c685cc78d6bde96a60d82b9a065db3cd44ac66 (patch) | |
| tree | 3e6117773cec5c249e97b4427ebcae1521734f87 /docs | |
| parent | 1997421f8e14641698e67d138121f7bd430d3060 (diff) | |
[1.5.x] Corrected the section identifier for MySQL unicode reference.
Backport of b2514c02e1 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/unicode.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/unicode.txt b/docs/ref/unicode.txt index 3743d0a092..265107368a 100644 --- a/docs/ref/unicode.txt +++ b/docs/ref/unicode.txt @@ -17,7 +17,7 @@ data. Normally, this means giving it an encoding of UTF-8 or UTF-16. If you use a more restrictive encoding -- for example, latin1 (iso8859-1) -- you won't be able to store certain characters in the database, and information will be lost. -* MySQL users, refer to the `MySQL manual`_ (section 9.1.3.2 for MySQL 5.1) +* MySQL users, refer to the `MySQL manual`_ (section 10.1.3.2 for MySQL 5.1) for details on how to set or alter the database character set encoding. * PostgreSQL users, refer to the `PostgreSQL manual`_ (section 21.2.2 in |
