Welcome Guest, Not a member yet? Register   Sign In
Encoding problem
#15

[eluser]ponto[/eluser]
Snifty I have used this as the meta markup:

$meta = array(
array('name' => 'robots', 'content' => 'no-cache'),
array('name' => 'description', 'content' => 'My Great Site'),
array('name' => 'keywords', 'content' => 'love, passion, intrigue, deception'),
array('name' => 'robots', 'content' => 'no-cache'),
array('name' => 'Content-type', 'content' => 'text/html; charset=ISO-8859-1', 'type' => 'equiv')
);
echo meta($meta);

And this is the product:
<meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1" />

To get the app working in a Linux server:
In httpd.conf I have put this "AddDefaultCharset ISO-8859-1"
In CI config.php I have ISO-8859-1
In CI database.php all utf-8

In CI views-file I have ISO-8859-1 and "<!Doctype html>"
In mysql I have collation latin1_swedish_ci but it doesn't seam to matter if I use uft8_general_ci.


Messages In This Thread
Encoding problem - by El Forum - 05-29-2011, 03:09 AM
Encoding problem - by El Forum - 05-29-2011, 03:24 AM
Encoding problem - by El Forum - 05-29-2011, 04:41 AM
Encoding problem - by El Forum - 05-29-2011, 05:18 AM
Encoding problem - by El Forum - 05-29-2011, 05:49 AM
Encoding problem - by El Forum - 05-29-2011, 07:06 PM
Encoding problem - by El Forum - 05-29-2011, 10:44 PM
Encoding problem - by El Forum - 05-29-2011, 10:58 PM
Encoding problem - by El Forum - 05-30-2011, 01:54 AM
Encoding problem - by El Forum - 05-30-2011, 04:14 AM
Encoding problem - by El Forum - 05-30-2011, 11:03 AM
Encoding problem - by El Forum - 05-30-2011, 05:14 PM
Encoding problem - by El Forum - 05-30-2011, 07:50 PM
Encoding problem - by El Forum - 05-31-2011, 01:31 AM
Encoding problem - by El Forum - 05-31-2011, 01:53 AM
Encoding problem - by El Forum - 05-31-2011, 02:11 AM
Encoding problem - by El Forum - 05-31-2011, 02:30 AM
Encoding problem - by El Forum - 05-31-2011, 02:36 AM
Encoding problem - by El Forum - 05-31-2011, 02:37 AM
Encoding problem - by El Forum - 05-31-2011, 02:43 AM
Encoding problem - by El Forum - 05-31-2011, 02:47 AM
Encoding problem - by El Forum - 05-31-2011, 02:51 AM
Encoding problem - by El Forum - 05-31-2011, 02:54 AM
Encoding problem - by El Forum - 05-31-2011, 02:56 AM
Encoding problem - by El Forum - 05-31-2011, 02:59 AM
Encoding problem - by El Forum - 05-31-2011, 03:02 AM
Encoding problem - by El Forum - 05-31-2011, 03:05 AM
Encoding problem - by El Forum - 05-31-2011, 03:12 AM
Encoding problem - by El Forum - 05-31-2011, 03:15 AM
Encoding problem - by El Forum - 05-31-2011, 03:18 AM
Encoding problem - by El Forum - 05-31-2011, 03:25 AM
Encoding problem - by El Forum - 05-31-2011, 03:40 AM
Encoding problem - by El Forum - 05-31-2011, 04:13 AM
Encoding problem - by El Forum - 06-07-2011, 02:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB