anchorcms/anchor-cms

Encoding errors in MySQL and with some words

Closed this issue · 1 comments

Summary

Hi! I install Anchor and he works great. But I have problem with my russian words encoding. Post text in MySQL table looks like:

001

And I have problem with some letters in my post on site. For example russian letter "И" looks like "�".

90909

And this is bad. My site and server works on utf-8 (utf8_general_ci). English letters looks correct.

Context details (if applicable)

  • Anchor version: 0.12.1
  • Server setup: PHP 5.6
  • beta.milkleaks.ru

Try inserting this

<head>
<meta charset="utf-8">
</head>

If that hasn't fixed anything try switching the encoding in MySQL to utf8_unicode_ci.