[flexcoders] Problem sending swedish characters from flex to php (amfphp)

2008-01-27 Thread ericbichara
Hi all, Im having some problems sending special characters (swedish characters ä, ö, and å) from Flex to a Database through AMFPHP. When inserting these types of characters directly from php in the database, everything works fine. ie INSERT INTO TABLEX VALUES ('äää'); And fetching from t

Re: [flexcoders] Problem sending swedish characters from flex to php (amfphp)

2008-01-27 Thread Ben Marchbanks
What I have learned is that the best practice is to enforce UTF-8 encoding at every stage - What I do: Setup mySQL "character set" and "collation" to - UTF-8 unicode I have not worked with AMFPHP but using PHP I establish UTF-8 encoded at the beginning of all PHP scripts that handle data. ic

Re: [flexcoders] Problem sending swedish characters from flex to php (amfphp)

2008-01-27 Thread Max Frigge
Hey, have you checked the charset settings in your gateway.php?? cheers, Max - Original Message From: ericbichara <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Monday, January 28, 2008 6:59:30 AM Subject: [flexcoders] Problem sending swedish characters from flex