I have a phprunner 4.1 app well on its way, when I realized I need to move data in and out of AJAX through JSON, using UTF-8. I see from other postings how to change the PHPRUNNER application to use UTF-8 in the dbcommon.php file, but I'm concerned about taking my existing MySQL tables and converting the data already loaded (in ISO 8859-1) into the other format..I'm even willing to rebuild the tables, but I'm afraid of the conversion process throwing away data..any PHP tricks out there that have done the job for anyone else would be greatly appreciated.
Dean