Re: [PHP] Re: Unicode problems - solve

2008-09-26 Thread Thiago H. Pojda
Sorry to bother you all, I just did the whole process again using only phpmyadmin and notepad++ (yes, I'm under windows) I could import the database successfully. The whole thing was converted to UTF8. @Richard: I'm using both, META and header. I didn't know IE6 had issues with header(), learning

[PHP] Re: Unicode problems

2008-09-26 Thread Ross McKay
On Fri, 26 Sep 2008 10:39:33 +0100, Nathan Rixham wrote: >> [...] >> I couldn't find any good function/script to convert all my files to UTF-8 >> and then I built my own. It uses iconv and works like a charm. But >> unfortunately I still can't get all pages to work. I have no idea why or >> how, b

[PHP] Re: Unicode problems

2008-09-26 Thread Thiago H. Pojda
Hello, On Fri, Sep 26, 2008 at 9:07 AM, Daniel Jaeger wrote: > I had similar problems, I cant get the whole situation out of what you > wrote but here are two hints. > > If you got SSH Access you can try to import the DB by following command > I don't have SSH access :/ > > Otherwise if you ca

[PHP] Re: Unicode problems

2008-09-26 Thread Nathan Rixham
Thiago H. Pojda wrote: This is slightly OT but I honestly don't know what else I can do. I was asked to migrate a website from diff hosts. Okay, pretty easy, right? Well, as usual, it wasn't. Site pages content type was ISO-8559-1 and it was developed for a MySQL5 database that used latin1 as c