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

2008-01-28 Thread Hans
PM Subject: [flexcoders] Re: Problem sending swedish characters from flex to php (amfphp) Hi, I changed my file from ASCII to UTF8 encoding but get the following error in the service browser: Invalid AMF message #65279; Fatal error: Uncaught exception

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

2008-01-28 Thread ericbichara
. - Original Message From: ericbichara [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, 28 January, 2008 9:04:49 PM Subject: [flexcoders] Re: Problem sending swedish characters from flex to php (amfphp) Thanks for the replies, I

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

2008-01-28 Thread ericbichara
Thanks for the replies, I tryed setting iconv_set_encoding(input_encoding, UTF-8); iconv_set_encoding(output_encoding, UTF-8); iconv_set_encoding(internal_encoding, UTF-8); inside my php class but didnt help at all. My gateway charset looks as follows: $gateway-setCharsetHandler(utf8_decode,

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

2008-01-28 Thread Hans
: [flexcoders] Re: Problem sending swedish characters from flex to php (amfphp) Thanks for the replies, I tryed setting iconv_set_encoding( input_encoding , UTF-8); iconv_set_encoding( output_encoding , UTF-8); iconv_set_encoding( internal_ encoding , UTF-8