Ticket #59 (closed task: fixed)
MySQL character set for UTF-8?
| Reported by: | christoph | Owned by: | astrid |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | database | Version: | 2.4.2 rc1 |
| Keywords: | None | Cc: | None |
Description
The standard character set in MySQL for UTF-8 is
utf8_general_ci
where ci means "case insensitive". There are some tables that have keys that are case sensitive: "keyword" for example has an entry "land" and an entry "Land". So importing this dump in MySQL fails.
For ISO8859-1 there is a case sensitive encoding
latin1_general_cs
Change History
Note: See
TracTickets for help on using
tickets.
