Ticket #1485575 (closed Bugs: invalid)

Opened 7 weeks ago

Last modified 6 weeks ago

change fields in tables 'contacts' and 'identities' to unicode

Reported by: ivarss Owned by:
Priority: 5 Milestone: later
Component: Addressbook Version: 0.2-beta
Severity: normal Keywords:
Cc:

Description

By default (at least in my installation) roundcube database is created with latin1_swedish_ci encoding. To support unidoce characters in names, some fields need to be changed to utf8_unicode_ci, namely

roundcube.identities.name roundcube.identities.organization roundcube.identities.signature

roundcube.contacts.name roundcube.contacts.firstname roundcube.contacts.surname roundcube.contacts.vcard

Change History

Changed 6 weeks ago by thomasb

  • status changed from new to closed
  • resolution set to invalid

In mysql5.initial.sql the charset is specified.

Note: See TracTickets for help on using tickets.