Re: Converting encoded strings
Posted: Mon Sep 01, 2014 4:39 pm
Ok - so it's nearly 11pm here.. and I've finally got it...
If I make sure the header is always utf-8 it works... so simply adding
Before handling any of this works... I can see why, but not, if you get what I mean...
Thanks for your help though... it did help to sanitise that what I was doing should have been correct!
If I make sure the header is always utf-8 it works... so simply adding
Code: Select all
header('Content-Type: text/html; charset=utf-8');Thanks for your help though... it did help to sanitise that what I was doing should have been correct!