#21359: Wrong collation names in the section about MySQL collations
----------------------------+----------------------------------------------
     Reporter:  k_sze       |      Owner:  nobody
         Type:              |     Status:  new
  Uncategorized             |    Version:  1.4
    Component:              |   Keywords:  mysql, collations, documentation
  Documentation             |  Has patch:  0
     Severity:  Normal      |      UI/UX:  0
 Triage Stage:  Unreviewed  |
Easy pickings:  1           |
----------------------------+----------------------------------------------
 This page mentions inexistent collation names:
 [https://docs.djangoproject.com/en/1.4/ref/databases/#collation-settings]

 `utf8_general_ci_swedish` and `utf8_collation_ci_swedish` are not real
 collations names.

 I believe the author was confusing the default collations for `latin1` and
 `utf8` charsets.

 The default collation for the `latin1` charset is `latin1_swedish_ci`.
 The default collation for the `utf8` charset is `utf8_unicode_ci`.

 The mistakes persist in the latest dev documentation
 ([https://docs.djangoproject.com/en/dev/ref/databases/#collation-
 settings])

 While we're at it, may I suggest to abandon `utf8` in favour of `utf8mb4`?
 The details deserve a separate ticket for discussion, so I'll create a new
 ticket and link here.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/21359>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/048.31885967a8321076b357c8e0983a5b18%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to