BrunoClemente Posted October 5, 2014 Report Share 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 Link to comment Share on other sites More sharing options...
Moderators servetas Posted October 5, 2014 Moderators Report Share 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 Link to comment Share on other sites More sharing options...
BrunoClemente Posted October 6, 2014 Author Report Share Posted October 6, 2014 It did not help ... Quote Link to comment Share on other sites More sharing options...
mitcheinfo Posted October 7, 2014 Report Share Posted October 7, 2014 change Config::Set('PAGE_ENCODING', 'ISO-8859-1'); Config::Set('DB_CHARSET_NAME', 'ISO-8859-1'); Quote Link to comment Share on other sites More sharing options...
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.