Welcome Guest, Not a member yet? Register   Sign In
£ sign getting messed - encoding problem
#3

[eluser]Xarren[/eluser]
I had it on UTF-8_bin, changed it to unicode_ci, while at it changed the table collation + field collations (stupidly I went through every field, before realising that I only need to do one to test if it works, joy Smile) - That was no good still doing exactly the same thing.

Thats my header loaded before each file, just putting it here to confirm that my header-content command is correct.. It displays just fine when I look at the response in FireBug:
Code:
<?php header('Content-type: text/html; charset=utf-8'); ?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

&lt;html&gt;
&lt;head&gt;
    &lt;title&gt;DD Admin&lt;/title&gt;
    [removed][removed]
    [removed]
        var baseurl = "&lt;?php echo base_url(); ?&gt;";
    [removed]
    [removed][removed]
    &lt;link rel="stylesheet" href="/css/admin_style.css" type="text/css"/&gt;
&lt;/head&gt;
&lt;body&gt;
    <div id="message"/>
    </div>

How frustrating, never had this problem before, I assume that the only explanation is a misconfigured database, but I've spent the whole day staring at my config, going through each bit trying to work out at which stage the encoding is messed up.

Are there any tools to view POST data, so that I can have a look whether my form is posting the correct value?

Got to love when stuff like this happens on a project which was meant to be ready yesterday Smile.


Messages In This Thread
£ sign getting messed - encoding problem - by El Forum - 08-17-2010, 09:06 PM
£ sign getting messed - encoding problem - by El Forum - 08-18-2010, 12:26 AM
£ sign getting messed - encoding problem - by El Forum - 08-18-2010, 12:52 AM
£ sign getting messed - encoding problem - by El Forum - 08-18-2010, 02:09 AM
£ sign getting messed - encoding problem - by El Forum - 08-18-2010, 05:03 AM
£ sign getting messed - encoding problem - by El Forum - 08-18-2010, 05:51 AM
£ sign getting messed - encoding problem - by El Forum - 08-18-2010, 05:52 AM
£ sign getting messed - encoding problem - by El Forum - 08-18-2010, 05:54 AM
£ sign getting messed - encoding problem - by El Forum - 08-18-2010, 05:54 AM
£ sign getting messed - encoding problem - by El Forum - 08-18-2010, 06:22 AM
£ sign getting messed - encoding problem - by El Forum - 08-18-2010, 06:23 AM
£ sign getting messed - encoding problem - by El Forum - 08-18-2010, 06:32 AM
£ sign getting messed - encoding problem - by El Forum - 09-14-2010, 07:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB