diff options
| author | Tim Graham <timograham@gmail.com> | 2016-09-30 08:58:59 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-09-30 09:15:49 -0400 |
| commit | c37e170f7a2ccf2938aefd77350c30beffef43e5 (patch) | |
| tree | a8394afeb7cc9fea08cee9350ab194adf75f1a6a /docs/ref/unicode.txt | |
| parent | ec38aa818cb145c84211fee3076ccb5eb2073848 (diff) | |
[1.10.x] Updated links to the current version of MySQL docs.
Backport of 98196766769c2ed8816772b60a2e8b79028963a2 from master
Diffstat (limited to 'docs/ref/unicode.txt')
| -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 d09431cbee..67e798bfd6 100644 --- a/docs/ref/unicode.txt +++ b/docs/ref/unicode.txt @@ -29,7 +29,7 @@ able to store certain characters in the database, and information will be lost. * SQLite users, there is nothing you need to do. SQLite always uses UTF-8 for internal encoding. -.. _MySQL manual: https://dev.mysql.com/doc/refman/5.6/en/charset-database.html +.. _MySQL manual: https://dev.mysql.com/doc/refman/en/charset-database.html .. _PostgreSQL manual: http://www.postgresql.org/docs/current/static/multibyte.html .. _Oracle manual: https://docs.oracle.com/cd/E11882_01/server.112/e10729/toc.htm .. _section 2: https://docs.oracle.com/cd/E11882_01/server.112/e10729/ch2charset.htm#NLSPG002 |
