Welcome Guest, Not a member yet? Register   Sign In
Spanish in array not displaying correctly on page
#4

[eluser]alditis[/eluser]
Hello!!!
Another solution.

codeigniter/system/application/config.php
Code:
$config['charset'] = "UTF-8";

codeigniter/system/application/views/you_view.php
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
&lt;html &gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
&lt;title&gt;My Title&lt;/title&gt;    
&lt;/head&gt;
&lt;body&gt;
...

Try it.


Messages In This Thread
Spanish in array not displaying correctly on page - by El Forum - 04-14-2009, 01:02 PM
Spanish in array not displaying correctly on page - by El Forum - 04-14-2009, 01:06 PM
Spanish in array not displaying correctly on page - by El Forum - 04-14-2009, 01:13 PM
Spanish in array not displaying correctly on page - by El Forum - 04-27-2009, 08:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB