Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Odd character encoding woes
blank body fields
Ah, that came up somewhere else on the forum before…
TXP Builders – finely-crafted code, design and txp
Offline
#17 2019-03-29 10:00:08
- uli
- Moderator

- From: Cologne
- Registered: 2006-08-15
- Posts: 4,319
Re: Odd character encoding woes
shayne wrote #317380:
also have blank body fields on the write screen.
jakob wrote #317382:
Ah, that came up somewhere else on the forum before…
E.g.
here (server update, TXP 4.5.7)
here (server migration, TXP 4.5.7)
here (10+ years old version, so server update very likely)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: Odd character encoding woes
Hey folks this is resolved and here is how I did it…
Using phpMyAdmin -> Operations -> Collation for the database and the tables
Change each of the database table collation settings from Latin or other to utf8mb4_unicode_ci
Change each of the database collation settings from Latin or other to utf8mb4_unicode_ci
Export the database then drop all tables then import and problem solved…
Offline