BrunoClemente Posted October 5, 2014 Report Posted October 5, 2014 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 Quote
Moderators servetas Posted October 5, 2014 Moderators Report Posted October 5, 2014 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. Quote
mitcheinfo Posted October 7, 2014 Report Posted October 7, 2014 change Config::Set('PAGE_ENCODING', 'ISO-8859-1'); Config::Set('DB_CHARSET_NAME', 'ISO-8859-1'); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.