- Remove CIVICRM_TEMP_FORCE_UTF8 constant;
authormark burdett <mfburdett@gmail.com>
Mon, 8 Apr 2019 22:17:28 +0000 (15:17 -0700)
committermark burdett <mfburdett@gmail.com>
Mon, 8 Apr 2019 22:17:28 +0000 (15:17 -0700)
commit0033aaaf287f5ddb473f2effa058ae4005cf2d79
treeb76c569b755207b7a8863518cedad19e3976bc9c
parent1a4911ed8f1dc4639f2ecc008ddae3d14b6604b3
- Remove CIVICRM_TEMP_FORCE_UTF8 constant;
- Deprecate TempTable::setUtf8() as tables should be assumed to use UTF-8 as default character set and collation (but may define columns to use some other character set and/or collation).
CRM/Contact/Form/Search/Custom/FullText.php
CRM/Contact/Form/Task.php
CRM/Export/BAO/Export.php
CRM/Report/Form.php
CRM/Utils/SQL/TempTable.php