Re: [flexcoders] Re: Flex 2, AMFPHP and charset

2007-03-28 Thread Ryan Barrett
It sounds to me like a problem with differing character sets between PHP and the database or the client you're using to connect to the database. I'd guess that both should be Latin-1 / Windows 1252.. You might get more info by looking at the communication between flex and php, this is easy

Re: [flexcoders] Re: Flex 2, AMFPHP and charset

2007-03-28 Thread Rafael Guédez
Thanks again Ryan! This theme about the specials chars drive me crazy! I test all en 3 different servers, with php5 and 4 and checking the data with phpMyAdmin and with two diffents local clients, cocoaMySQL and YourSQL (Mac), and using the Terminal too. With the Terminal the data look

[flexcoders] Re: Flex 2, AMFPHP and charset

2007-03-27 Thread RadicalByte
--- 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

Re: [flexcoders] Re: Flex 2, AMFPHP and charset

2007-03-27 Thread Rafael Guédez
Thanks Ryan, I tried with varchar and text datatype and I got the same problem. For example: the char á look fine in the flex application, but in the database is á And my php class is like the old amfphp 1.2 without the method table. If I use the same flex application with AMFPHP 1.9