Re: [PHP] utf8_decode() and mixed character sets

2009-10-10 Thread Andrew Ballard
On Sat, Oct 10, 2009 at 11:40 PM, James Colannino ja...@colannino.org wrote: Hey everyone.  I'd been troubled for a while by the fact that inserting cut-pasted special characters such as auml; caused truncation when passed to MySQL, then discovered that it was because I was cutting and pasting

Re: [PHP] utf8_decode() and mixed character sets

2009-10-10 Thread James Colannino
Andrew Ballard wrote: Have you tried iconv or mb_string? Is it a option to update the database to use UTF-8? I'll look into those functions. And, I suppose I could in fact convert my database to use UTF-8 if necessary. James -- PHP General Mailing List (http://www.php.net/) To