evolution-x
03-10-2008, 01:40 PM
Hi,
Im trying to export a variable from flash through POST with a value that contains some foreign characters such as ÄÖÕÜäöõü.
It all works fine but these specific characters do not appear right.
My php script uses ANSI encoding because when using Unicode the script doesnt run at all :confused:
echo "ÕäöüÜ"; works very well
echo $_POST["theVariable"]; works too but some characters cant be displayed.
Is there a solution to this ?
Please help if you can, it's important.
Thanks ahead and have a wonderful day!
Martin.K
Im trying to export a variable from flash through POST with a value that contains some foreign characters such as ÄÖÕÜäöõü.
It all works fine but these specific characters do not appear right.
My php script uses ANSI encoding because when using Unicode the script doesnt run at all :confused:
echo "ÕäöüÜ"; works very well
echo $_POST["theVariable"]; works too but some characters cant be displayed.
Is there a solution to this ?
Please help if you can, it's important.
Thanks ahead and have a wonderful day!
Martin.K