Re: [PHP] Converting Euro sign

2009-02-26 Thread Per Jessen
Merlin Morgenstern wrote: > Hello everybody, > > I have an xml-file where a euro sign is in. Now the sign shows up as > questionmark after importing into a mysql db. Check the character set of your mysql table. > On the utf_8_decode site I found that iconv will help here, but first > of all I d

[PHP] Converting Euro sign

2009-02-26 Thread Merlin Morgenstern
Hello everybody, I have an xml-file where a euro sign is in. Now the sign shows up as questionmark after importing into a mysql db. On the utf_8_decode site I found that iconv will help here, but first of all I do not even know if the xml file is utf8encoded (I doubt it), and secondly I do