--- In flexcoders@yahoogroups.com, Rafael Guédez <[EMAIL PROTECTED]> wrote: > > Hello, > > > I really don't know what to do, I'm using in the gateway: > > > $gateway->setCharsetHandler( "none", "ISO-8859-1", "ISO-8859-1" ); > > > And running the application in the browser all the data look fine, > but in the database this really write weird characters for special > chars, and I need this data to see it in a normal flash web site. > > > I don't know if this is a unsolved problem in this beta version. Any > idea? > > > Flex 2, AMFPHP 1.9, MySQL 4.0.26 and PHP 5.0.4 > > > regards > > > Rafael >
Hi Rafael, What datatype are the fields in your DB? How're you handling the characters in PHP (as it doesn't support unicode). Cheers, Ryan