Jump to content

Recommended Posts

Posted

Hello! I am creating a Russian virtual airline, and when I translate the pattern from English to Russian language, I iroglify appear instead of text. help me how to change encoding to utf8?

More details can be found here: va-avianova.ru

  • Moderators
Posted

The encoding of your page can be changed via editing the core/app.condig.php file. Search for this or something similar:

Config::Set('PAGE_ENCODING', 'UTF-8');
Config::Set('DB_CHARSET_NAME', 'utf8');

and set the encodings you wish to use.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...