WebsiteBaker 2.13.9 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
[…] is to replace all the latin1 entries with utf8 using notepad. Is that right? Or is there an easier/better way?
ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci;
SET NAMES 'utf8' COLLATE 'utf8_general_ci';
When the road you're trudging seems all uphill,</p> (ckeditor source view)
When the road you’re trudging seems all uphill,</p> (phpmyadmin content view)
When the road you're trudging seems all uphill,</p>
When the road you’re trudging seems all uphil
Could no longer connect with db
QuoteCould no longer connect with dbcannot be a problem with the charsetand if you mean, the charset is the problem, why does it work well for one week??
I tried using PHPMyadmin to change the collation in particular columns like the content_short, content_long columns of the news_posts table to utf8mb4_unicode_ci in the 2.8.3 installation. I could see the text when I opened the website in the browser, but the ckeditor was just blank without any text. Any idea why that would happen?
P.S.: if the editor founds a not-readable char and its not possibe to convert it, the editor show nothing in the editor field and show also no toolbar. its a javascript error and its not possible for javascript to show not-existing-chars
Everything seems to be working OK.I'm wondering about a few things still. Should I change the fields in the news_settings table to Utf8 as well? What about the database? Should I set that to Utf8 also or leave it as latin1_swedish_ci?